| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | pci-dma.c | 18 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
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_nv.c | 58 static int nv_pad __read_mostly = 10; variable 59 static int nv_pad_buffer __read_mostly = 2; variable 60 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable 61 static int nv_min_cwnd __read_mostly = 2; variable 62 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable 63 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable 64 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable 65 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable 66 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable 67 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable [all …]
|
| D | tcp_cubic.c | 47 static int fast_convergence __read_mostly = 1; variable 48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable 49 static int initial_ssthresh __read_mostly; variable 50 static int bic_scale __read_mostly = 41; variable 51 static int tcp_friendliness __read_mostly = 1; variable 53 static int hystart __read_mostly = 1; variable 54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable 55 static int hystart_low_window __read_mostly = 16; variable 56 static int hystart_ack_delta_us __read_mostly = 2000; variable 58 static u32 cube_rtt_scale __read_mostly; variable [all …]
|
| D | tcp_cdg.c | 38 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
|
| D | ip_vti.c | 42 static struct rtnl_link_ops vti_link_ops __read_mostly; variable 44 static unsigned int vti_net_id __read_mostly; variable 448 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable 456 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable 464 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable 481 static struct xfrm_tunnel vti_ipip_handler __read_mostly = { variable 489 static struct xfrm_tunnel vti_ipip6_handler __read_mostly = { variable 628 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_nv.c | 57 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 …]
|
| D | tcp_cubic.c | 49 static int fast_convergence __read_mostly = 1; variable 50 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ 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 56 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; 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 [all …]
|
| D | tcp_cdg.c | 38 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
|
| D | ip_vti.c | 42 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
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | pci-dma.c | 21 static bool disable_dac_quirk __read_mostly; variable 27 int panic_on_overflow __read_mostly = 1; variable 28 int force_iommu __read_mostly = 1; variable 30 int panic_on_overflow __read_mostly = 0; variable 31 int force_iommu __read_mostly = 0; variable 34 int iommu_merge __read_mostly = 0; variable 36 int no_iommu __read_mostly; variable 38 int iommu_detected __read_mostly = 0; variable
|
| /kernel/linux/linux-6.6/mm/damon/ |
| D | reclaim.c | 30 static bool enabled __read_mostly; variable 41 static bool commit_inputs __read_mostly; variable 50 static unsigned long min_age __read_mostly = 120000000; variable 89 static unsigned long monitor_region_start __read_mostly; variable 98 static unsigned long monitor_region_end __read_mostly; variable 107 static bool skip_anon __read_mostly; variable 116 static int kdamond_pid __read_mostly = -1; variable
|
| D | lru_sort.c | 30 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 120 static int kdamond_pid __read_mostly = -1; variable
|
| /kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
| D | haltpoll.c | 23 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
|
| /kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
| D | haltpoll.c | 24 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
|
| /kernel/linux/linux-6.6/fs/gfs2/ |
| D | util.c | 29 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
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| D | util.c | 28 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
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | pci-dma.c | 17 int no_iommu __read_mostly; variable 19 int force_iommu __read_mostly = 1; variable 21 int force_iommu __read_mostly; variable
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | pci-dma.c | 17 int no_iommu __read_mostly; variable 19 int force_iommu __read_mostly = 1; variable 21 int force_iommu __read_mostly; variable
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | vesafb.c | 55 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
|
| /kernel/linux/linux-6.6/arch/powerpc/lib/ |
| D | qspinlock.c | 29 static int steal_spins __read_mostly = (1 << 5); variable 30 static int remote_steal_spins __read_mostly = (1 << 2); variable 34 static bool maybe_stealers __read_mostly = true; variable 36 static int head_spins __read_mostly = (1 << 8); variable 38 static bool pv_yield_owner __read_mostly = true; variable 39 static bool pv_yield_allow_steal __read_mostly = false; variable 40 static bool pv_spin_on_preempted_owner __read_mostly = false; variable 41 static bool pv_sleepy_lock __read_mostly = true; variable 42 static bool pv_sleepy_lock_sticky __read_mostly = false; variable 43 static u64 pv_sleepy_lock_interval_ns __read_mostly = 0; variable [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | vesafb.c | 58 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
|
| /kernel/linux/linux-6.6/kernel/rcu/ |
| D | update.c | 227 static bool rcu_boot_ended __read_mostly; variable 541 int rcu_cpu_stall_ftrace_dump __read_mostly; variable 543 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable 546 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable 548 int rcu_exp_cpu_stall_timeout __read_mostly = CONFIG_RCU_EXP_CPU_STALL_TIMEOUT; variable 550 int rcu_cpu_stall_cputime __read_mostly = IS_ENABLED(CONFIG_RCU_CPU_STALL_CPUTIME); variable 552 bool rcu_exp_stall_task_details __read_mostly; variable 558 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | xfrm_interface_core.c | 49 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable 50 static unsigned int xfrmi_net_id __read_mostly; variable 782 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable 826 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable 834 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable 842 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable 862 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable 869 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable 877 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable 885 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable [all …]
|
| /kernel/linux/linux-6.6/net/xfrm/ |
| D | xfrm_interface_core.c | 51 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable 52 static unsigned int xfrmi_net_id __read_mostly; variable 945 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable 992 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable 1000 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable 1008 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable 1028 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable 1035 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable 1043 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable 1051 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | debug_locks.c | 25 int debug_locks __read_mostly = 1; variable 33 int debug_locks_silent __read_mostly; variable
|