/linux/arch/x86/kvm/mmu/ |
H A D | spte.h | 177 extern bool __read_mostly kvm_ad_enabled; 179 extern u64 __read_mostly shadow_host_writable_mask; 180 extern u64 __read_mostly shadow_mmu_writable_mask; 181 extern u64 __read_mostly shadow_nx_mask; 182 extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */ 183 extern u64 __read_mostly shadow_user_mask; 184 extern u64 __read_mostly shadow_accessed_mask; 185 extern u64 __read_mostly shadow_dirty_mask; 186 extern u64 __read_mostly shadow_mmio_value; 187 extern u64 __read_mostly shadow_mmio_mask; [all …]
|
/linux/arch/x86/kernel/ |
H A 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
|
H A D | check.c | 22 static int __read_mostly memory_corruption_check = -1; 24 static unsigned __read_mostly corruption_check_size = 64*1024; 25 static unsigned __read_mostly corruption_check_period = 60; /* seconds */
|
/linux/net/ipv4/ |
H A 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 …]
|
H A 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 …]
|
H A 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
|
/linux/mm/damon/ |
H A 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 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 137 static bool skip_anon __read_mostly; variable 146 static int kdamond_pid __read_mostly = -1; variable
|
H A 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
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 20 static u16 red2[] __read_mostly = { 23 static u16 green2[] __read_mostly = { 26 static u16 blue2[] __read_mostly = { 30 static u16 red4[] __read_mostly = { 33 static u16 green4[] __read_mostly = { 36 static u16 blue4[] __read_mostly = { 40 static u16 red8[] __read_mostly = { 43 static u16 green8[] __read_mostly = { 46 static u16 blue8[] __read_mostly = { 50 static u16 red16[] __read_mostly = { [all …]
|
/linux/arch/x86/kvm/vmx/ |
H A D | capabilities.h | 12 extern bool __read_mostly enable_vpid; 13 extern bool __read_mostly flexpriority_enabled; 14 extern bool __read_mostly enable_ept; 15 extern bool __read_mostly enable_unrestricted_guest; 16 extern bool __read_mostly enable_ept_ad_bits; 17 extern bool __read_mostly enable_pml; 18 extern bool __read_mostly enable_ipiv; 19 extern int __read_mostly pt_mode;
|
/linux/kernel/ |
H A D | hung_task.c | 31 static int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT; 36 static unsigned long __read_mostly sysctl_hung_task_detect_count; 50 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT; 56 static unsigned long __read_mostly sysctl_hung_task_check_interval_secs; 58 static int __read_mostly sysctl_hung_task_warnings = 10; 60 static int __read_mostly did_panic; 72 static unsigned int __read_mostly sysctl_hung_task_all_cpu_backtrace; 81 static unsigned int __read_mostly sysctl_hung_task_panic =
|
H A D | watchdog.c | 45 unsigned long __read_mostly watchdog_enabled; 46 int __read_mostly watchdog_user_enabled = 1; 47 static int __read_mostly watchdog_hardlockup_user_enabled = WATCHDOG_HARDLOCKUP_DEFAULT; 48 static int __read_mostly watchdog_softlockup_user_enabled = 1; 49 int __read_mostly watchdog_thresh = 10; 50 static int __read_mostly watchdog_hardlockup_available; 52 struct cpumask watchdog_cpumask __read_mostly; variable 58 int __read_mostly sysctl_hardlockup_all_cpu_backtrace; 64 unsigned int __read_mostly hardlockup_panic = 302 int __read_mostly sysctl_softlockup_all_cpu_backtrace; [all …]
|
/linux/drivers/cpuidle/governors/ |
H A 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
|
/linux/kernel/rcu/ |
H A D | update.c | 228 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 D | qspinlock.c | 30 static int steal_spins __read_mostly = (1 << 5); variable 31 static int remote_steal_spins __read_mostly = (1 << 2); variable 35 static bool maybe_stealers __read_mostly = true; variable 37 static int head_spins __read_mostly = (1 << 8); variable 39 static bool pv_yield_owner __read_mostly = true; variable 40 static bool pv_yield_allow_steal __read_mostly = false; variable 41 static bool pv_spin_on_preempted_owner __read_mostly = false; variable 42 static bool pv_sleepy_lock __read_mostly = true; variable 43 static bool pv_sleepy_lock_sticky __read_mostly = false; variable 44 static u64 pv_sleepy_lock_interval_ns __read_mostly = 0; variable [all …]
|
/linux/fs/gfs2/ |
H A 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
|
/linux/drivers/video/ |
H A D | cmdline.c | 29 static const char *video_options[FB_MAX] __read_mostly; 30 static const char *video_option __read_mostly; variable 31 static int video_of_only __read_mostly; variable
|
/linux/arch/x86/include/asm/ |
H A D | processor.h | 68 extern u16 __read_mostly tlb_lli_4k[NR_INFO]; 69 extern u16 __read_mostly tlb_lli_2m[NR_INFO]; 70 extern u16 __read_mostly tlb_lli_4m[NR_INFO]; 71 extern u16 __read_mostly tlb_lld_4k[NR_INFO]; 72 extern u16 __read_mostly tlb_lld_2m[NR_INFO]; 73 extern u16 __read_mostly tlb_lld_4m[NR_INFO]; 74 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
|
/linux/drivers/video/fbdev/ |
H A 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 64 static void (*pmi_start)(void) __read_mostly; 65 static void (*pmi_pal) (void) __read_mostly; 66 static int depth __read_mostly; variable 67 static int vga_compat __read_mostly; variable
|
/linux/net/802/ |
H A D | stp.c | 22 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; 23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable 25 static struct llc_sap *sap __read_mostly; variable
|
/linux/drivers/cpuidle/ |
H A D | cpuidle-powernv.c | 36 static int max_idle_state __read_mostly; variable 37 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 44 static struct stop_psscr_table stop_psscr_table[CPUIDLE_STATE_MAX] __read_mostly; 46 static u64 default_snooze_timeout __read_mostly; variable 47 static bool snooze_timeout_en __read_mostly; variable
|
/linux/lib/ |
H A D | debug_locks.c | 25 int debug_locks __read_mostly = 1; variable 33 int debug_locks_silent __read_mostly; variable
|
/linux/net/netfilter/ |
H A D | nf_conntrack_amanda.c | 24 static unsigned int master_timeout __read_mostly = 300; variable 46 __read_mostly; 62 } search[] __read_mostly = { 178 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
|
/linux/net/tipc/ |
H A D | core.h | 89 extern unsigned int tipc_net_id __read_mostly; 90 extern int sysctl_tipc_rmem[3] __read_mostly; 91 extern int sysctl_tipc_named_timeout __read_mostly;
|
/linux/include/linux/ |
H A D | debug_locks.h | 10 extern int debug_locks __read_mostly; 11 extern int debug_locks_silent __read_mostly;
|