Home
last modified time | relevance | path

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

12345678910>>...21

/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; /* variable
67 static int nv_dec_eval_min_calls __read_mostly = 60; global() variable
68 static int nv_inc_eval_min_calls __read_mostly = 20; global() variable
69 static int nv_ssthresh_eval_min_calls __read_mostly = 30; global() variable
70 static int nv_stop_rtt_cnt __read_mostly = 10; global() variable
71 static int nv_rtt_min_cnt __read_mostly = 2; global() variable
470 static struct tcp_congestion_ops tcpnv __read_mostly = { global() 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 = { global() variable
588 static struct xfrm_tunnel ipip_handler __read_mostly = { global() variable
595 static struct xfrm_tunnel mplsip_handler __read_mostly = { global() variable
H A Dtunnel4.c19 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable
20 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable
21 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly; variable
H A Dinetpeer.c66 int inet_peer_threshold __read_mostly; /* start to throw entries more variable
68 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ variable
69 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ 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/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
H A Dlru_sort.c30 static bool enabled __read_mostly; variable
41 static bool commit_inputs __read_mostly; variable
55 static unsigned long active_mem_bp __read_mostly; variable
69 static bool autotune_monitoring_intervals __read_mostly; variable
84 static bool filter_young_pages __read_mostly; variable
106 static unsigned long cold_min_age __read_mostly = 120000000; variable
145 static unsigned long monitor_region_start __read_mostly; variable
154 static unsigned long monitor_region_end __read_mostly; variable
162 static unsigned long addr_unit __read_mostly = 1; 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/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/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.c54 bool kfence_enabled __read_mostly; variable
55 static bool disabled_by_warn __read_mostly; variable
57 unsigned long kfence_sample_interval __read_mostly = CONFIG_KFENCE_SAMPLE_INTERVAL; variable
102 static unsigned long kfence_skip_covered_thresh __read_mostly = 75; variable
106 static unsigned int kfence_burst __read_mostly; variable
110 static bool kfence_deferrable __read_mostly = IS_ENABLED(CONFIG_KFENCE_DEFERRABLE); variable
114 static bool kfence_check_on_panic __read_mostly; variable
118 char *__kfence_pool __read_mostly; variable
126 struct kfence_metadata *kfence_metadata __read_mostly; variable
134 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
848 static struct packet_type can_packet __read_mostly = { variable
853 static struct packet_type canfd_packet __read_mostly = { variable
858 static struct packet_type canxl_packet __read_mostly = { variable
869 static struct pernet_operations can_pernet_ops __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/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 Dnf_conntrack_netbios_ns.c32 static unsigned int timeout __read_mostly = 3; variable
47 static struct nf_conntrack_helper helper __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/arch/powerpc/kernel/
H A Dwatchdog.c77 static cpumask_t wd_cpus_enabled __read_mostly; variable
79 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable
80 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable
82 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ 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
/linux/net/mpls/
H A Dmpls_gso.c76 static struct packet_offload mpls_mc_offload __read_mostly = { variable
84 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/linux/drivers/misc/sgi-gru/
H A Dgrufile.c38 unsigned long gru_start_paddr __read_mostly; variable
39 void *gru_start_vaddr __read_mostly; variable
40 unsigned long gru_end_paddr __read_mostly; variable
41 unsigned int gru_max_gids __read_mostly; variable
/linux/net/802/
H A Dstp.c23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
25 static struct llc_sap *sap __read_mostly; variable
/linux/drivers/video/
H A Dcmdline.c30 static const char *video_option __read_mostly; variable
31 static int video_of_only __read_mostly; variable

12345678910>>...21