Home
last modified time | relevance | path

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

12345678910>>...26

/linux/net/ipv4/
H A 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 …]
H A Dtcp_cdg.c38 static int window __read_mostly = 8; variable
39 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
40 static unsigned int backoff_factor __read_mostly = 42; variable
41 static unsigned int hystart_detect __read_mostly = 3; variable
42 static unsigned int use_ineff __read_mostly = 5; variable
43 static bool use_shadow __read_mostly = true; variable
44 static bool use_tolerance __read_mostly; variable
395 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
H A Dip_vti.c42 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
44 static unsigned int vti_net_id __read_mostly; variable
462 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
470 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
478 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
495 static struct xfrm_tunnel vti_ipip_handler __read_mostly = { variable
503 static struct xfrm_tunnel vti_ipip6_handler __read_mostly = { variable
646 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
H A Dipip.c119 static unsigned int ipip_net_id __read_mostly; variable
122 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
573 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
588 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
595 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
H A Dtcp_dctcp.c60 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
75 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
251 static struct tcp_congestion_ops dctcp __read_mostly = { variable
265 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
/linux/mm/damon/
H A Dreclaim.c30 static bool enabled __read_mostly; variable
41 static bool commit_inputs __read_mostly; variable
50 static unsigned long min_age __read_mostly = 120000000; variable
77 static unsigned long quota_mem_pressure_us __read_mostly; variable
92 static unsigned long quota_autotune_feedback __read_mostly; variable
119 static unsigned long monitor_region_start __read_mostly; variable
128 static unsigned long monitor_region_end __read_mostly; variable
136 static unsigned long addr_unit __read_mostly = 1; variable
144 static bool skip_anon __read_mostly; variable
153 static int kdamond_pid __read_mostly = -1; variable
H A Dlru_sort.c30 static bool enabled __read_mostly; variable
41 static bool commit_inputs __read_mostly; variable
63 static unsigned long cold_min_age __read_mostly = 120000000; variable
102 static unsigned long monitor_region_start __read_mostly; variable
111 static unsigned long monitor_region_end __read_mostly; variable
119 static unsigned long addr_unit __read_mostly = 1; variable
127 static int kdamond_pid __read_mostly = -1; variable
/linux/samples/damon/
H A Dmtier.c20 static unsigned long node0_start_addr __read_mostly; variable
23 static unsigned long node0_end_addr __read_mostly; variable
26 static unsigned long node1_start_addr __read_mostly; variable
29 static unsigned long node1_end_addr __read_mostly; variable
32 static unsigned long node0_mem_used_bp __read_mostly = 9970; variable
35 static unsigned long node0_mem_free_bp __read_mostly = 50; variable
46 static bool enabled __read_mostly; variable
50 static bool detect_node_addresses __read_mostly; variable
/linux/drivers/cpuidle/governors/
H A Dhaltpoll.c24 static unsigned int guest_halt_poll_ns __read_mostly = 200000; variable
28 static unsigned int guest_halt_poll_shrink __read_mostly = 2; variable
32 static unsigned int guest_halt_poll_grow __read_mostly = 2; variable
36 static unsigned int guest_halt_poll_grow_start __read_mostly = 50000; variable
40 static bool guest_halt_poll_allow_shrink __read_mostly = true; variable
/linux/fs/gfs2/
H A Dutil.c29 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
30 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
31 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
32 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
33 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
34 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
35 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable
36 struct kmem_cache *gfs2_trans_cachep __read_mostly; variable
37 mempool_t *gfs2_page_pool __read_mostly; variable
/linux/kernel/rcu/
H A Dupdate.c228 static bool rcu_boot_ended __read_mostly; variable
541 int rcu_cpu_stall_notifiers __read_mostly; // !0 = provide stall notifiers (rarely useful) variable
545 int rcu_cpu_stall_ftrace_dump __read_mostly; variable
550 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable
553 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
555 int rcu_exp_cpu_stall_timeout __read_mostly = CONFIG_RCU_EXP_CPU_STALL_TIMEOUT; variable
557 int rcu_cpu_stall_cputime __read_mostly = IS_ENABLED(CONFIG_RCU_CPU_STALL_CPUTIME); variable
559 bool rcu_exp_stall_task_details __read_mostly; variable
565 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
/linux/arch/powerpc/lib/
H A Dqspinlock.c31 static int steal_spins __read_mostly = (1 << 5); variable
32 static int remote_steal_spins __read_mostly = (1 << 2); variable
36 static bool maybe_stealers __read_mostly = true; variable
38 static int head_spins __read_mostly = (1 << 8); variable
40 static bool pv_yield_owner __read_mostly = true; variable
41 static bool pv_yield_allow_steal __read_mostly = false; variable
42 static bool pv_spin_on_preempted_owner __read_mostly = false; variable
43 static bool pv_sleepy_lock __read_mostly = true; variable
44 static bool pv_sleepy_lock_sticky __read_mostly = false; variable
45 static u64 pv_sleepy_lock_interval_ns __read_mostly = 0; variable
[all …]
/linux/drivers/video/fbdev/
H A Dvesafb.c58 static int inverse __read_mostly; variable
59 static int mtrr __read_mostly; /* disable mtrr */ variable
62 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
63 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
66 static int depth __read_mostly; variable
67 static int vga_compat __read_mostly; variable
/linux/net/xfrm/
H A Dxfrm_interface_core.c51 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
52 static unsigned int xfrmi_net_id __read_mostly; variable
935 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
976 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
984 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
992 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable
1012 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable
1019 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable
1027 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
1035 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
[all …]
/linux/mm/kfence/
H A Dcore.c52 static bool kfence_enabled __read_mostly; variable
53 static bool disabled_by_warn __read_mostly; variable
55 unsigned long kfence_sample_interval __read_mostly = CONFIG_KFENCE_SAMPLE_INTERVAL; variable
100 static unsigned long kfence_skip_covered_thresh __read_mostly = 75; variable
104 static unsigned int kfence_burst __read_mostly; variable
108 static bool kfence_deferrable __read_mostly = IS_ENABLED(CONFIG_KFENCE_DEFERRABLE); variable
112 static bool kfence_check_on_panic __read_mostly; variable
116 char *__kfence_pool __read_mostly; variable
124 struct kfence_metadata *kfence_metadata __read_mostly; variable
132 static struct kfence_metadata *kfence_metadata_init __read_mostly; variable
/linux/net/can/
H A Daf_can.c75 static int stats_timer __read_mostly = 1; variable
79 static struct kmem_cache *rcv_cache __read_mostly; variable
838 static struct packet_type can_packet __read_mostly = { variable
843 static struct packet_type canfd_packet __read_mostly = { variable
848 static struct packet_type canxl_packet __read_mostly = { variable
859 static struct pernet_operations can_pernet_ops __read_mostly = { variable
/linux/net/netfilter/
H A Dxt_recent.c43 static unsigned int ip_list_tot __read_mostly = 100; variable
44 static unsigned int ip_list_hash_size __read_mostly; variable
45 static unsigned int ip_list_perms __read_mostly = 0644; variable
46 static unsigned int ip_list_uid __read_mostly; variable
47 static unsigned int ip_list_gid __read_mostly; variable
60 static unsigned int ip_pkt_list_tot __read_mostly; variable
95 static unsigned int recent_net_id __read_mostly; variable
109 static u_int32_t hash_rnd __read_mostly; variable
H A Dcore.c31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable
675 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly; variable
678 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly; variable
681 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly; variable
684 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly; global() variable
691 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly; global() variable
H A Dnf_conntrack_netbios_ns.c32 static unsigned int timeout __read_mostly = 3; variable
47 static struct nf_conntrack_helper helper __read_mostly = { variable
H A Dnf_conntrack_snmp.c24 static unsigned int timeout __read_mostly = 30; variable
53 static struct nf_conntrack_helper helper __read_mostly = { variable
/linux/lib/
H A Ddebug_locks.c25 int debug_locks __read_mostly = 1; variable
33 int debug_locks_silent __read_mostly; variable
/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c36 static int max_idle_state __read_mostly; variable
37 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable
46 static u64 default_snooze_timeout __read_mostly; variable
47 static bool snooze_timeout_en __read_mostly; variable
/linux/net/dccp/
H A Dtimer.c
/linux/drivers/video/console/
H A Dvgacon.c74 static unsigned long vga_vram_base __read_mostly; /* Base of video memory */ variable
75 static unsigned long vga_vram_end __read_mostly; /* End of video memory */ variable
76 static unsigned int vga_vram_size __read_mostly; /* Size of video memory */ variable
77 static u16 vga_video_port_reg __read_mostly; /* Video register select port */ variable
78 static u16 vga_video_port_val __read_mostly; /* Video register value port */ variable
82 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */ variable
83 static unsigned char vga_video_type __read_mostly; /* Card type */ variable
89 static int vga_scan_lines __read_mostly; variable
/linux/net/ipv6/
H A Dip6_vti.c63 static struct rtnl_link_ops vti6_link_ops __read_mostly; variable
65 static unsigned int vti6_net_id __read_mostly; variable
1100 static struct rtnl_link_ops vti6_link_ops __read_mostly = { variable
1180 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = { variable
1188 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = { variable
1196 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = { variable
1216 static struct xfrm6_tunnel vti_ipv6_handler __read_mostly = { variable
1223 static struct xfrm6_tunnel vti_ip6ip_handler __read_mostly = { variable

12345678910>>...26