Searched refs:__read_mostly (Results 26 - 50 of 938) sorted by relevance

1234567891011>>

/linux-master/drivers/pci/
H A Dpci-mid.c19 static bool pci_mid_pm_enabled __read_mostly; variable
/linux-master/net/netfilter/
H A Dnf_conntrack_acct.c20 static bool nf_ct_acct __read_mostly; variable
H A Dnf_conntrack_timestamp.c17 static bool nf_ct_tstamp __read_mostly; variable
H A Dnf_conntrack_snmp.c24 static unsigned int timeout __read_mostly = 30; variable
53 static struct nf_conntrack_helper helper __read_mostly = { variable in typeref:struct:helper
H A Dxt_mark.c42 static struct xt_target mark_tg_reg __read_mostly = { variable in typeref:struct:mark_tg_reg
51 static struct xt_match mark_mt_reg __read_mostly = { variable in typeref:struct:mark_mt_reg
H A Dnf_conntrack_netbios_ns.c32 static unsigned int timeout __read_mostly = 3; variable
47 static struct nf_conntrack_helper helper __read_mostly = { variable in typeref:struct:helper
H A Dxt_realm.c30 static struct xt_match realm_mt_reg __read_mostly = { variable in typeref:struct:realm_mt_reg
H A Dxt_cpu.c40 static struct xt_match cpu_mt_reg __read_mostly = { variable in typeref:struct:cpu_mt_reg
H A Dxt_TRACE.c32 static struct xt_target trace_tg_reg __read_mostly = { variable in typeref:struct:trace_tg_reg
/linux-master/mm/damon/
H A Dreclaim.c30 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
/linux-master/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly; variable in typeref:struct:inet6_protos
49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly; variable in typeref:struct:inet6_offloads
/linux-master/net/ipv4/
H A Dprotocol.c27 struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly; variable in typeref:struct:inet_protos
29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly; variable in typeref:struct:inet_offloads
H A Dtcp_cubic.c49 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
61 static u32 beta_scale __read_mostly; variable
62 static u64 cube_factor __read_mostly; variable
476 static struct tcp_congestion_ops cubictcp __read_mostly = { variable in typeref:struct:cubictcp
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c8 #define __read_mostly SEC(".data.read_mostly") macro
51 int read_mostly_var __read_mostly; variable
/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h12 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-master/arch/x86/kernel/
H A Ditmt.c30 static bool __read_mostly sched_itmt_capable;
39 unsigned int __read_mostly sysctl_sched_itmt_enabled;
H A 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-master/include/linux/
H A Dcache.h17 * __read_mostly is used to keep rarely changing variables out of frequently
20 * this. You want __read_mostly data to be tightly packed, so that in the
27 #ifndef __read_mostly
28 #define __read_mostly macro
/linux-master/kernel/
H A Dhung_task.c31 static int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
45 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
51 static unsigned long __read_mostly sysctl_hung_task_check_interval_secs;
53 static int __read_mostly sysctl_hung_task_warnings = 10;
55 static int __read_mostly did_panic;
67 static unsigned int __read_mostly sysctl_hung_task_all_cpu_backtrace;
76 static unsigned int __read_mostly sysctl_hung_task_panic =
/linux-master/kernel/rcu/
H A Dupdate.c228 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-master/drivers/video/fbdev/core/
H A Dfbcmap.c20 static u16 red2[] __read_mostly = { variable
23 static u16 green2[] __read_mostly = { variable
26 static u16 blue2[] __read_mostly = { variable
30 static u16 red4[] __read_mostly = { variable
33 static u16 green4[] __read_mostly = { variable
36 static u16 blue4[] __read_mostly = { variable
40 static u16 red8[] __read_mostly = { variable
43 static u16 green8[] __read_mostly = { variable
46 static u16 blue8[] __read_mostly = { variable
50 static u16 red16[] __read_mostly variable
54 static u16 green16[] __read_mostly = { variable
58 static u16 blue16[] __read_mostly = { variable
[all...]
/linux-master/net/802/
H A Dstp.c22 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; variable in typeref:struct:garp_protos
23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable in typeref:struct:stp_proto
25 static struct llc_sap *sap __read_mostly; variable in typeref:struct:sap
/linux-master/kernel/trace/
H A Dtrace_nop.c88 struct tracer nop_trace __read_mostly = variable in typeref:struct:nop_trace
/linux-master/net/bridge/netfilter/
H A Debt_pkttype.c34 static struct xt_match ebt_pkttype_mt_reg __read_mostly = { variable in typeref:struct:ebt_pkttype_mt_reg
/linux-master/arch/sh/mm/
H A Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable in typeref:struct:node_data

Completed in 461 milliseconds

1234567891011>>