/linux-4.1.27/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 | io_delay.c | 15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
|
D | pci-swiotlb.c | 15 int swiotlb __read_mostly; variable
|
/linux-4.1.27/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.1.27/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_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 | 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 305 static struct tcp_congestion_ops dctcp __read_mostly = { variable 318 static struct tcp_congestion_ops dctcp_reno __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 | ipip.c | 124 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
|
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 | 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_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 | 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 | 119 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 …]
|
D | ip_gre.c | 118 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
|
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_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 | 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 | tcp_scalable.c | 39 static struct tcp_congestion_ops tcp_scalable __read_mostly = { variable
|
D | tcp_input.c | 79 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 …]
|
D | tcp_minisocks.c | 30 int sysctl_tcp_syncookies __read_mostly = 1; variable 33 int sysctl_tcp_abort_on_overflow __read_mostly; variable
|
D | udplite.c | 19 struct udp_table udplite_table __read_mostly; variable
|
/linux-4.1.27/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.1.27/drivers/video/fbdev/ |
D | vesafb.c | 49 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/ |
D | setup.c | 86 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
|
D | vdso.c | 42 unsigned int vdso_total_pages __read_mostly; variable 70 static bool cntvct_ok __read_mostly; variable
|
/linux-4.1.27/arch/parisc/kernel/ |
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 | 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
|
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.1.27/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 | 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
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/netfilter/ |
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_snmp.c | 28 static unsigned int timeout __read_mostly = 30; variable 56 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_RATEEST.c | 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 | xt_mark.c | 44 static struct xt_target mark_tg_reg __read_mostly = { variable 53 static struct xt_match mark_mt_reg __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
|
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 | 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 | core.c | 34 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
|
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 | 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 | nft_queue.c | 22 static u32 jhash_initval __read_mostly; variable 109 static struct nft_expr_type nft_queue_type __read_mostly = { variable
|
D | nf_conntrack_proto_udplite.c | 38 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
|
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 432 static struct xt_match connlimit_mt_reg __read_mostly = { variable
|
D | nf_conntrack_proto_tcp.c | 39 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
|
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_timeout.c | 34 static struct nf_ct_ext_type timeout_extend __read_mostly = { variable
|
D | nf_conntrack_proto_generic.c | 15 static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; variable 217 struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __read_mostly = variable
|
D | xt_mac.c | 44 static struct xt_match mac_mt_reg __read_mostly = { variable
|
D | xt_pkttype.c | 45 static struct xt_match pkttype_mt_reg __read_mostly = { variable
|
D | xt_realm.c | 33 static struct xt_match realm_mt_reg __read_mostly = { variable
|
D | xt_cgroup.c | 48 static struct xt_match cgroup_mt_reg __read_mostly = { variable
|
D | xt_cpu.c | 44 static struct xt_match cpu_mt_reg __read_mostly = { variable
|
D | xt_devgroup.c | 62 static struct xt_match devgroup_mt_reg __read_mostly = { variable
|
D | xt_CHECKSUM.c | 49 static struct xt_target checksum_tg_reg __read_mostly = { variable
|
D | xt_NFLOG.c | 52 static struct xt_target nflog_tg_reg __read_mostly = { variable
|
D | nf_conntrack_proto_udp.c | 306 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4 __read_mostly = variable 338 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6 __read_mostly = variable
|
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_bpf.c | 52 static struct xt_match bpf_mt_reg __read_mostly = { variable
|
D | nf_conntrack_l3proto_generic.c | 65 struct nf_conntrack_l3proto nf_conntrack_l3proto_generic __read_mostly = { variable
|
D | nf_tables_inet.c | 33 static struct nft_af_info nft_af_inet __read_mostly = { variable
|
D | xt_owner.c | 72 static struct xt_match owner_mt_reg __read_mostly = { variable
|
D | xt_state.c | 58 static struct xt_match state_mt_reg __read_mostly = { variable
|
D | xt_nfacct.c | 58 static struct xt_match nfacct_mt_reg __read_mostly = { variable
|
D | xt_physdev.c | 119 static struct xt_match physdev_mt_reg __read_mostly = { variable
|
D | nf_conntrack_proto_dccp.c | 388 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
|
D | xt_string.c | 72 static struct xt_match xt_string_mt_reg __read_mostly = { variable
|
D | xt_connlabel.c | 78 static struct xt_match connlabels_mt_reg __read_mostly = { variable
|
D | xt_statistic.c | 79 static struct xt_match xt_statistic_mt_reg __read_mostly = { variable
|
D | xt_quota.c | 68 static struct xt_match quota_mt_reg __read_mostly = { variable
|
D | xt_helper.c | 77 static struct xt_match helper_mt_reg __read_mostly = { variable
|
D | nft_reject_inet.c | 130 static struct nft_expr_type nft_reject_inet_type __read_mostly = { variable
|
D | xt_SECMARK.c | 125 static struct xt_target secmark_tg_reg __read_mostly = { variable
|
D | xt_u32.c | 98 static struct xt_match xt_u32_mt_reg __read_mostly = { variable
|
D | nf_conntrack_expect.c | 35 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
|
D | xt_connbytes.c | 135 static struct xt_match connbytes_mt_reg __read_mostly = { variable
|
D | xt_rateest.c | 130 static struct xt_match xt_rateest_mt_reg __read_mostly = { variable
|
D | xt_CONNSECMARK.c | 121 static struct xt_target connsecmark_tg_reg __read_mostly = { variable
|
D | xt_ipvs.c | 167 static struct xt_match xt_ipvs_mt_reg __read_mostly = { variable
|
/linux-4.1.27/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.1.27/net/mpls/ |
D | mpls_gso.c | 63 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/ |
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.1.27/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 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
|
D | power.c | 79 static int shutdown_timer __read_mostly; variable 112 int pwrsw_enabled __read_mostly = 1; variable
|
D | eisa.c | 59 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/ |
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 | 27 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/ |
D | stp.c | 26 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/ |
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.1.27/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 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/ |
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.1.27/arch/sparc/mm/ |
D | init_64.c | 170 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/ |
D | time_64.c | 168 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/ |
D | dma-debug.c | 103 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 …]
|
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
|
D | crc-t10dif.c | 20 static struct static_key crct10dif_fallback __read_mostly; variable
|
/linux-4.1.27/net/ipv6/ |
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 | tunnel6.c | 34 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly; variable 35 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly; variable
|
D | output_core.c | 42 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
|
D | ip6_vti.c | 65 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
|
D | ip6_gre.c | 67 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
|
D | inet6_hashtables.c | 30 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/ |
D | init.c | 78 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/ |
D | setup.c | 68 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/ |
D | firmware.c | 21 unsigned long powerpc_firmware_features __read_mostly; variable
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_params.c | 27 struct i915_params i915 __read_mostly = { variable
|
/linux-4.1.27/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.1.27/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.1.27/drivers/misc/sgi-gru/ |
D | grufile.c | 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.1.27/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 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
|
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 182 static struct tracer branch_trace __read_mostly = variable
|
/linux-4.1.27/net/bridge/ |
D | br_netfilter.c | 48 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/ |
D | cache.h | 16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | cache.h | 20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cache.h | 10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cache.h | 26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | cache.h | 10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | cache.h | 34 #define __read_mostly macro
|
/linux-4.1.27/net/core/ |
D | ptp_classifier.c | 110 static struct bpf_prog *ptp_insns __read_mostly; variable
|
/linux-4.1.27/arch/metag/include/asm/ |
D | cache.h | 21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | cache.h | 35 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | cache.h | 23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | cache.h | 27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/net/irda/ |
D | irmod.c | 48 static struct packet_type irda_packet_type __read_mostly = { variable
|
/linux-4.1.27/drivers/acpi/ |
D | processor_idle.c | 56 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/ |
D | spurious.c | 19 static int irqfixup __read_mostly; variable 431 bool noirqdebug __read_mostly; variable
|
/linux-4.1.27/arch/x86/xen/ |
D | pci-swiotlb-xen.c | 19 int xen_swiotlb __read_mostly; variable
|
D | p2m.c | 87 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/ |
D | ip6t_eui64.c | 53 static struct xt_match eui64_mt6_reg __read_mostly = { variable
|
D | ip6t_MASQUERADE.c | 39 static struct xt_target masquerade_tg6_reg __read_mostly = { variable
|
D | nft_redir_ipv6.c | 52 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
|
D | nft_reject_ipv6.c | 53 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = { variable
|
D | nft_masq_ipv6.c | 43 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = { variable
|
D | ip6t_REJECT.c | 96 static struct xt_target reject_tg6_reg __read_mostly = { variable
|
D | ip6table_raw.c | 30 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|
D | ip6table_security.c | 48 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
|
D | ip6t_ipv6header.c | 132 static struct xt_match ipv6header_mt6_reg __read_mostly = { variable
|
D | ip6table_filter.c | 43 static struct nf_hook_ops *filter_ops __read_mostly; variable
|
D | ip6t_mh.c | 73 static struct xt_match mh_mt6_reg __read_mostly = { variable
|
D | nf_tables_ipv6.c | 46 struct nft_af_info nft_af_ipv6 __read_mostly = { variable
|
D | ip6t_frag.c | 116 static struct xt_match frag_mt6_reg __read_mostly = { variable
|
D | ip6t_ah.c | 101 static struct xt_match ah_mt6_reg __read_mostly = { variable
|
D | nf_conntrack_proto_icmpv6.c | 30 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/ |
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.1.27/fs/notify/inotify/ |
D | inotify_user.c | 48 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/ |
D | p5.c | 17 int mce_p5_enabled __read_mostly; variable
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nft_reject_ipv4.c | 52 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = { variable
|
D | nft_redir_ipv4.c | 52 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
|
D | nft_masq_ipv4.c | 43 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = { variable
|
D | arpt_mangle.c | 71 static struct xt_target arpt_mangle_reg __read_mostly = { variable
|
D | ipt_REJECT.c | 90 static struct xt_target reject_tg_reg __read_mostly = { variable
|
D | ipt_MASQUERADE.c | 61 static struct xt_target masquerade_tg_reg __read_mostly = { variable
|
D | nf_tables_arp.c | 29 static struct nft_af_info nft_af_arp __read_mostly = { variable
|
D | iptable_raw.c | 38 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|
D | arptable_filter.c | 39 static struct nf_hook_ops *arpfilter_ops __read_mostly; variable
|
D | iptable_security.c | 56 static struct nf_hook_ops *sectbl_ops __read_mostly; variable
|
D | iptable_filter.c | 51 static struct nf_hook_ops *filter_ops __read_mostly; variable
|
D | nf_tables_ipv4.c | 47 struct nft_af_info nft_af_ipv4 __read_mostly = { variable
|
D | ipt_ah.c | 70 static struct xt_match ah_mt_reg __read_mostly = { variable
|
D | nf_conntrack_proto_icmp.c | 25 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/ |
D | ebt_pkttype.c | 33 static struct xt_match ebt_pkttype_mt_reg __read_mostly = { variable
|
D | ebt_redirect.c | 55 static struct xt_target ebt_redirect_tg_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_802_3.c | 49 static struct xt_match ebt_802_3_mt_reg __read_mostly = { variable
|
D | ebt_snat.c | 62 static struct xt_target ebt_snat_tg_reg __read_mostly = { variable
|
D | nf_log_bridge.c | 44 static struct nf_logger nf_bridge_logger __read_mostly = { variable
|
D | ebt_arpreply.c | 73 static struct xt_target ebt_arpreply_tg_reg __read_mostly = { variable
|
D | ebt_arp.c | 117 static struct xt_match ebt_arp_mt_reg __read_mostly = { variable
|
D | ebt_ip.c | 107 static struct xt_match ebt_ip_mt_reg __read_mostly = { variable
|
D | ebt_vlan.c | 158 static struct xt_match ebt_vlan_mt_reg __read_mostly = { variable
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_conn.c | 57 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/ |
D | cache.h | 49 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 21 static int ofonly __read_mostly; variable
|
/linux-4.1.27/include/linux/ |
D | cache.h | 16 #define __read_mostly macro
|
/linux-4.1.27/net/tipc/ |
D | core.c | 49 int tipc_net_id __read_mostly; variable
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | cache.h | 31 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/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.1.27/kernel/rcu/ |
D | update.c | 384 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/ |
D | keystone.c | 31 static unsigned long keystone_dma_pfn_offset __read_mostly; variable
|
/linux-4.1.27/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
|
D | vlan.c | 47 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/ |
D | vcan.c | 166 static struct rtnl_link_ops vcan_link_ops __read_mostly = { variable
|
D | led.c | 131 static struct notifier_block can_netdev_notifier __read_mostly = { variable
|
/linux-4.1.27/init/ |
D | main.c | 107 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/ |
D | ftrace.c | 65 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/ |
D | cache.h | 17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 30 enum octeon_feature_bits __octeon_feature_bits __read_mostly; variable
|