/Linux-v5.4/arch/x86/kernel/ |
D | pci-dma.c | 19 static bool disable_dac_quirk __read_mostly; variable 25 int panic_on_overflow __read_mostly = 1; variable 26 int force_iommu __read_mostly = 1; variable 28 int panic_on_overflow __read_mostly = 0; variable 29 int force_iommu __read_mostly = 0; variable 32 int iommu_merge __read_mostly = 0; variable 34 int no_iommu __read_mostly; variable 36 int iommu_detected __read_mostly = 0; variable
|
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-v5.4/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 __read_mostly = 2; 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 393 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
|
D | tcp_dctcp.c | 57 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable 61 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable 216 static struct tcp_congestion_ops dctcp __read_mostly = { variable 230 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
|
/Linux-v5.4/drivers/video/fbdev/core/ |
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-v5.4/kernel/ |
D | watchdog.c | 40 unsigned long __read_mostly watchdog_enabled; 41 int __read_mostly watchdog_user_enabled = 1; 42 int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT; 43 int __read_mostly soft_watchdog_user_enabled = 1; 44 int __read_mostly watchdog_thresh = 10; 45 static int __read_mostly nmi_watchdog_available; 47 static struct cpumask watchdog_allowed_mask __read_mostly; variable 49 struct cpumask watchdog_cpumask __read_mostly; variable 56 unsigned int __read_mostly hardlockup_panic = 86 int __read_mostly sysctl_hardlockup_all_cpu_backtrace; [all …]
|
D | hung_task.c | 30 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT; 44 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT; 49 unsigned long __read_mostly sysctl_hung_task_check_interval_secs; 51 int __read_mostly sysctl_hung_task_warnings = 10; 53 static int __read_mostly did_panic; 63 unsigned int __read_mostly sysctl_hung_task_panic =
|
/Linux-v5.4/fs/gfs2/ |
D | util.c | 22 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable 23 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable 24 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable 25 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable 26 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable 27 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable 28 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable 29 mempool_t *gfs2_page_pool __read_mostly; variable
|
/Linux-v5.4/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
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | capabilities.h | 9 extern bool __read_mostly enable_vpid; 10 extern bool __read_mostly flexpriority_enabled; 11 extern bool __read_mostly enable_ept; 12 extern bool __read_mostly enable_unrestricted_guest; 13 extern bool __read_mostly enable_ept_ad_bits; 14 extern bool __read_mostly enable_pml; 15 extern int __read_mostly pt_mode;
|
/Linux-v5.4/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
|
/Linux-v5.4/drivers/parisc/ |
D | led.c | 56 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 61 static char lcd_text[32] __read_mostly; 62 static char lcd_text_default[32] __read_mostly; 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 148 static void (*led_func_ptr) (unsigned char) __read_mostly;
|
/Linux-v5.4/lib/ |
D | debug_locks.c | 25 int debug_locks __read_mostly = 1; variable 33 int debug_locks_silent __read_mostly; variable
|
D | ioremap.c | 18 static int __read_mostly ioremap_p4d_capable; 19 static int __read_mostly ioremap_pud_capable; 20 static int __read_mostly ioremap_pmd_capable; 21 static int __read_mostly ioremap_huge_disabled;
|
/Linux-v5.4/drivers/cpuidle/ |
D | cpuidle-pseries.c | 29 static int max_idle_state __read_mostly; variable 30 static struct cpuidle_state *cpuidle_state_table __read_mostly; variable 31 static u64 snooze_timeout __read_mostly; variable 32 static bool snooze_timeout_en __read_mostly; variable
|
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-v5.4/net/802/ |
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-v5.4/drivers/video/fbdev/ |
D | vesafb.c | 54 static int inverse __read_mostly; variable 55 static int mtrr __read_mostly; /* disable mtrr */ variable 58 static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ variable 59 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ variable 60 static void (*pmi_start)(void) __read_mostly; 61 static void (*pmi_pal) (void) __read_mostly; 62 static int depth __read_mostly; variable 63 static int vga_compat __read_mostly; variable
|
/Linux-v5.4/net/tipc/ |
D | core.h | 85 extern unsigned int tipc_net_id __read_mostly; 86 extern int sysctl_tipc_rmem[3] __read_mostly; 87 extern int sysctl_tipc_named_timeout __read_mostly;
|
/Linux-v5.4/include/linux/ |
D | debug_locks.h | 11 extern int debug_locks __read_mostly; 12 extern int debug_locks_silent __read_mostly;
|
D | cache.h | 21 #ifndef __read_mostly 22 #define __read_mostly macro
|
/Linux-v5.4/net/netfilter/ |
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 = {
|
D | nf_conntrack_netbios_ns.c | 31 static unsigned int timeout __read_mostly = 3; variable 46 static struct nf_conntrack_helper helper __read_mostly = { variable
|