Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 200 of 830) sorted by relevance

12345

/linux-4.4.14/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
Dcheck.c17 static int __read_mostly memory_corruption_check = -1;
19 static unsigned __read_mostly corruption_check_size = 64*1024;
20 static unsigned __read_mostly corruption_check_period = 60; /* seconds */
Dio_delay.c15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
Dtsc.c26 unsigned int __read_mostly cpu_khz; /* TSC clocks / usec, not used here */
29 unsigned int __read_mostly tsc_khz;
35 static int __read_mostly tsc_unstable;
40 static int __read_mostly tsc_disabled = -1;
/linux-4.4.14/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.4.14/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.4.14/drivers/video/fbdev/core/
Dfbcmap.c20 static u16 red2[] __read_mostly = {
23 static u16 green2[] __read_mostly = {
26 static u16 blue2[] __read_mostly = {
30 static u16 red4[] __read_mostly = {
33 static u16 green4[] __read_mostly = {
36 static u16 blue4[] __read_mostly = {
40 static u16 red8[] __read_mostly = {
43 static u16 green8[] __read_mostly = {
46 static u16 blue8[] __read_mostly = {
50 static u16 red16[] __read_mostly = {
[all …]
Dfb_cmdline.c20 static char *video_options[FB_MAX] __read_mostly;
21 static int ofonly __read_mostly; variable
/linux-4.4.14/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_cdg.c35 static int window __read_mostly = 8; variable
36 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
37 static unsigned int backoff_factor __read_mostly = 42; variable
38 static unsigned int hystart_detect __read_mostly = 3; variable
39 static unsigned int use_ineff __read_mostly = 5; variable
40 static bool use_shadow __read_mostly = true; variable
41 static bool use_tolerance __read_mostly; variable
400 struct tcp_congestion_ops tcp_cdg __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
311 static struct tcp_congestion_ops dctcp __read_mostly = { variable
324 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
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
Dprotocol.c31 const struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
32 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
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_tunnel.c63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
70 static struct xfrm_tunnel xfrm64_tunnel_handler __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
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
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
Dtunnel4.c17 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable
18 static struct xfrm_tunnel __rcu *tunnel64_handlers __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
Dipip.c124 static int ipip_net_id __read_mostly; variable
127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
488 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
502 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
Dtcp_scalable.c39 static struct tcp_congestion_ops tcp_scalable __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.c123 static int ip_rt_redirect_number __read_mostly = 9; variable
124 static int ip_rt_redirect_load __read_mostly = HZ / 50; variable
125 static int ip_rt_redirect_silence __read_mostly = ((HZ / 50) << (9 + 1)); variable
126 static int ip_rt_error_cost __read_mostly = HZ; variable
127 static int ip_rt_error_burst __read_mostly = 5 * HZ; variable
128 static int ip_rt_mtu_expires __read_mostly = 10 * 60 * HZ; variable
129 static int ip_rt_min_pmtu __read_mostly = 512 + 20 + 20; variable
130 static int ip_rt_min_advmss __read_mostly = 256; variable
132 static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; variable
466 static atomic_t *ip_idents __read_mostly; variable
[all …]
/linux-4.4.14/kernel/
Dwatchdog.c49 static unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED|NMI_WATCHDOG_ENABLED;
51 static unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED;
53 int __read_mostly nmi_watchdog_enabled;
54 int __read_mostly soft_watchdog_enabled;
55 int __read_mostly watchdog_user_enabled;
56 int __read_mostly watchdog_thresh = 10;
59 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
60 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
65 static struct cpumask watchdog_cpumask __read_mostly; variable
77 static int __read_mostly watchdog_running;
[all …]
Dhung_task.c24 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
38 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
40 int __read_mostly sysctl_hung_task_warnings = 10;
42 static int __read_mostly did_panic;
50 unsigned int __read_mostly sysctl_hung_task_panic =
Dcpu.c762 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly
765 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly;
770 static DECLARE_BITMAP(cpu_online_bits, CONFIG_NR_CPUS) __read_mostly;
774 static DECLARE_BITMAP(cpu_present_bits, CONFIG_NR_CPUS) __read_mostly;
778 static DECLARE_BITMAP(cpu_active_bits, CONFIG_NR_CPUS) __read_mostly;
/linux-4.4.14/net/netfilter/
Dnf_conntrack_timeout.c28 (*nf_ct_timeout_find_get_hook)(const char *name) __read_mostly;
31 void (*nf_ct_timeout_put_hook)(struct ctnl_timeout *timeout) __read_mostly;
34 static struct nf_ct_ext_type timeout_extend __read_mostly = { variable
Dxt_RATEEST.c25 static struct hlist_head rateest_hash[RATEEST_HSIZE] __read_mostly;
26 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
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_amanda.c28 static unsigned int master_timeout __read_mostly = 300; variable
48 __read_mostly;
63 } search[] __read_mostly = {
175 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
Dxt_mark.c45 static struct xt_target mark_tg_reg __read_mostly = { variable
54 static struct xt_match mark_mt_reg __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_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
700 static struct xt_match recent_mt_reg[] __read_mostly = {
Dnf_conntrack_timestamp.c18 static bool nf_ct_tstamp __read_mostly; variable
36 static struct nf_ct_ext_type tstamp_extend __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
Dcore.c32 const struct nf_afinfo __rcu *nf_afinfo[NFPROTO_NUMPROTO] __read_mostly;
34 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable
354 struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly; variable
362 __rcu __read_mostly;
379 void (*nf_ct_destroy)(struct nf_conntrack *) __rcu __read_mostly;
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
Dnft_queue.c22 static u32 jhash_initval __read_mostly; variable
109 static struct nft_expr_type nft_queue_type __read_mostly = { variable
Dxt_NFQUEUE.c28 static u32 jhash_initval __read_mostly; variable
112 static struct xt_target nfqueue_tg_reg[] __read_mostly = {
Dxt_connmark.c122 static struct xt_target connmark_tg_reg __read_mostly = { variable
133 static struct xt_match connmark_mt_reg __read_mostly = { variable
Dnf_conntrack_irc.c30 static unsigned int dcc_timeout __read_mostly = 300; variable
40 struct nf_conntrack_expect *exp) __read_mostly;
230 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
Dnf_conntrack_tftp.c35 struct nf_conntrack_expect *exp) __read_mostly;
98 static struct nf_conntrack_helper tftp[MAX_PORTS][2] __read_mostly;
Dnf_conntrack_proto_generic.c15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; variable
223 struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __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
433 static struct xt_match connlimit_mt_reg __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_pptp.c51 union pptp_ctrl_union *pptpReq) __read_mostly;
58 union pptp_ctrl_union *pptpReq) __read_mostly;
64 __read_mostly;
69 struct nf_conntrack_expect *exp) __read_mostly;
597 static struct nf_conntrack_helper pptp __read_mostly = { variable
Dnf_conntrack_h323_main.c38 static unsigned int default_rrq_ttl __read_mostly = 300; variable
42 static int gkrouted_only __read_mostly = 1; variable
46 static bool callforward_filter __read_mostly = true; variable
57 __read_mostly;
62 __read_mostly;
67 TransportAddress *taddr, int count) __read_mostly;
72 TransportAddress *taddr, int count) __read_mostly;
81 struct nf_conntrack_expect *rtcp_exp) __read_mostly;
88 struct nf_conntrack_expect *exp) __read_mostly;
95 struct nf_conntrack_expect *exp) __read_mostly;
[all …]
Dnf_conntrack_proto_udplite.c38 static int udplite_net_id __read_mostly; variable
272 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite4 __read_mostly = variable
304 static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6 __read_mostly = variable
Dxt_realm.c33 static struct xt_match realm_mt_reg __read_mostly = { variable
Dxt_cpu.c44 static struct xt_match cpu_mt_reg __read_mostly = { variable
Dxt_CLASSIFY.c40 static struct xt_target classify_tg_reg[] __read_mostly = {
Dxt_CHECKSUM.c49 static struct xt_target checksum_tg_reg __read_mostly = { variable
Dnf_conntrack_l3proto_generic.c65 struct nf_conntrack_l3proto nf_conntrack_l3proto_generic __read_mostly = { variable
Dxt_mac.c44 static struct xt_match mac_mt_reg __read_mostly = { variable
Dxt_cgroup.c48 static struct xt_match cgroup_mt_reg __read_mostly = { variable
Dxt_pkttype.c45 static struct xt_match pkttype_mt_reg __read_mostly = { variable
Dxt_state.c58 static struct xt_match state_mt_reg __read_mostly = { variable
Dxt_bpf.c52 static struct xt_match bpf_mt_reg __read_mostly = { variable
Dxt_length.c42 static struct xt_match length_mt_reg[] __read_mostly = {
Dxt_nfacct.c58 static struct xt_match nfacct_mt_reg __read_mostly = { variable
Dxt_devgroup.c62 static struct xt_match devgroup_mt_reg __read_mostly = { variable
Dxt_NFLOG.c52 static struct xt_target nflog_tg_reg __read_mostly = { variable
Dxt_hl.c66 static struct xt_match hl_mt_reg[] __read_mostly = {
Dxt_REDIRECT.c68 static struct xt_target redirect_tg_reg[] __read_mostly = {
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_helper.c77 static struct xt_match helper_mt_reg __read_mostly = { variable
Dxt_quota.c68 static struct xt_match quota_mt_reg __read_mostly = { variable
Dxt_connlabel.c70 static struct xt_match connlabels_mt_reg __read_mostly = { variable
/linux-4.4.14/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
65 static char lcd_text[32] __read_mostly;
66 static char lcd_text_default[32] __read_mostly;
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
152 static void (*led_func_ptr) (unsigned char) __read_mostly;
Dpower.c79 static int shutdown_timer __read_mostly; variable
112 int pwrsw_enabled __read_mostly = 1; variable
/linux-4.4.14/net/tipc/
Dcore.h75 extern int tipc_net_id __read_mostly;
76 extern int sysctl_tipc_rmem[3] __read_mostly;
77 extern int sysctl_tipc_named_timeout __read_mostly;
Dcore.c50 int tipc_net_id __read_mostly; variable
51 int sysctl_tipc_rmem[3] __read_mostly; /* min/default/max */
/linux-4.4.14/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.c26 bool __read_mostly tmem_enabled = false;
37 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
Dfeatures.c18 u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
/linux-4.4.14/arch/parisc/kernel/
Dperf_images.h28 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = {
2096 static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = {
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
55 static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;
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
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.4.14/net/802/
Dstp.c25 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly;
26 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
28 static struct llc_sap *sap __read_mostly; variable
/linux-4.4.14/arch/tile/include/asm/
Dcache.h49 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
62 #define __write_once __read_mostly
/linux-4.4.14/drivers/video/fbdev/
Dvesafb.c53 static int inverse __read_mostly; variable
54 static int mtrr __read_mostly; /* disable mtrr */ variable
57 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
58 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
59 static void (*pmi_start)(void) __read_mostly;
60 static void (*pmi_pal) (void) __read_mostly;
61 static int depth __read_mostly; variable
62 static int vga_compat __read_mostly; variable
/linux-4.4.14/include/linux/
Dcache.h15 #ifndef __read_mostly
16 #define __read_mostly macro
Drcutree.h104 extern int rcu_scheduler_active __read_mostly;
Drcutiny.h193 extern int rcu_scheduler_active __read_mostly;
Dprofile.h41 extern int prof_on __read_mostly;
Dgenl_magic_func.h30 static struct nla_policy s_name ## _nl_policy[] __read_mostly = \
249 static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
262 static struct genl_family ZZZ_genl_family __read_mostly = { variable
/linux-4.4.14/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.4.14/arch/x86/include/asm/
Dprocessor.h74 extern u16 __read_mostly tlb_lli_4k[NR_INFO];
75 extern u16 __read_mostly tlb_lli_2m[NR_INFO];
76 extern u16 __read_mostly tlb_lli_4m[NR_INFO];
77 extern u16 __read_mostly tlb_lld_4k[NR_INFO];
78 extern u16 __read_mostly tlb_lld_2m[NR_INFO];
79 extern u16 __read_mostly tlb_lld_4m[NR_INFO];
80 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/lib/
Dioremap.c17 static int __read_mostly ioremap_pud_capable;
18 static int __read_mostly ioremap_pmd_capable;
19 static int __read_mostly ioremap_huge_disabled;
Ddma-debug.c103 static bool 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 …]
Dcrc-t10dif.c20 static struct static_key crct10dif_fallback __read_mostly; variable
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
/linux-4.4.14/net/ipv6/
Dprotocol.c29 const struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
53 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
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
Doutput_core.c44 static u32 ip6_proxy_idents_hashrnd __read_mostly; in ipv6_proxy_select_ident() local
69 static u32 ip6_idents_hashrnd __read_mostly; in ipv6_select_ident() local
Dtunnel6.c34 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly; variable
35 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly; variable
/linux-4.4.14/arch/arm/kernel/
Dsetup.c88 unsigned int __machine_arch_type __read_mostly; variable
90 unsigned int cacheid __read_mostly; variable
107 unsigned int elf_hwcap __read_mostly; variable
110 unsigned int elf_hwcap2 __read_mostly; variable
115 struct processor processor __read_mostly; variable
118 struct cpu_tlb_fns cpu_tlb __read_mostly; variable
121 struct cpu_user_fns cpu_user __read_mostly; variable
124 struct cpu_cache_fns cpu_cache __read_mostly; variable
127 struct outer_cache_fns outer_cache __read_mostly; variable
136 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.4.14/net/mpls/
Dmpls_gso.c63 static struct packet_offload mpls_mc_offload __read_mostly = { variable
71 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/linux-4.4.14/arch/parisc/mm/
Dinit.c52 struct node_map_data node_data[MAX_NUMNODES] __read_mostly;
53 signed char pfnnid_map[PFNNID_MAP_MAX] __read_mostly;
73 static struct resource sysram_resources[MAX_PHYSMEM_RANGES] __read_mostly;
79 physmem_range_t pmem_ranges[MAX_PHYSMEM_RANGES] __read_mostly;
80 int npmem_ranges __read_mostly; variable
88 static unsigned long mem_limit __read_mostly = MAX_MEM; variable
580 void *parisc_vmalloc_start __read_mostly; variable
584 unsigned long pcxl_dma_start __read_mostly; variable
653 unsigned long *empty_zero_page __read_mostly; variable
/linux-4.4.14/arch/sparc/kernel/
Dtime_64.c167 static struct sparc64_tick_ops tick_operations __read_mostly = { variable
177 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations; variable
253 static struct sparc64_tick_ops stick_operations __read_mostly = { variable
384 static struct sparc64_tick_ops hbtick_operations __read_mostly = { variable
394 static unsigned long timer_ticks_per_nsec_quotient __read_mostly; variable
754 static unsigned long tb_ticks_per_usec __read_mostly; variable
/linux-4.4.14/arch/x86/xen/
Dpmu.c35 static __read_mostly uint32_t amd_counters_base;
36 static __read_mostly uint32_t amd_ctrls_base;
37 static __read_mostly int amd_msr_step;
38 static __read_mostly int k7_counters_mirrored;
39 static __read_mostly int amd_num_counters;
65 static __read_mostly int intel_num_arch_counters, intel_num_fixed_counters;
Dpci-swiotlb-xen.c19 int xen_swiotlb __read_mostly; variable
/linux-4.4.14/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.4.14/arch/powerpc/kernel/
Dirq.c558 struct thread_info *critirq_ctx[NR_CPUS] __read_mostly;
559 struct thread_info *dbgirq_ctx[NR_CPUS] __read_mostly;
560 struct thread_info *mcheckirq_ctx[NR_CPUS] __read_mostly;
598 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly;
599 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly;
Dfirmware.c21 unsigned long powerpc_firmware_features __read_mostly; variable
/linux-4.4.14/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.c29 static struct frontswap_ops *frontswap_ops __read_mostly; variable
42 static bool frontswap_writethrough_enabled __read_mostly; variable
49 static bool frontswap_tmem_exclusive_gets_enabled __read_mostly; variable
/linux-4.4.14/include/net/
Dbusy_poll.h33 extern unsigned int sysctl_net_busy_read __read_mostly;
34 extern unsigned int sysctl_net_busy_poll __read_mostly;
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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
673 static struct tracer irqsoff_tracer __read_mostly = variable
705 static struct tracer preemptoff_tracer __read_mostly = variable
739 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
171 static struct tracer branch_trace __read_mostly = variable
Dtrace_sched_wakeup.c22 static int __read_mostly tracer_enabled;
737 static struct tracer wakeup_tracer __read_mostly = variable
757 static struct tracer wakeup_rt_tracer __read_mostly = variable
777 static struct tracer wakeup_dl_tracer __read_mostly = variable
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/mips/kernel/
Dftrace.c65 static unsigned int insn_jal_ftrace_caller __read_mostly; variable
66 static unsigned int insn_la_mcount[2] __read_mostly;
67 static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly; variable
Dirq_txx9.c59 static struct txx9_irc_reg __iomem *txx9_ircptr __read_mostly; variable
64 } txx9irq[TXx9_MAX_IR] __read_mostly;
Dsmp.c60 cpumask_t cpu_sibling_map[NR_CPUS] __read_mostly;
64 cpumask_t cpu_core_map[NR_CPUS] __read_mostly;
71 cpumask_t cpu_foreign_map __read_mostly; variable
/linux-4.4.14/drivers/misc/sgi-gru/
Dgrufile.c49 struct gru_blade_state *gru_base[GRU_MAX_BLADES] __read_mostly;
50 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.4.14/arch/sparc/mm/
Dinit_64.c56 unsigned long kern_linear_pte_xor[4] __read_mostly;
172 unsigned long kern_base __read_mostly; variable
173 unsigned long kern_size __read_mostly; variable
180 struct page *mem_map_zero __read_mostly; variable
183 unsigned int sparc64_highest_unlocked_tlb_ent __read_mostly; variable
185 unsigned long sparc64_kern_pri_context __read_mostly; variable
186 unsigned long sparc64_kern_pri_nuc_bits __read_mostly; variable
187 unsigned long sparc64_kern_sec_context __read_mostly; variable
279 unsigned long _PAGE_ALL_SZ_BITS __read_mostly; variable
470 struct linux_prom_translation prom_trans[512] __read_mostly;
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dcache.h16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/net/can/
Daf_can.c74 static int stats_timer __read_mostly = 1; variable
82 static struct kmem_cache *rcv_cache __read_mostly; variable
85 static const struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;
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.4.14/arch/mips/include/asm/
Dcache.h20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/metag/include/asm/
Dcache.h21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/arm/include/asm/
Dcache.h26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dcache.h34 #define __read_mostly macro
/linux-4.4.14/arch/sparc/include/asm/
Dcache.h23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/ia64/include/asm/
Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_hbh.c44 static struct xt_match hbh_mt6_reg[] __read_mostly;
184 static struct xt_match hbh_mt6_reg[] __read_mostly = {
Dip6t_MASQUERADE.c39 static struct xt_target masquerade_tg6_reg __read_mostly = { variable
Dnft_reject_ipv6.c52 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = { variable
Dip6t_eui64.c53 static struct xt_match eui64_mt6_reg __read_mostly = { variable
Dnft_masq_ipv6.c43 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = { variable
Dnft_redir_ipv6.c51 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
Dip6t_mh.c73 static struct xt_match mh_mt6_reg __read_mostly = { variable
Dip6table_raw.c28 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
Dip6table_security.c45 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
Dip6table_filter.c41 static struct nf_hook_ops *filter_ops __read_mostly; variable
/linux-4.4.14/arch/arm64/include/asm/
Dcache.h35 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/sh/include/asm/
Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/net/core/
Dptp_classifier.c110 static struct bpf_prog *ptp_insns __read_mostly; variable
/linux-4.4.14/arch/sh/kernel/
Dirq.c64 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly;
65 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
Dioport.c14 unsigned long sh_io_port_base __read_mostly = -1; variable
Dprocess.c13 unsigned long __stack_chk_guard __read_mostly; variable
/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c49 static int brnf_call_iptables __read_mostly = 1; variable
50 static int brnf_call_ip6tables __read_mostly = 1; variable
51 static int brnf_call_arptables __read_mostly = 1; variable
52 static int brnf_filter_vlan_tagged __read_mostly; variable
53 static int brnf_filter_pppoe_tagged __read_mostly; variable
54 static int brnf_pass_vlan_indev __read_mostly; variable
896 static struct nf_hook_ops br_nf_ops[] __read_mostly = {
/linux-4.4.14/kernel/bpf/
Darraymap.c148 static struct bpf_map_type_list array_type __read_mostly = { variable
272 static struct bpf_map_type_list prog_array_type __read_mostly = { variable
338 static struct bpf_map_type_list perf_event_array_type __read_mostly = { variable
/linux-4.4.14/arch/parisc/include/asm/
Dcache.h23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/arch/metag/kernel/
Dirq.c24 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly;
25 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso32-setup.c28 unsigned int __read_mostly vdso32_enabled = VDSO_DEFAULT;
/linux-4.4.14/net/bridge/netfilter/
Debt_pkttype.c33 static struct xt_match ebt_pkttype_mt_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_redirect.c55 static struct xt_target ebt_redirect_tg_reg __read_mostly = { variable
Debt_802_3.c49 static struct xt_match ebt_802_3_mt_reg __read_mostly = { variable
Dnf_log_bridge.c44 static struct nf_logger nf_bridge_logger __read_mostly = { variable
Debt_snat.c62 static struct xt_target ebt_snat_tg_reg __read_mostly = { variable
/linux-4.4.14/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.4.14/arch/x86/kernel/cpu/mcheck/
Dp5.c17 int mce_p5_enabled __read_mostly; variable
/linux-4.4.14/arch/powerpc/include/asm/
Dcache.h58 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_common.h41 extern struct fb_info *registered_fb[FB_MAX] __read_mostly;
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c470 u16 __read_mostly tlb_lli_4k[NR_INFO];
471 u16 __read_mostly tlb_lli_2m[NR_INFO];
472 u16 __read_mostly tlb_lli_4m[NR_INFO];
473 u16 __read_mostly tlb_lld_4k[NR_INFO];
474 u16 __read_mostly tlb_lld_2m[NR_INFO];
475 u16 __read_mostly tlb_lld_4m[NR_INFO];
476 u16 __read_mostly tlb_lld_1g[NR_INFO];
Dperf_event_intel.c26 static u64 intel_perfmon_event_map[PERF_COUNT_HW_MAX] __read_mostly =
38 static struct event_constraint intel_core_event_constraints[] __read_mostly =
49 static struct event_constraint intel_core2_event_constraints[] __read_mostly =
67 static struct event_constraint intel_nehalem_event_constraints[] __read_mostly =
83 static struct extra_reg intel_nehalem_extra_regs[] __read_mostly =
91 static struct event_constraint intel_westmere_event_constraints[] __read_mostly =
103 static struct event_constraint intel_snb_event_constraints[] __read_mostly =
126 static struct event_constraint intel_ivb_event_constraints[] __read_mostly =
150 static struct extra_reg intel_westmere_extra_regs[] __read_mostly =
159 static struct event_constraint intel_v1_event_constraints[] __read_mostly =
[all …]
/linux-4.4.14/arch/x86/um/vdso/
Dvma.c16 static unsigned int __read_mostly vdso_enabled = 1;
/linux-4.4.14/net/ipv4/netfilter/
Dnft_reject_ipv4.c51 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = { variable
Dnft_masq_ipv4.c43 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = { variable
Dipt_MASQUERADE.c61 static struct xt_target masquerade_tg_reg __read_mostly = { variable
Dnft_redir_ipv4.c52 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
Darptable_filter.c36 static struct nf_hook_ops *arpfilter_ops __read_mostly; variable
Dipt_ah.c70 static struct xt_match ah_mt_reg __read_mostly = { variable
Dnf_tables_arp.c29 static struct nft_af_info nft_af_arp __read_mostly = { variable
Diptable_security.c52 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
Diptable_raw.c35 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
/linux-4.4.14/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
/linux-4.4.14/arch/sh/kernel/vsyscall/
Dvsyscall.c26 unsigned int __read_mostly vdso_enabled = 1;
/linux-4.4.14/arch/x86/kernel/apic/
Dapic_numachip.c23 u8 numachip_system __read_mostly; variable
26 static void (*numachip_apic_icr_write)(int apicid, unsigned int val) __read_mostly;
/linux-4.4.14/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.4.14/kernel/irq/
Dspurious.c19 static int irqfixup __read_mostly; variable
431 bool noirqdebug __read_mostly; variable
/linux-4.4.14/kernel/rcu/
Dupdate.c450 int rcu_cpu_stall_suppress __read_mostly; /* 1 = suppress stall warnings. */ variable
451 static int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
528 static int rcu_task_stall_timeout __read_mostly = HZ * 60 * 10; variable
/linux-4.4.14/arch/x86/mm/
Dnuma_32.c44 s8 physnode_map[MAX_SECTIONS] __read_mostly = { [0 ... (MAX_SECTIONS - 1)] = -1};
Dmmap.c34 struct va_alignment __read_mostly va_align = {
/linux-4.4.14/arch/arm/mach-keystone/
Dkeystone.c30 static unsigned long keystone_dma_pfn_offset __read_mostly; variable
/linux-4.4.14/arch/sh/mm/
Dnuma.c18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
/linux-4.4.14/net/irda/
Dirmod.c48 static struct packet_type irda_packet_type __read_mostly = { variable
/linux-4.4.14/arch/metag/mm/
Dnuma.c19 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
/linux-4.4.14/kernel/time/
Dtimer_stats.c99 int __read_mostly timer_stats_active;
136 static struct entry *tstat_hash_table[TSTAT_HASH_SIZE] __read_mostly;

12345