Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/Linux-v5.4/arch/x86/kernel/
Dpci-dma.c19 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
Dcheck.c22 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/
Dtcp_nv.c58 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 …]
Dtcp_cubic.c47 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 …]
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
Dtcp_dctcp.c57 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/
Dfbcmap.c20 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/
Dwatchdog.c40 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 …]
Dhung_task.c30 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/
Dutil.c22 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/
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-v5.4/arch/x86/kvm/vmx/
Dcapabilities.h9 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/
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-v5.4/drivers/parisc/
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
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/
Ddebug_locks.c25 int debug_locks __read_mostly = 1; variable
33 int debug_locks_silent __read_mostly; variable
Dioremap.c18 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/
Dcpuidle-pseries.c29 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
Dcpuidle-powernv.c36 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/
Dstp.c22 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/
Dvesafb.c54 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/
Dcore.h85 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/
Ddebug_locks.h11 extern int debug_locks __read_mostly;
12 extern int debug_locks_silent __read_mostly;
Dcache.h21 #ifndef __read_mostly
22 #define __read_mostly macro
/Linux-v5.4/net/netfilter/
Dnf_conntrack_amanda.c24 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 = {
Dnf_conntrack_netbios_ns.c31 static unsigned int timeout __read_mostly = 3; variable
46 static struct nf_conntrack_helper helper __read_mostly = { variable

12345678910>>...36