Home
last modified time | relevance | path

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

12345678910>>...29

/linux/mm/damon/
A Dreclaim.c30 static bool enabled __read_mostly; variable
39 static unsigned long min_age __read_mostly = 120000000; variable
52 static unsigned long quota_ms __read_mostly = 10; variable
97 static unsigned long wmarks_high __read_mostly = 500; variable
107 static unsigned long wmarks_mid __read_mostly = 400; variable
118 static unsigned long wmarks_low __read_mostly = 200; variable
147 static unsigned long min_nr_regions __read_mostly = 10; variable
158 static unsigned long max_nr_regions __read_mostly = 1000; variable
167 static unsigned long monitor_region_start __read_mostly; variable
176 static unsigned long monitor_region_end __read_mostly; variable
[all …]
/linux/arch/x86/kernel/
A 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
/linux/net/ipv4/
A Dtcp_nv.c57 static int nv_pad __read_mostly = 10; variable
58 static int nv_pad_buffer __read_mostly = 2; variable
60 static int nv_min_cwnd __read_mostly = 2; variable
62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
67 static int nv_dec_eval_min_calls __read_mostly = 60; variable
68 static int nv_inc_eval_min_calls __read_mostly = 20; variable
69 static int nv_ssthresh_eval_min_calls __read_mostly = 30; variable
70 static int nv_stop_rtt_cnt __read_mostly = 10; variable
71 static int nv_rtt_min_cnt __read_mostly = 2; variable
[all …]
A Dtcp_cubic.c49 static int fast_convergence __read_mostly = 1; variable
51 static int initial_ssthresh __read_mostly; variable
52 static int bic_scale __read_mostly = 41; variable
53 static int tcp_friendliness __read_mostly = 1; variable
55 static int hystart __read_mostly = 1; variable
57 static int hystart_low_window __read_mostly = 16; variable
58 static int hystart_ack_delta_us __read_mostly = 2000; variable
60 static u32 cube_rtt_scale __read_mostly; variable
61 static u32 beta_scale __read_mostly; variable
62 static u64 cube_factor __read_mostly; variable
[all …]
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
393 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
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
449 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
457 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
465 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
482 static struct xfrm_tunnel vti_ipip_handler __read_mostly = { variable
490 static struct xfrm_tunnel vti_ipip6_handler __read_mostly = { variable
629 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
A Dtcp_dctcp.c59 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
63 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
218 static struct tcp_congestion_ops dctcp __read_mostly = { variable
232 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
A Dipip.c119 static unsigned int ipip_net_id __read_mostly; variable
122 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
616 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
631 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
638 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
/linux/drivers/cpuidle/governors/
A Dhaltpoll.c23 static unsigned int guest_halt_poll_ns __read_mostly = 200000; variable
27 static unsigned int guest_halt_poll_shrink __read_mostly = 2; variable
31 static unsigned int guest_halt_poll_grow __read_mostly = 2; variable
35 static unsigned int guest_halt_poll_grow_start __read_mostly = 50000; variable
39 static bool guest_halt_poll_allow_shrink __read_mostly = true; variable
/linux/fs/gfs2/
A Dutil.c28 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
29 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
30 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
31 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
32 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
33 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
34 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable
35 struct kmem_cache *gfs2_trans_cachep __read_mostly; variable
36 mempool_t *gfs2_page_pool __read_mostly; variable
/linux/arch/ia64/kernel/
A Dpci-dma.c17 int no_iommu __read_mostly; variable
19 int force_iommu __read_mostly = 1; variable
21 int force_iommu __read_mostly; variable
/linux/net/xfrm/
A Dxfrm_interface.c49 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
50 static unsigned int xfrmi_net_id __read_mostly; variable
719 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
763 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
771 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
799 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable
806 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable
814 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
822 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
844 static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = { variable
[all …]
/linux/drivers/video/fbdev/
A Dvesafb.c55 static int inverse __read_mostly; variable
56 static int mtrr __read_mostly; /* disable mtrr */ variable
59 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable
60 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable
63 static int depth __read_mostly; variable
64 static int vga_compat __read_mostly; variable
/linux/lib/
A Ddebug_locks.c25 int debug_locks __read_mostly = 1; variable
33 int debug_locks_silent __read_mostly; variable
/linux/fs/notify/dnotify/
A Ddnotify.c22 int dir_notify_enable __read_mostly = 1; variable
24 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable
25 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable
26 static struct fsnotify_group *dnotify_group __read_mostly; variable
/linux/arch/parisc/kernel/
A Dsetup.c44 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable
45 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable
46 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
/linux/drivers/parisc/
A Dled.c56 static int led_type __read_mostly = -1; variable
58 static unsigned int led_heartbeat __read_mostly = 1; variable
59 static unsigned int led_diskio __read_mostly = 1; variable
60 static unsigned int led_lanrxtx __read_mostly = 1; variable
63 static int lcd_no_led_support __read_mostly = 0; /* KittyHawk doesn't support LED on its LCD */ variable
109 lcd_info __attribute__((aligned(8))) __read_mostly = variable
/linux/net/dccp/
A Dtimer.c16 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
17 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
18 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/linux/drivers/cpuidle/
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/kernel/rcu/
A Dupdate.c190 static bool rcu_boot_ended __read_mostly; variable
495 int rcu_cpu_stall_ftrace_dump __read_mostly; variable
497 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable
500 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
506 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
/linux/net/netfilter/
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
A Dnf_conntrack_netbios_ns.c31 static unsigned int timeout __read_mostly = 3; variable
46 static struct nf_conntrack_helper helper __read_mostly = { variable
A Dnf_conntrack_snmp.c24 static unsigned int timeout __read_mostly = 30; variable
53 static struct nf_conntrack_helper helper __read_mostly = { variable
A Dxt_mark.c42 static struct xt_target mark_tg_reg __read_mostly = { variable
51 static struct xt_match mark_mt_reg __read_mostly = { variable
/linux/arch/powerpc/kernel/
A Dwatchdog.c76 static cpumask_t wd_cpus_enabled __read_mostly; variable
78 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable
79 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable
81 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable

Completed in 100 milliseconds

12345678910>>...29