Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 200 of 626) sorted by relevance

1234

/linux-4.1.27/arch/x86/kernel/
Dpci-dma.c18 static int forbid_dac __read_mostly; variable
23 static int iommu_sac_force __read_mostly; variable
26 int panic_on_overflow __read_mostly = 1; variable
27 int force_iommu __read_mostly = 1; variable
29 int panic_on_overflow __read_mostly = 0; variable
30 int force_iommu __read_mostly = 0; variable
33 int iommu_merge __read_mostly = 0; variable
35 int no_iommu __read_mostly; variable
37 int iommu_detected __read_mostly = 0; variable
46 int iommu_pass_through __read_mostly; variable
Dio_delay.c15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
Dpci-swiotlb.c15 int swiotlb __read_mostly; variable
/linux-4.1.27/arch/ia64/kernel/
Dpci-dma.c22 dma_addr_t bad_dma_address __read_mostly; variable
25 static int iommu_sac_force __read_mostly; variable
27 int no_iommu __read_mostly; variable
29 int force_iommu __read_mostly = 1; variable
31 int force_iommu __read_mostly; variable
Ddma-mapping.c5 int iommu_detected __read_mostly; variable
Dpci-swiotlb.c14 int swiotlb __read_mostly; variable
/linux-4.1.27/net/ipv4/
Dtcp_cubic.c46 static int fast_convergence __read_mostly = 1; variable
47 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
48 static int initial_ssthresh __read_mostly; variable
49 static int bic_scale __read_mostly = 41; variable
50 static int tcp_friendliness __read_mostly = 1; variable
52 static int hystart __read_mostly = 1; variable
53 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
54 static int hystart_low_window __read_mostly = 16; variable
55 static int hystart_ack_delta __read_mostly = 2; variable
57 static u32 cube_rtt_scale __read_mostly; variable
[all …]
Dtcp_timer.c25 int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES; variable
26 int sysctl_tcp_synack_retries __read_mostly = TCP_SYNACK_RETRIES; variable
27 int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME; variable
28 int sysctl_tcp_keepalive_probes __read_mostly = TCP_KEEPALIVE_PROBES; variable
29 int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL; variable
30 int sysctl_tcp_retries1 __read_mostly = TCP_RETR1; variable
31 int sysctl_tcp_retries2 __read_mostly = TCP_RETR2; variable
32 int sysctl_tcp_orphan_retries __read_mostly; variable
33 int sysctl_tcp_thin_linear_timeouts __read_mostly; variable
Dtcp_dctcp.c61 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
65 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
69 static unsigned int dctcp_clamp_alpha_on_loss __read_mostly; variable
305 static struct tcp_congestion_ops dctcp __read_mostly = { variable
318 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
Dip_vti.c48 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
50 static int vti_net_id __read_mostly; variable
388 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
396 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
404 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
528 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
Dipip.c124 static int ipip_net_id __read_mostly; variable
127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
490 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
504 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
Dxfrm4_tunnel.c63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
70 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
Dtcp_probe.c41 static int port __read_mostly; variable
45 static unsigned int bufsize __read_mostly = 4096; variable
49 static unsigned int fwmark __read_mostly; variable
53 static int full __read_mostly; variable
Dxfrm4_protocol.c25 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly; variable
26 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly; variable
27 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly; variable
Dinetpeer.c54 static struct kmem_cache *peer_cachep __read_mostly; variable
82 int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more variable
84 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ variable
85 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ variable
Droute.c119 static int ip_rt_redirect_number __read_mostly = 9; variable
120 static int ip_rt_redirect_load __read_mostly = HZ / 50; variable
121 static int ip_rt_redirect_silence __read_mostly = ((HZ / 50) << (9 + 1)); variable
122 static int ip_rt_error_cost __read_mostly = HZ; variable
123 static int ip_rt_error_burst __read_mostly = 5 * HZ; variable
124 static int ip_rt_mtu_expires __read_mostly = 10 * 60 * HZ; variable
125 static int ip_rt_min_pmtu __read_mostly = 512 + 20 + 20; variable
126 static int ip_rt_min_advmss __read_mostly = 256; variable
128 static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; variable
466 static struct ip_ident_bucket *ip_idents __read_mostly; variable
[all …]
Dip_gre.c118 static struct rtnl_link_ops ipgre_link_ops __read_mostly; variable
121 static int ipgre_net_id __read_mostly; variable
122 static int gre_tap_net_id __read_mostly; variable
822 static struct rtnl_link_ops ipgre_link_ops __read_mostly = { variable
837 static struct rtnl_link_ops ipgre_tap_ops __read_mostly = { variable
Dtunnel4.c17 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable
18 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable
Dtcp_illinois.c34 static int win_thresh __read_mostly = 15; variable
38 static int theta __read_mostly = 5; variable
326 static struct tcp_congestion_ops tcp_illinois __read_mostly = { variable
Dtcp_htcp.c17 static int use_rtt_scaling __read_mostly = 1; variable
21 static int use_bandwidth_switch __read_mostly = 1; variable
289 static struct tcp_congestion_ops htcp __read_mostly = { variable
Dtcp_scalable.c39 static struct tcp_congestion_ops tcp_scalable __read_mostly = { variable
Dtcp_input.c79 int sysctl_tcp_timestamps __read_mostly = 1; variable
80 int sysctl_tcp_window_scaling __read_mostly = 1; variable
81 int sysctl_tcp_sack __read_mostly = 1; variable
82 int sysctl_tcp_fack __read_mostly = 1; variable
83 int sysctl_tcp_reordering __read_mostly = TCP_FASTRETRANS_THRESH; variable
84 int sysctl_tcp_max_reordering __read_mostly = 300; variable
86 int sysctl_tcp_dsack __read_mostly = 1; variable
87 int sysctl_tcp_app_win __read_mostly = 31; variable
88 int sysctl_tcp_adv_win_scale __read_mostly = 1; variable
94 int sysctl_tcp_stdurg __read_mostly; variable
[all …]
Dtcp_minisocks.c30 int sysctl_tcp_syncookies __read_mostly = 1; variable
33 int sysctl_tcp_abort_on_overflow __read_mostly; variable
Dudplite.c19 struct udp_table udplite_table __read_mostly; variable
/linux-4.1.27/fs/gfs2/
Dutil.c24 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
25 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
26 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
27 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
28 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
29 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
30 struct kmem_cache *gfs2_rsrv_cachep __read_mostly; variable
31 mempool_t *gfs2_page_pool __read_mostly; variable
/linux-4.1.27/drivers/video/fbdev/
Dvesafb.c49 static int inverse __read_mostly; variable
50 static int mtrr __read_mostly; /* disable mtrr */ variable
53 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
54 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
57 static int depth __read_mostly; variable
58 static int vga_compat __read_mostly; variable
/linux-4.1.27/arch/arm/kernel/
Dsetup.c86 unsigned int __machine_arch_type __read_mostly; variable
88 unsigned int cacheid __read_mostly; variable
102 unsigned int elf_hwcap __read_mostly; variable
105 unsigned int elf_hwcap2 __read_mostly; variable
110 struct processor processor __read_mostly; variable
113 struct cpu_tlb_fns cpu_tlb __read_mostly; variable
116 struct cpu_user_fns cpu_user __read_mostly; variable
119 struct cpu_cache_fns cpu_cache __read_mostly; variable
122 struct outer_cache_fns outer_cache __read_mostly; variable
131 int __cpu_architecture __read_mostly = CPU_ARCH_UNKNOWN; variable
Dvdso.c42 unsigned int vdso_total_pages __read_mostly; variable
70 static bool cntvct_ok __read_mostly; variable
/linux-4.1.27/arch/parisc/kernel/
Dsetup.c52 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable
53 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable
54 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
57 int parisc_bus_is_phys __read_mostly = 1; /* Assume no IOMMU is present */ variable
Dcache.c31 int split_tlb __read_mostly; variable
32 int dcache_stride __read_mostly; variable
33 int icache_stride __read_mostly; variable
48 struct pdc_cache_info cache_info __read_mostly; variable
50 static struct pdc_btlb_info btlb_info __read_mostly; variable
345 static unsigned long parisc_cache_flush_threshold __read_mostly = FLUSH_THRESHOLD; variable
348 static unsigned long parisc_tlb_flush_threshold __read_mostly = FLUSH_TLB_THRESHOLD; variable
Dpci.c48 struct pci_port_ops *pci_port __read_mostly; variable
49 struct pci_bios_ops *pci_bios __read_mostly; variable
51 static int pci_hba_count __read_mostly; variable
Dperf.c70 static int perf_processor_interface __read_mostly = UNKNOWN_INTF; variable
71 static int perf_enabled __read_mostly; variable
73 struct parisc_device *cpu_device __read_mostly; variable
/linux-4.1.27/drivers/xen/
Dxen-selfballoon.c82 static int xen_selfballooning_enabled __read_mostly; variable
92 static unsigned int selfballoon_downhysteresis __read_mostly = 8; variable
93 static unsigned int selfballoon_uphysteresis __read_mostly = 1; variable
96 static unsigned int selfballoon_interval __read_mostly = 5; variable
120 static bool frontswap_selfshrinking __read_mostly; variable
129 static unsigned int frontswap_hysteresis __read_mostly = 20; variable
136 static unsigned int frontswap_inertia __read_mostly = 3; variable
Dtmem.c37 static bool cleancache __read_mostly = true; variable
39 static bool selfballooning __read_mostly = true; variable
44 static bool frontswap __read_mostly = true; variable
51 static bool selfshrinking __read_mostly = true; variable
/linux-4.1.27/net/sctp/
Dprobe.c46 static int port __read_mostly = 0; variable
50 static unsigned int fwmark __read_mostly = 0; variable
54 static int bufsize __read_mostly = 64 * 1024; variable
58 static int full __read_mostly = 1; variable
/linux-4.1.27/net/sched/
Dsch_fifo.c96 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable
111 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable
126 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
Dsch_blackhole.c31 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = { variable
/linux-4.1.27/drivers/video/console/
Dvgacon.c94 static int vga_init_done __read_mostly; variable
95 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable
96 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable
97 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable
98 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable
99 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable
102 static int vga_can_do_color __read_mostly; /* Do we support colors? */ variable
103 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable
104 static unsigned char vga_video_type __read_mostly; /* Card type */ variable
105 static unsigned char vga_hardscroll_enabled __read_mostly; variable
[all …]
/linux-4.1.27/net/netfilter/
Dnf_conntrack_netbios_ns.c35 static unsigned int timeout __read_mostly = 3; variable
49 static struct nf_conntrack_helper helper __read_mostly = { variable
Dnf_conntrack_snmp.c28 static unsigned int timeout __read_mostly = 30; variable
56 static struct nf_conntrack_helper helper __read_mostly = { variable
Dxt_RATEEST.c26 static unsigned int jhash_rnd __read_mostly; variable
27 static bool rnd_inited __read_mostly; variable
161 static struct xt_target xt_rateest_tg_reg __read_mostly = { variable
Dxt_mark.c44 static struct xt_target mark_tg_reg __read_mostly = { variable
53 static struct xt_match mark_mt_reg __read_mostly = { variable
Dxt_recent.c46 static unsigned int ip_list_tot __read_mostly = 100; variable
47 static unsigned int ip_list_hash_size __read_mostly; variable
48 static unsigned int ip_list_perms __read_mostly = 0644; variable
49 static unsigned int ip_list_uid __read_mostly; variable
50 static unsigned int ip_list_gid __read_mostly; variable
63 static unsigned int ip_pkt_list_tot __read_mostly; variable
98 static int recent_net_id __read_mostly; variable
112 static u_int32_t hash_rnd __read_mostly; variable
113 static bool hash_rnd_inited __read_mostly; variable
Dnf_conntrack_helper.c35 struct hlist_head *nf_ct_helper_hash __read_mostly; variable
37 unsigned int nf_ct_helper_hsize __read_mostly; variable
39 static unsigned int nf_ct_helper_count __read_mostly; variable
41 static bool nf_ct_auto_assign_helper __read_mostly = true; variable
459 static struct nf_ct_ext_type helper_extend __read_mostly = { variable
Dnf_conntrack_timestamp.c18 static bool nf_ct_tstamp __read_mostly; variable
36 static struct nf_ct_ext_type tstamp_extend __read_mostly = { variable
Dcore.c34 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable
258 struct nfq_ct_hook __rcu *nfq_ct_hook __read_mostly; variable
261 struct nfq_ct_nat_hook __rcu *nfq_ct_nat_hook __read_mostly; variable
Dnf_conntrack_acct.c21 static bool nf_ct_acct __read_mostly; variable
58 static struct nf_ct_ext_type acct_extend __read_mostly = { variable
Dxt_connmark.c122 static struct xt_target connmark_tg_reg __read_mostly = { variable
133 static struct xt_match connmark_mt_reg __read_mostly = { variable
Dnft_queue.c22 static u32 jhash_initval __read_mostly; variable
109 static struct nft_expr_type nft_queue_type __read_mostly = { variable
Dnf_conntrack_proto_udplite.c38 static int udplite_net_id __read_mostly; variable
271 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite4 __read_mostly = variable
303 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6 __read_mostly = variable
Dxt_connlimit.c65 static u_int32_t connlimit_rnd __read_mostly; variable
66 static struct kmem_cache *connlimit_rb_cachep __read_mostly; variable
67 static struct kmem_cache *connlimit_conn_cachep __read_mostly; variable
432 static struct xt_match connlimit_mt_reg __read_mostly = { variable
Dnf_conntrack_proto_tcp.c39 static int nf_ct_tcp_be_liberal __read_mostly = 0; variable
43 static int nf_ct_tcp_loose __read_mostly = 1; variable
48 static int nf_ct_tcp_max_retrans __read_mostly = 3; variable
1667 struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp4 __read_mostly = variable
1704 struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6 __read_mostly = variable
Dxt_comment.c25 static struct xt_match comment_mt_reg __read_mostly = { variable
Dxt_TRACE.c20 static struct xt_target trace_tg_reg __read_mostly = { variable
Dnf_conntrack_timeout.c34 static struct nf_ct_ext_type timeout_extend __read_mostly = { variable
Dnf_conntrack_proto_generic.c15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; variable
217 struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __read_mostly = variable
Dxt_mac.c44 static struct xt_match mac_mt_reg __read_mostly = { variable
Dxt_pkttype.c45 static struct xt_match pkttype_mt_reg __read_mostly = { variable
Dxt_realm.c33 static struct xt_match realm_mt_reg __read_mostly = { variable
Dxt_cgroup.c48 static struct xt_match cgroup_mt_reg __read_mostly = { variable
Dxt_cpu.c44 static struct xt_match cpu_mt_reg __read_mostly = { variable
Dxt_devgroup.c62 static struct xt_match devgroup_mt_reg __read_mostly = { variable
Dxt_CHECKSUM.c49 static struct xt_target checksum_tg_reg __read_mostly = { variable
Dxt_NFLOG.c52 static struct xt_target nflog_tg_reg __read_mostly = { variable
Dnf_conntrack_proto_udp.c306 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4 __read_mostly = variable
338 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6 __read_mostly = variable
Dnf_conntrack_ecache.c243 static int nf_ct_events __read_mostly = NF_CT_EVENTS_DEFAULT; variable
258 static struct nf_ct_ext_type event_extend __read_mostly = { variable
Dxt_bpf.c52 static struct xt_match bpf_mt_reg __read_mostly = { variable
Dnf_conntrack_l3proto_generic.c65 struct nf_conntrack_l3proto nf_conntrack_l3proto_generic __read_mostly = { variable
Dnf_tables_inet.c33 static struct nft_af_info nft_af_inet __read_mostly = { variable
Dxt_owner.c72 static struct xt_match owner_mt_reg __read_mostly = { variable
Dxt_state.c58 static struct xt_match state_mt_reg __read_mostly = { variable
Dxt_nfacct.c58 static struct xt_match nfacct_mt_reg __read_mostly = { variable
Dxt_physdev.c119 static struct xt_match physdev_mt_reg __read_mostly = { variable
Dnf_conntrack_proto_dccp.c388 static int dccp_net_id __read_mostly; variable
868 static struct nf_conntrack_l4proto dccp_proto4 __read_mostly = { variable
902 static struct nf_conntrack_l4proto dccp_proto6 __read_mostly = { variable
Dxt_string.c72 static struct xt_match xt_string_mt_reg __read_mostly = { variable
Dxt_connlabel.c78 static struct xt_match connlabels_mt_reg __read_mostly = { variable
Dxt_statistic.c79 static struct xt_match xt_statistic_mt_reg __read_mostly = { variable
Dxt_quota.c68 static struct xt_match quota_mt_reg __read_mostly = { variable
Dxt_helper.c77 static struct xt_match helper_mt_reg __read_mostly = { variable
Dnft_reject_inet.c130 static struct nft_expr_type nft_reject_inet_type __read_mostly = { variable
Dxt_SECMARK.c125 static struct xt_target secmark_tg_reg __read_mostly = { variable
Dxt_u32.c98 static struct xt_match xt_u32_mt_reg __read_mostly = { variable
Dnf_conntrack_expect.c35 unsigned int nf_ct_expect_hsize __read_mostly; variable
38 unsigned int nf_ct_expect_max __read_mostly; variable
40 static struct kmem_cache *nf_ct_expect_cachep __read_mostly; variable
Dxt_connbytes.c135 static struct xt_match connbytes_mt_reg __read_mostly = { variable
Dxt_rateest.c130 static struct xt_match xt_rateest_mt_reg __read_mostly = { variable
Dxt_CONNSECMARK.c121 static struct xt_target connsecmark_tg_reg __read_mostly = { variable
Dxt_ipvs.c167 static struct xt_match xt_ipvs_mt_reg __read_mostly = { variable
/linux-4.1.27/net/dccp/
Dtimer.c20 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
21 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
22 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/linux-4.1.27/net/mpls/
Dmpls_gso.c63 static struct packet_offload mpls_mc_offload __read_mostly = { variable
70 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/linux-4.1.27/fs/notify/dnotify/
Ddnotify.c29 int dir_notify_enable __read_mostly = 1; variable
31 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable
32 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable
33 static struct fsnotify_group *dnotify_group __read_mostly; variable
/linux-4.1.27/drivers/parisc/
Dled.c60 static int led_type __read_mostly = -1; variable
62 static unsigned int led_heartbeat __read_mostly = 1; variable
63 static unsigned int led_diskio __read_mostly = 1; variable
64 static unsigned int led_lanrxtx __read_mostly = 1; variable
67 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable
113 lcd_info __attribute__((aligned(8))) __read_mostly = variable
Dpower.c79 static int shutdown_timer __read_mostly; variable
112 int pwrsw_enabled __read_mostly = 1; variable
Deisa.c59 void __iomem *eisa_eeprom_addr __read_mostly; variable
143 static unsigned int eisa_irq_level __read_mostly; /* default to edge triggered */ variable
/linux-4.1.27/mm/
Dpercpu.c122 static int pcpu_unit_pages __read_mostly; variable
123 static int pcpu_unit_size __read_mostly; variable
124 static int pcpu_nr_units __read_mostly; variable
125 static int pcpu_atom_size __read_mostly; variable
126 static int pcpu_nr_slots __read_mostly; variable
127 static size_t pcpu_chunk_struct_size __read_mostly; variable
130 static unsigned int pcpu_low_unit_cpu __read_mostly; variable
131 static unsigned int pcpu_high_unit_cpu __read_mostly; variable
134 void *pcpu_base_addr __read_mostly; variable
137 static const int *pcpu_unit_map __read_mostly; /* cpu -> unit */ variable
[all …]
Dfrontswap.c27 static struct frontswap_ops *frontswap_ops __read_mostly; variable
37 static bool frontswap_writethrough_enabled __read_mostly; variable
44 static bool frontswap_tmem_exclusive_gets_enabled __read_mostly; variable
/linux-4.1.27/net/802/
Dstp.c26 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
28 static struct llc_sap *sap __read_mostly; variable
/linux-4.1.27/net/llc/
Dllc_core.c135 static struct packet_type llc_packet_type __read_mostly = { variable
140 static struct packet_type llc_tr_packet_type __read_mostly = { variable
/linux-4.1.27/net/can/
Daf_can.c74 static int stats_timer __read_mostly = 1; variable
82 static struct kmem_cache *rcv_cache __read_mostly; variable
876 static struct packet_type can_packet __read_mostly = { variable
881 static struct packet_type canfd_packet __read_mostly = { variable
893 static struct notifier_block can_netdev_notifier __read_mostly = { variable
/linux-4.1.27/drivers/sfi/
Dsfi_core.c80 int sfi_disabled __read_mostly; variable
83 static u64 syst_pa __read_mostly; variable
84 static struct sfi_table_simple *syst_va __read_mostly; variable
92 static u32 sfi_use_ioremap __read_mostly; variable
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c170 unsigned long kern_base __read_mostly; variable
171 unsigned long kern_size __read_mostly; variable
178 struct page *mem_map_zero __read_mostly; variable
181 unsigned int sparc64_highest_unlocked_tlb_ent __read_mostly; variable
183 unsigned long sparc64_kern_pri_context __read_mostly; variable
184 unsigned long sparc64_kern_pri_nuc_bits __read_mostly; variable
185 unsigned long sparc64_kern_sec_context __read_mostly; variable
277 unsigned long _PAGE_ALL_SZ_BITS __read_mostly; variable
481 unsigned int prom_trans_ents __read_mostly; variable
2317 pgprot_t PAGE_KERNEL __read_mostly; variable
[all …]
/linux-4.1.27/arch/sparc/kernel/
Dtime_64.c168 static struct sparc64_tick_ops tick_operations __read_mostly = { variable
178 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations; variable
254 static struct sparc64_tick_ops stick_operations __read_mostly = { variable
385 static struct sparc64_tick_ops hbtick_operations __read_mostly = { variable
395 static unsigned long timer_ticks_per_nsec_quotient __read_mostly; variable
781 static unsigned long tb_ticks_per_usec __read_mostly; variable
/linux-4.1.27/lib/
Ddma-debug.c103 static u32 global_disable __read_mostly; variable
106 static bool dma_debug_initialized __read_mostly; variable
117 static u32 show_all_errors __read_mostly; variable
129 static struct dentry *dma_debug_dent __read_mostly; variable
130 static struct dentry *global_disable_dent __read_mostly; variable
131 static struct dentry *error_count_dent __read_mostly; variable
132 static struct dentry *show_all_errors_dent __read_mostly; variable
133 static struct dentry *show_num_errors_dent __read_mostly; variable
134 static struct dentry *num_free_entries_dent __read_mostly; variable
135 static struct dentry *min_free_entries_dent __read_mostly; variable
[all …]
Ddebugobjects.c50 static int debug_objects_maxchain __read_mostly; variable
51 static int debug_objects_fixups __read_mostly; variable
52 static int debug_objects_warnings __read_mostly; variable
53 static int debug_objects_enabled __read_mostly variable
56 static struct debug_obj_descr *descr_test __read_mostly; variable
Dcrc-t10dif.c20 static struct static_key crct10dif_fallback __read_mostly; variable
/linux-4.1.27/net/ipv6/
Dxfrm6_tunnel.c47 static int xfrm6_tunnel_net_id __read_mostly; variable
68 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly; variable
313 static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = { variable
319 static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = { variable
Dxfrm6_protocol.c25 static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly; variable
26 static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly; variable
27 static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly; variable
Dtunnel6.c34 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly; variable
35 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly; variable
Doutput_core.c42 static u32 ip6_proxy_idents_hashrnd __read_mostly; in ipv6_proxy_select_ident() local
66 static u32 ip6_idents_hashrnd __read_mostly; in ipv6_select_ident() local
Dip6_vti.c65 static struct rtnl_link_ops vti6_link_ops __read_mostly; variable
67 static int vti6_net_id __read_mostly; variable
1022 static struct rtnl_link_ops vti6_link_ops __read_mostly = { variable
1109 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = { variable
1116 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = { variable
1123 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = { variable
Dip6_gre.c67 static int ip6gre_net_id __read_mostly; variable
74 static struct rtnl_link_ops ip6gre_link_ops __read_mostly; variable
75 static struct rtnl_link_ops ip6gre_tap_ops __read_mostly; variable
1284 static struct inet6_protocol ip6gre_protocol __read_mostly = { variable
1641 static struct rtnl_link_ops ip6gre_link_ops __read_mostly = { variable
1656 static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = { variable
Dinet6_hashtables.c30 static u32 inet6_ehash_secret __read_mostly; in inet6_ehashfn() local
31 static u32 ipv6_hash_secret __read_mostly; in inet6_ehashfn() local
/linux-4.1.27/arch/parisc/mm/
Dinit.c78 int npmem_ranges __read_mostly; variable
86 static unsigned long mem_limit __read_mostly = MAX_MEM; variable
584 void *parisc_vmalloc_start __read_mostly; variable
588 unsigned long pcxl_dma_start __read_mostly; variable
643 unsigned long *empty_zero_page __read_mostly; variable
/linux-4.1.27/arch/arm64/kernel/
Dsetup.c68 unsigned long elf_hwcap __read_mostly; variable
79 unsigned int compat_elf_hwcap __read_mostly = COMPAT_ELF_HWCAP_DEFAULT; variable
80 unsigned int compat_elf_hwcap2 __read_mostly; variable
/linux-4.1.27/arch/powerpc/kernel/
Dfirmware.c21 unsigned long powerpc_firmware_features __read_mostly; variable
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_params.c27 struct i915_params i915 __read_mostly = { variable
/linux-4.1.27/arch/arc/kernel/
Dunaligned.c133 int unaligned_enabled __read_mostly = 1; /* Enabled by default */ variable
134 int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */ variable
/linux-4.1.27/fs/
Ddcookies.c42 static struct kmem_cache *dcookie_cache __read_mostly; variable
43 static struct list_head *dcookie_hashtable __read_mostly; variable
44 static size_t hash_size __read_mostly; variable
/linux-4.1.27/drivers/misc/sgi-gru/
Dgrufile.c50 unsigned long gru_start_paddr __read_mostly; variable
51 void *gru_start_vaddr __read_mostly; variable
52 unsigned long gru_end_paddr __read_mostly; variable
53 unsigned int gru_max_gids __read_mostly; variable
/linux-4.1.27/kernel/trace/
Dtrace_irqsoff.c19 static struct trace_array *irqsoff_trace __read_mostly; variable
20 static int tracer_enabled __read_mostly; variable
31 static int trace_type __read_mostly; variable
659 static struct tracer irqsoff_tracer __read_mostly = variable
693 static struct tracer preemptoff_tracer __read_mostly = variable
729 static struct tracer preemptirqsoff_tracer __read_mostly = variable
Dtrace_nop.c87 struct tracer nop_trace __read_mostly = variable
Dtrace_branch.c24 static int branch_tracing_enabled __read_mostly; variable
182 static struct tracer branch_trace __read_mostly = variable
/linux-4.1.27/net/bridge/
Dbr_netfilter.c48 static int brnf_call_iptables __read_mostly = 1; variable
49 static int brnf_call_ip6tables __read_mostly = 1; variable
50 static int brnf_call_arptables __read_mostly = 1; variable
51 static int brnf_filter_vlan_tagged __read_mostly = 0; variable
52 static int brnf_filter_pppoe_tagged __read_mostly = 0; variable
53 static int brnf_pass_vlan_indev __read_mostly = 0; variable
/linux-4.1.27/arch/s390/include/asm/
Dcache.h16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/mips/include/asm/
Dcache.h20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/arm/include/asm/
Dcache.h26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/x86/include/asm/
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/hexagon/include/asm/
Dcache.h34 #define __read_mostly macro
/linux-4.1.27/net/core/
Dptp_classifier.c110 static struct bpf_prog *ptp_insns __read_mostly; variable
/linux-4.1.27/arch/metag/include/asm/
Dcache.h21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/arm64/include/asm/
Dcache.h35 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/sparc/include/asm/
Dcache.h23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/ia64/include/asm/
Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/net/irda/
Dirmod.c48 static struct packet_type irda_packet_type __read_mostly = { variable
/linux-4.1.27/drivers/acpi/
Dprocessor_idle.c56 static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER; variable
58 static unsigned int nocst __read_mostly; variable
60 static int bm_check_disable __read_mostly; variable
63 static unsigned int latency_factor __read_mostly = 2; variable
/linux-4.1.27/kernel/irq/
Dspurious.c19 static int irqfixup __read_mostly; variable
431 bool noirqdebug __read_mostly; variable
/linux-4.1.27/arch/x86/xen/
Dpci-swiotlb-xen.c19 int xen_swiotlb __read_mostly; variable
Dp2m.c87 unsigned long *xen_p2m_addr __read_mostly; variable
89 unsigned long xen_p2m_size __read_mostly; variable
91 unsigned long xen_max_p2m_pfn __read_mostly; variable
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_eui64.c53 static struct xt_match eui64_mt6_reg __read_mostly = { variable
Dip6t_MASQUERADE.c39 static struct xt_target masquerade_tg6_reg __read_mostly = { variable
Dnft_redir_ipv6.c52 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
Dnft_reject_ipv6.c53 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = { variable
Dnft_masq_ipv6.c43 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = { variable
Dip6t_REJECT.c96 static struct xt_target reject_tg6_reg __read_mostly = { variable
Dip6table_raw.c30 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
Dip6table_security.c48 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
Dip6t_ipv6header.c132 static struct xt_match ipv6header_mt6_reg __read_mostly = { variable
Dip6table_filter.c43 static struct nf_hook_ops *filter_ops __read_mostly; variable
Dip6t_mh.c73 static struct xt_match mh_mt6_reg __read_mostly = { variable
Dnf_tables_ipv6.c46 struct nft_af_info nft_af_ipv6 __read_mostly = { variable
Dip6t_frag.c116 static struct xt_match frag_mt6_reg __read_mostly = { variable
Dip6t_ah.c101 static struct xt_match ah_mt6_reg __read_mostly = { variable
Dnf_conntrack_proto_icmpv6.c30 static unsigned int nf_ct_icmpv6_timeout __read_mostly = 30*HZ; variable
367 struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6 __read_mostly = variable
/linux-4.1.27/arch/sh/kernel/
Dioport.c14 unsigned long sh_io_port_base __read_mostly = -1; variable
Dprocess.c13 unsigned long __stack_chk_guard __read_mostly; variable
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c48 static int inotify_max_user_instances __read_mostly; variable
49 static int inotify_max_queued_events __read_mostly; variable
50 static int inotify_max_user_watches __read_mostly; variable
52 static struct kmem_cache *inotify_inode_mark_cachep __read_mostly; variable
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dp5.c17 int mce_p5_enabled __read_mostly; variable
/linux-4.1.27/net/ipv4/netfilter/
Dnft_reject_ipv4.c52 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = { variable
Dnft_redir_ipv4.c52 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
Dnft_masq_ipv4.c43 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = { variable
Darpt_mangle.c71 static struct xt_target arpt_mangle_reg __read_mostly = { variable
Dipt_REJECT.c90 static struct xt_target reject_tg_reg __read_mostly = { variable
Dipt_MASQUERADE.c61 static struct xt_target masquerade_tg_reg __read_mostly = { variable
Dnf_tables_arp.c29 static struct nft_af_info nft_af_arp __read_mostly = { variable
Diptable_raw.c38 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
Darptable_filter.c39 static struct nf_hook_ops *arpfilter_ops __read_mostly; variable
Diptable_security.c56 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
Diptable_filter.c51 static struct nf_hook_ops *filter_ops __read_mostly; variable
Dnf_tables_ipv4.c47 struct nft_af_info nft_af_ipv4 __read_mostly = { variable
Dipt_ah.c70 static struct xt_match ah_mt_reg __read_mostly = { variable
Dnf_conntrack_proto_icmp.c25 static unsigned int nf_ct_icmp_timeout __read_mostly = 30*HZ; variable
397 struct nf_conntrack_l4proto nf_conntrack_l4proto_icmp __read_mostly = variable
/linux-4.1.27/net/bridge/netfilter/
Debt_pkttype.c33 static struct xt_match ebt_pkttype_mt_reg __read_mostly = { variable
Debt_redirect.c55 static struct xt_target ebt_redirect_tg_reg __read_mostly = { variable
Debt_dnat.c49 static struct xt_target ebt_dnat_tg_reg __read_mostly = { variable
Debt_nflog.c49 static struct xt_target ebt_nflog_tg_reg __read_mostly = { variable
Debt_802_3.c49 static struct xt_match ebt_802_3_mt_reg __read_mostly = { variable
Debt_snat.c62 static struct xt_target ebt_snat_tg_reg __read_mostly = { variable
Dnf_log_bridge.c44 static struct nf_logger nf_bridge_logger __read_mostly = { variable
Debt_arpreply.c73 static struct xt_target ebt_arpreply_tg_reg __read_mostly = { variable
Debt_arp.c117 static struct xt_match ebt_arp_mt_reg __read_mostly = { variable
Debt_ip.c107 static struct xt_match ebt_ip_mt_reg __read_mostly = { variable
Debt_vlan.c158 static struct xt_match ebt_vlan_mt_reg __read_mostly = { variable
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_conn.c57 int ip_vs_conn_tab_size __read_mostly; variable
58 static int ip_vs_conn_tab_mask __read_mostly; variable
63 static struct hlist_head *ip_vs_conn_tab __read_mostly; variable
66 static struct kmem_cache *ip_vs_conn_cachep __read_mostly; variable
72 static unsigned int ip_vs_conn_rnd __read_mostly; variable
/linux-4.1.27/arch/tile/include/asm/
Dcache.h49 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/drivers/video/fbdev/core/
Dfb_cmdline.c21 static int ofonly __read_mostly; variable
/linux-4.1.27/include/linux/
Dcache.h16 #define __read_mostly macro
/linux-4.1.27/net/tipc/
Dcore.c49 int tipc_net_id __read_mostly; variable
/linux-4.1.27/arch/parisc/include/asm/
Dcache.h31 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/arm64/mm/
Dinit.c48 phys_addr_t memstart_addr __read_mostly = 0; variable
49 phys_addr_t arm64_dma_phys_limit __read_mostly; variable
/linux-4.1.27/kernel/rcu/
Dupdate.c384 int rcu_cpu_stall_suppress __read_mostly; /* 1 = suppress stall warnings. */ variable
385 static int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
462 static int rcu_task_stall_timeout __read_mostly = HZ * 60 * 10; variable
/linux-4.1.27/arch/arm/mach-keystone/
Dkeystone.c31 static unsigned long keystone_dma_pfn_offset __read_mostly; variable
/linux-4.1.27/net/8021q/
Dvlan_gvrp.c24 static struct garp_application vlan_gvrp_app __read_mostly = { variable
Dvlan_mvrp.c28 static struct mrp_application vlan_mrp_app __read_mostly = { variable
Dvlan.c47 int vlan_net_id __read_mostly; variable
494 static struct notifier_block vlan_notifier_block __read_mostly = { variable
/linux-4.1.27/drivers/net/can/
Dvcan.c166 static struct rtnl_link_ops vcan_link_ops __read_mostly = { variable
Dled.c131 static struct notifier_block can_netdev_notifier __read_mostly = { variable
/linux-4.1.27/init/
Dmain.c107 bool early_boot_irqs_disabled __read_mostly; variable
109 enum system_states system_state __read_mostly; variable
138 bool static_key_initialized __read_mostly; variable
/linux-4.1.27/arch/mips/kernel/
Dftrace.c65 static unsigned int insn_jal_ftrace_caller __read_mostly; variable
67 static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly; variable
/linux-4.1.27/arch/sh/include/asm/
Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Docteon-model.c30 enum octeon_feature_bits __octeon_feature_bits __read_mostly; variable

1234