/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 18 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
|
D | check.c | 17 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 */
|
D | io_delay.c | 15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
|
D | tsc.c | 26 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/ |
D | pci-dma.c | 22 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
|
D | dma-mapping.c | 5 int iommu_detected __read_mostly; variable
|
D | pci-swiotlb.c | 14 int swiotlb __read_mostly; variable
|
/linux-4.4.14/fs/gfs2/ |
D | util.c | 24 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/ |
D | fbcmap.c | 20 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 …]
|
D | fb_cmdline.c | 20 static char *video_options[FB_MAX] __read_mostly; 21 static int ofonly __read_mostly; variable
|
/linux-4.4.14/net/ipv4/ |
D | tcp_cubic.c | 46 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 …]
|
D | tcp_cdg.c | 35 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
|
D | tcp_dctcp.c | 61 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
|
D | tcp_timer.c | 25 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
|
D | protocol.c | 31 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;
|
D | tcp_probe.c | 41 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
|
D | xfrm4_tunnel.c | 63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable 70 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
|
D | ip_vti.c | 48 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
|
D | xfrm4_protocol.c | 25 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
|
D | tcp_illinois.c | 34 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
|
D | tunnel4.c | 17 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable 18 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable
|
D | tcp_htcp.c | 17 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
|
D | ipip.c | 124 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
|
D | tcp_scalable.c | 39 static struct tcp_congestion_ops tcp_scalable __read_mostly = { variable
|
D | inetpeer.c | 54 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
|
D | route.c | 123 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/ |
D | watchdog.c | 49 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 …]
|
D | hung_task.c | 24 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 =
|
D | cpu.c | 762 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/ |
D | nf_conntrack_timeout.c | 28 (*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
|
D | xt_RATEEST.c | 25 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
|
D | nf_conntrack_netbios_ns.c | 35 static unsigned int timeout __read_mostly = 3; variable 49 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | nf_conntrack_amanda.c | 28 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 = {
|
D | xt_mark.c | 45 static struct xt_target mark_tg_reg __read_mostly = { variable 54 static struct xt_match mark_mt_reg __read_mostly = { variable
|
D | nf_conntrack_snmp.c | 28 static unsigned int timeout __read_mostly = 30; variable 56 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_recent.c | 46 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 = {
|
D | nf_conntrack_timestamp.c | 18 static bool nf_ct_tstamp __read_mostly; variable 36 static struct nf_ct_ext_type tstamp_extend __read_mostly = { variable
|
D | nf_conntrack_acct.c | 21 static bool nf_ct_acct __read_mostly; variable 58 static struct nf_ct_ext_type acct_extend __read_mostly = { variable
|
D | core.c | 32 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;
|
D | nf_conntrack_helper.c | 35 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
|
D | nft_queue.c | 22 static u32 jhash_initval __read_mostly; variable 109 static struct nft_expr_type nft_queue_type __read_mostly = { variable
|
D | xt_NFQUEUE.c | 28 static u32 jhash_initval __read_mostly; variable 112 static struct xt_target nfqueue_tg_reg[] __read_mostly = {
|
D | xt_connmark.c | 122 static struct xt_target connmark_tg_reg __read_mostly = { variable 133 static struct xt_match connmark_mt_reg __read_mostly = { variable
|
D | nf_conntrack_irc.c | 30 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;
|
D | nf_conntrack_tftp.c | 35 struct nf_conntrack_expect *exp) __read_mostly; 98 static struct nf_conntrack_helper tftp[MAX_PORTS][2] __read_mostly;
|
D | nf_conntrack_proto_generic.c | 15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; variable 223 struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __read_mostly = variable
|
D | xt_connlimit.c | 65 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
|
D | xt_comment.c | 25 static struct xt_match comment_mt_reg __read_mostly = { variable
|
D | xt_TRACE.c | 20 static struct xt_target trace_tg_reg __read_mostly = { variable
|
D | nf_conntrack_pptp.c | 51 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
|
D | nf_conntrack_h323_main.c | 38 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 …]
|
D | nf_conntrack_proto_udplite.c | 38 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
|
D | xt_realm.c | 33 static struct xt_match realm_mt_reg __read_mostly = { variable
|
D | xt_cpu.c | 44 static struct xt_match cpu_mt_reg __read_mostly = { variable
|
D | xt_CLASSIFY.c | 40 static struct xt_target classify_tg_reg[] __read_mostly = {
|
D | xt_CHECKSUM.c | 49 static struct xt_target checksum_tg_reg __read_mostly = { variable
|
D | nf_conntrack_l3proto_generic.c | 65 struct nf_conntrack_l3proto nf_conntrack_l3proto_generic __read_mostly = { variable
|
D | xt_mac.c | 44 static struct xt_match mac_mt_reg __read_mostly = { variable
|
D | xt_cgroup.c | 48 static struct xt_match cgroup_mt_reg __read_mostly = { variable
|
D | xt_pkttype.c | 45 static struct xt_match pkttype_mt_reg __read_mostly = { variable
|
D | xt_state.c | 58 static struct xt_match state_mt_reg __read_mostly = { variable
|
D | xt_bpf.c | 52 static struct xt_match bpf_mt_reg __read_mostly = { variable
|
D | xt_length.c | 42 static struct xt_match length_mt_reg[] __read_mostly = {
|
D | xt_nfacct.c | 58 static struct xt_match nfacct_mt_reg __read_mostly = { variable
|
D | xt_devgroup.c | 62 static struct xt_match devgroup_mt_reg __read_mostly = { variable
|
D | xt_NFLOG.c | 52 static struct xt_target nflog_tg_reg __read_mostly = { variable
|
D | xt_hl.c | 66 static struct xt_match hl_mt_reg[] __read_mostly = {
|
D | xt_REDIRECT.c | 68 static struct xt_target redirect_tg_reg[] __read_mostly = {
|
D | nf_conntrack_ecache.c | 243 static int nf_ct_events __read_mostly = NF_CT_EVENTS_DEFAULT; variable 258 static struct nf_ct_ext_type event_extend __read_mostly = { variable
|
D | xt_helper.c | 77 static struct xt_match helper_mt_reg __read_mostly = { variable
|
D | xt_quota.c | 68 static struct xt_match quota_mt_reg __read_mostly = { variable
|
D | xt_connlabel.c | 70 static struct xt_match connlabels_mt_reg __read_mostly = { variable
|
/linux-4.4.14/drivers/parisc/ |
D | led.c | 60 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;
|
D | power.c | 79 static int shutdown_timer __read_mostly; variable 112 int pwrsw_enabled __read_mostly = 1; variable
|
/linux-4.4.14/net/tipc/ |
D | core.h | 75 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;
|
D | core.c | 50 int tipc_net_id __read_mostly; variable 51 int sysctl_tipc_rmem[3] __read_mostly; /* min/default/max */
|
/linux-4.4.14/drivers/xen/ |
D | xen-selfballoon.c | 82 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
|
D | tmem.c | 26 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
|
D | features.c | 18 u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
|
/linux-4.4.14/arch/parisc/kernel/ |
D | perf_images.h | 28 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 = {
|
D | pci.c | 48 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;
|
D | setup.c | 52 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
|
D | cache.c | 31 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
|
D | perf.c | 70 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/ |
D | stp.c | 25 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/ |
D | cache.h | 49 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro 62 #define __write_once __read_mostly
|
/linux-4.4.14/drivers/video/fbdev/ |
D | vesafb.c | 53 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/ |
D | cache.h | 15 #ifndef __read_mostly 16 #define __read_mostly macro
|
D | rcutree.h | 104 extern int rcu_scheduler_active __read_mostly;
|
D | rcutiny.h | 193 extern int rcu_scheduler_active __read_mostly;
|
D | profile.h | 41 extern int prof_on __read_mostly;
|
D | genl_magic_func.h | 30 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/ |
D | probe.c | 46 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/ |
D | processor.h | 74 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];
|
D | cache.h | 10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/lib/ |
D | ioremap.c | 17 static int __read_mostly ioremap_pud_capable; 18 static int __read_mostly ioremap_pmd_capable; 19 static int __read_mostly ioremap_huge_disabled;
|
D | dma-debug.c | 103 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 …]
|
D | crc-t10dif.c | 20 static struct static_key crct10dif_fallback __read_mostly; variable
|
D | debugobjects.c | 50 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/ |
D | protocol.c | 29 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;
|
D | xfrm6_tunnel.c | 47 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
|
D | xfrm6_protocol.c | 25 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
|
D | output_core.c | 44 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
|
D | tunnel6.c | 34 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/ |
D | setup.c | 88 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
|
D | vdso.c | 42 unsigned int vdso_total_pages __read_mostly; variable 70 static bool cntvct_ok __read_mostly; variable
|
/linux-4.4.14/net/mpls/ |
D | mpls_gso.c | 63 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/ |
D | init.c | 52 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/ |
D | time_64.c | 167 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/ |
D | pmu.c | 35 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;
|
D | pci-swiotlb-xen.c | 19 int xen_swiotlb __read_mostly; variable
|
/linux-4.4.14/net/sched/ |
D | sch_fifo.c | 96 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
|
D | sch_blackhole.c | 31 static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = { variable
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | irq.c | 558 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;
|
D | firmware.c | 21 unsigned long powerpc_firmware_features __read_mostly; variable
|
/linux-4.4.14/mm/ |
D | percpu.c | 122 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 …]
|
D | frontswap.c | 29 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/ |
D | busy_poll.h | 33 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/ |
D | timer.c | 20 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/ |
D | llc_core.c | 135 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/ |
D | dnotify.c | 29 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/ |
D | trace_irqsoff.c | 19 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
|
D | trace_nop.c | 87 struct tracer nop_trace __read_mostly = variable
|
D | trace_branch.c | 24 static int branch_tracing_enabled __read_mostly; variable 171 static struct tracer branch_trace __read_mostly = variable
|
D | trace_sched_wakeup.c | 22 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/ |
D | sfi_core.c | 80 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/ |
D | vgacon.c | 94 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/ |
D | dcookies.c | 42 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/ |
D | ftrace.c | 65 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
|
D | irq_txx9.c | 59 static struct txx9_irc_reg __iomem *txx9_ircptr __read_mostly; variable 64 } txx9irq[TXx9_MAX_IR] __read_mostly;
|
D | smp.c | 60 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/ |
D | grufile.c | 49 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/ |
D | init_64.c | 56 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/ |
D | cache.h | 16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/net/can/ |
D | af_can.c | 74 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/ |
D | cache.h | 20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | cache.h | 21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cache.h | 26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | cache.h | 34 #define __read_mostly macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | cache.h | 23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | cache.h | 27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_hbh.c | 44 static struct xt_match hbh_mt6_reg[] __read_mostly; 184 static struct xt_match hbh_mt6_reg[] __read_mostly = {
|
D | ip6t_MASQUERADE.c | 39 static struct xt_target masquerade_tg6_reg __read_mostly = { variable
|
D | nft_reject_ipv6.c | 52 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = { variable
|
D | ip6t_eui64.c | 53 static struct xt_match eui64_mt6_reg __read_mostly = { variable
|
D | nft_masq_ipv6.c | 43 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = { variable
|
D | nft_redir_ipv6.c | 51 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
|
D | ip6t_mh.c | 73 static struct xt_match mh_mt6_reg __read_mostly = { variable
|
D | ip6table_raw.c | 28 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|
D | ip6table_security.c | 45 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
|
D | ip6table_filter.c | 41 static struct nf_hook_ops *filter_ops __read_mostly; variable
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | cache.h | 35 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | cache.h | 17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | cache.h | 10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/net/core/ |
D | ptp_classifier.c | 110 static struct bpf_prog *ptp_insns __read_mostly; variable
|
/linux-4.4.14/arch/sh/kernel/ |
D | irq.c | 64 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; 65 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
|
D | ioport.c | 14 unsigned long sh_io_port_base __read_mostly = -1; variable
|
D | process.c | 13 unsigned long __stack_chk_guard __read_mostly; variable
|
/linux-4.4.14/net/bridge/ |
D | br_netfilter_hooks.c | 49 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/ |
D | arraymap.c | 148 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/ |
D | cache.h | 23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/arch/metag/kernel/ |
D | irq.c | 24 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/ |
D | vdso32-setup.c | 28 unsigned int __read_mostly vdso32_enabled = VDSO_DEFAULT;
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_pkttype.c | 33 static struct xt_match ebt_pkttype_mt_reg __read_mostly = { variable
|
D | ebt_dnat.c | 49 static struct xt_target ebt_dnat_tg_reg __read_mostly = { variable
|
D | ebt_nflog.c | 49 static struct xt_target ebt_nflog_tg_reg __read_mostly = { variable
|
D | ebt_redirect.c | 55 static struct xt_target ebt_redirect_tg_reg __read_mostly = { variable
|
D | ebt_802_3.c | 49 static struct xt_match ebt_802_3_mt_reg __read_mostly = { variable
|
D | nf_log_bridge.c | 44 static struct nf_logger nf_bridge_logger __read_mostly = { variable
|
D | ebt_snat.c | 62 static struct xt_target ebt_snat_tg_reg __read_mostly = { variable
|
/linux-4.4.14/arch/arc/kernel/ |
D | unaligned.c | 133 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/ |
D | p5.c | 17 int mce_p5_enabled __read_mostly; variable
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cache.h | 58 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_common.h | 41 extern struct fb_info *registered_fb[FB_MAX] __read_mostly;
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 470 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];
|
D | perf_event_intel.c | 26 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/ |
D | vma.c | 16 static unsigned int __read_mostly vdso_enabled = 1;
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nft_reject_ipv4.c | 51 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = { variable
|
D | nft_masq_ipv4.c | 43 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = { variable
|
D | ipt_MASQUERADE.c | 61 static struct xt_target masquerade_tg_reg __read_mostly = { variable
|
D | nft_redir_ipv4.c | 52 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
|
D | arptable_filter.c | 36 static struct nf_hook_ops *arpfilter_ops __read_mostly; variable
|
D | ipt_ah.c | 70 static struct xt_match ah_mt_reg __read_mostly = { variable
|
D | nf_tables_arp.c | 29 static struct nft_af_info nft_af_arp __read_mostly = { variable
|
D | iptable_security.c | 52 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
|
D | iptable_raw.c | 35 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|
/linux-4.4.14/net/8021q/ |
D | vlan_gvrp.c | 24 static struct garp_application vlan_gvrp_app __read_mostly = { variable
|
D | vlan_mvrp.c | 28 static struct mrp_application vlan_mrp_app __read_mostly = { variable
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.c | 26 unsigned int __read_mostly vdso_enabled = 1;
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic_numachip.c | 23 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/ |
D | init.c | 48 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/ |
D | spurious.c | 19 static int irqfixup __read_mostly; variable 431 bool noirqdebug __read_mostly; variable
|
/linux-4.4.14/kernel/rcu/ |
D | update.c | 450 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/ |
D | numa_32.c | 44 s8 physnode_map[MAX_SECTIONS] __read_mostly = { [0 ... (MAX_SECTIONS - 1)] = -1};
|
D | mmap.c | 34 struct va_alignment __read_mostly va_align = {
|
/linux-4.4.14/arch/arm/mach-keystone/ |
D | keystone.c | 30 static unsigned long keystone_dma_pfn_offset __read_mostly; variable
|
/linux-4.4.14/arch/sh/mm/ |
D | numa.c | 18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
|
/linux-4.4.14/net/irda/ |
D | irmod.c | 48 static struct packet_type irda_packet_type __read_mostly = { variable
|
/linux-4.4.14/arch/metag/mm/ |
D | numa.c | 19 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
|
/linux-4.4.14/kernel/time/ |
D | timer_stats.c | 99 int __read_mostly timer_stats_active; 136 static struct entry *tstat_hash_table[TSTAT_HASH_SIZE] __read_mostly;
|