Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/Linux-v4.19/arch/x86/kernel/
Dpci-dma.c18 static bool disable_dac_quirk __read_mostly; variable
24 int panic_on_overflow __read_mostly = 1; variable
25 int force_iommu __read_mostly = 1; variable
27 int panic_on_overflow __read_mostly = 0; variable
28 int force_iommu __read_mostly = 0; variable
31 int iommu_merge __read_mostly = 0; variable
33 int no_iommu __read_mostly; variable
35 int iommu_detected __read_mostly = 0; variable
47 int iommu_pass_through __read_mostly = 1; variable
49 int iommu_pass_through __read_mostly; variable
/Linux-v4.19/net/ipv4/
Dtcp_nv.c57 static int nv_pad __read_mostly = 10; variable
58 static int nv_pad_buffer __read_mostly = 2; variable
59 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable
60 static int nv_min_cwnd __read_mostly = 2; variable
61 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable
62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
63 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable
64 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable
65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
66 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable
[all …]
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.c37 static int window __read_mostly = 8; variable
38 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
39 static unsigned int backoff_factor __read_mostly = 42; variable
40 static unsigned int hystart_detect __read_mostly = 3; variable
41 static unsigned int use_ineff __read_mostly = 5; variable
42 static bool use_shadow __read_mostly = true; variable
43 static bool use_tolerance __read_mostly; variable
392 static 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
278 static struct tcp_congestion_ops dctcp __read_mostly = { variable
292 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
Dip_vti.c47 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
49 static unsigned int vti_net_id __read_mostly; variable
408 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
416 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
424 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
562 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
Dipip.c124 static unsigned int ipip_net_id __read_mostly; variable
127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
628 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
643 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
650 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
/Linux-v4.19/arch/ia64/kernel/
Dpci-dma.c18 dma_addr_t bad_dma_address __read_mostly; variable
21 static int iommu_sac_force __read_mostly; variable
23 int no_iommu __read_mostly; variable
25 int force_iommu __read_mostly = 1; variable
27 int force_iommu __read_mostly; variable
/Linux-v4.19/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_qadata_cachep __read_mostly; variable
31 mempool_t *gfs2_page_pool __read_mostly; variable
/Linux-v4.19/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
61 static int depth __read_mostly; variable
62 static int vga_compat __read_mostly; variable
/Linux-v4.19/arch/parisc/kernel/
Dcache.c32 int split_tlb __read_mostly; variable
33 int dcache_stride __read_mostly; variable
34 int icache_stride __read_mostly; variable
49 struct pdc_cache_info cache_info __read_mostly; variable
51 static struct pdc_btlb_info btlb_info __read_mostly; variable
365 static unsigned long parisc_cache_flush_threshold __read_mostly = FLUSH_THRESHOLD; variable
368 static unsigned long parisc_tlb_flush_threshold __read_mostly = FLUSH_TLB_THRESHOLD; variable
Dsetup.c57 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable
58 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable
59 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
/Linux-v4.19/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
/Linux-v4.19/drivers/cpuidle/
Dcpuidle-pseries.c29 static int max_idle_state __read_mostly; variable
30 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable
31 static u64 snooze_timeout __read_mostly; variable
32 static bool snooze_timeout_en __read_mostly; variable
/Linux-v4.19/net/xfrm/
Dxfrm_interface.c48 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
49 static unsigned int xfrmi_net_id __read_mostly; variable
760 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
809 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
816 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
823 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable
830 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
838 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
846 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = { variable
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c30 int dir_notify_enable __read_mostly = 1; variable
32 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable
33 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable
34 static struct fsnotify_group *dnotify_group __read_mostly; variable
/Linux-v4.19/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-v4.19/net/sched/
Dsch_fifo.c104 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable
118 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable
132 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
/Linux-v4.19/net/netfilter/
Dnf_conntrack_netbios_ns.c35 static unsigned int timeout __read_mostly = 3; variable
50 static struct nf_conntrack_helper helper __read_mostly = { variable
Dnf_conntrack_snmp.c28 static unsigned int timeout __read_mostly = 30; variable
57 static struct nf_conntrack_helper helper __read_mostly = { variable
Dxt_mark.c45 static struct xt_target mark_tg_reg __read_mostly = { variable
54 static struct xt_match mark_mt_reg __read_mostly = { variable
/Linux-v4.19/drivers/parisc/
Dled.c60 static int led_type __read_mostly = -1; variable
62 static unsigned int led_heartbeat __read_mostly = 1; variable
63 static unsigned int led_diskio __read_mostly = 1; variable
64 static unsigned int led_lanrxtx __read_mostly = 1; variable
67 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable
113 lcd_info __attribute__((aligned(8))) __read_mostly = variable
/Linux-v4.19/net/can/
Daf_can.c74 static int stats_timer __read_mostly = 1; variable
78 static struct kmem_cache *rcv_cache __read_mostly; variable
933 static struct packet_type can_packet __read_mostly = { variable
938 static struct packet_type canfd_packet __read_mostly = { variable
950 static struct notifier_block can_netdev_notifier __read_mostly = { variable
954 static struct pernet_operations can_pernet_ops __read_mostly = { variable
/Linux-v4.19/net/bridge/
Dbr_netfilter_hooks.c50 static unsigned int brnf_net_id __read_mostly; variable
58 static int brnf_call_iptables __read_mostly = 1; variable
59 static int brnf_call_ip6tables __read_mostly = 1; variable
60 static int brnf_call_arptables __read_mostly = 1; variable
61 static int brnf_filter_vlan_tagged __read_mostly; variable
62 static int brnf_filter_pppoe_tagged __read_mostly; variable
63 static int brnf_pass_vlan_indev __read_mostly; variable
970 static struct pernet_operations brnf_net_ops __read_mostly = { variable
976 static struct notifier_block brnf_notifier __read_mostly = { variable
/Linux-v4.19/arch/powerpc/kernel/
Dwatchdog.c73 static cpumask_t wd_cpus_enabled __read_mostly; variable
75 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable
76 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable
78 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable

12345678910>>...28