Symbol: __read_mostly
arch/arc/kernel/unaligned.c
130
int unaligned_enabled __read_mostly = 1; /* Enabled by default */
arch/arc/kernel/unaligned.c
131
int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */
arch/arm/kernel/process.c
45
unsigned long __stack_chk_guard __read_mostly;
arch/arm/kernel/setup.c
100
unsigned int elf_hwcap __read_mostly;
arch/arm/kernel/setup.c
103
unsigned int elf_hwcap2 __read_mostly;
arch/arm/kernel/setup.c
134
int __cpu_architecture __read_mostly = CPU_ARCH_UNKNOWN;
arch/arm/kernel/setup.c
81
unsigned int __machine_arch_type __read_mostly;
arch/arm/kernel/setup.c
83
unsigned int cacheid __read_mostly;
arch/arm/kernel/smp.c
82
static int ipi_irq_base __read_mostly;
arch/arm/kernel/smp.c
83
static int nr_ipi __read_mostly = NR_IPI;
arch/arm/kernel/smp.c
84
static struct irq_desc *ipi_desc[MAX_IPI] __read_mostly;
arch/arm/mm/init.c
85
phys_addr_t arm_dma_zone_size __read_mostly;
arch/arm/xen/enlighten.c
62
static __read_mostly unsigned int xen_events_irq;
arch/arm/xen/enlighten.c
63
static __read_mostly phys_addr_t xen_grant_frames;
arch/arm64/kernel/cpufeature.c
100
static DECLARE_BITMAP(elf_hwcap, MAX_CPU_FEATURES) __read_mostly;
arch/arm64/kernel/cpufeature.c
108
unsigned int compat_elf_hwcap __read_mostly = COMPAT_ELF_HWCAP_DEFAULT;
arch/arm64/kernel/cpufeature.c
109
unsigned int compat_elf_hwcap2 __read_mostly;
arch/arm64/kernel/cpufeature.c
110
unsigned int compat_elf_hwcap3 __read_mostly;
arch/arm64/kernel/cpufeature.c
126
bool arm64_use_ng_mappings __read_mostly = false;
arch/arm64/kernel/cpufeature.c
135
static bool __read_mostly allow_mismatched_32bit_el0;
arch/arm64/kernel/cpufeature.c
1970
static struct cpumask dbm_cpus __read_mostly;
arch/arm64/kernel/cpufeature.c
2040
static struct cpumask amu_cpus __read_mostly;
arch/arm64/kernel/cpufeature.c
777
struct arm64_ftr_override __read_mostly id_aa64mmfr0_override;
arch/arm64/kernel/cpufeature.c
778
struct arm64_ftr_override __read_mostly id_aa64mmfr1_override;
arch/arm64/kernel/cpufeature.c
779
struct arm64_ftr_override __read_mostly id_aa64mmfr2_override;
arch/arm64/kernel/cpufeature.c
780
struct arm64_ftr_override __read_mostly id_aa64pfr0_override;
arch/arm64/kernel/cpufeature.c
781
struct arm64_ftr_override __read_mostly id_aa64pfr1_override;
arch/arm64/kernel/cpufeature.c
782
struct arm64_ftr_override __read_mostly id_aa64zfr0_override;
arch/arm64/kernel/cpufeature.c
783
struct arm64_ftr_override __read_mostly id_aa64smfr0_override;
arch/arm64/kernel/cpufeature.c
784
struct arm64_ftr_override __read_mostly id_aa64isar1_override;
arch/arm64/kernel/cpufeature.c
785
struct arm64_ftr_override __read_mostly id_aa64isar2_override;
arch/arm64/kernel/cpufeature.c
787
struct arm64_ftr_override __read_mostly arm64_sw_feature_override;
arch/arm64/kernel/proton-pack.c
1017
bool __read_mostly __nospectre_bhb;
arch/arm64/kernel/proton-pack.c
379
static enum spectre_v4_policy __read_mostly __spectre_v4_policy;
arch/arm64/kernel/proton-pack.c
84
static bool __read_mostly __nospectre_v2;
arch/arm64/kvm/arm.c
59
static enum kvm_wfx_trap_policy kvm_wfi_trap_policy __read_mostly = KVM_WFX_NOTRAP_SINGLE_TASK;
arch/arm64/kvm/arm.c
60
static enum kvm_wfx_trap_policy kvm_wfe_trap_policy __read_mostly = KVM_WFX_NOTRAP_SINGLE_TASK;
arch/csky/kernel/process.c
21
unsigned long __stack_chk_guard __read_mostly;
arch/loongarch/kernel/alternative.c
10
int __read_mostly alternatives_patched;
arch/loongarch/kernel/cpu-probe.c
24
unsigned int elf_hwcap __read_mostly;
arch/loongarch/kernel/numa.c
44
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
arch/loongarch/kernel/process.c
58
unsigned long __stack_chk_guard __read_mostly;
arch/loongarch/kernel/setup.c
64
struct cpuinfo_loongarch cpu_data[NR_CPUS] __read_mostly;
arch/loongarch/kernel/smp.c
46
cpumask_t cpu_sibling_map[NR_CPUS] __read_mostly;
arch/loongarch/kernel/smp.c
50
cpumask_t cpu_llc_shared_map[NR_CPUS] __read_mostly;
arch/loongarch/kernel/smp.c
54
cpumask_t cpu_core_map[NR_CPUS] __read_mostly;
arch/loongarch/kernel/smp.c
64
cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly;
arch/loongarch/kernel/traps.c
551
int unaligned_enabled __read_mostly = 1; /* Enabled by default */
arch/loongarch/kernel/traps.c
552
int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */
arch/mips/bcm47xx/setup.c
54
void __iomem *bmips_cbr_addr __read_mostly;
arch/mips/bcm63xx/cpu.c
27
u16 bcm63xx_cpu_id __read_mostly;
arch/mips/bcm63xx/setup.c
31
void __iomem *bmips_cbr_addr __read_mostly;
arch/mips/bmips/setup.c
42
void __iomem *bmips_cbr_addr __read_mostly;
arch/mips/cavium-octeon/executive/octeon-model.c
31
enum octeon_feature_bits __octeon_feature_bits __read_mostly;
arch/mips/cavium-octeon/octeon-irq.c
68
static __read_mostly int octeon_irq_ciu_to_irq[8][64];
arch/mips/cavium-octeon/setup.c
491
static char __read_mostly octeon_system_type[80];
arch/mips/kernel/cpu-probe.c
38
unsigned int elf_hwcap __read_mostly;
arch/mips/kernel/cpu-r3k-probe.c
29
unsigned int elf_hwcap __read_mostly;
arch/mips/kernel/csrc-r4k.c
83
static bool __read_mostly r4k_clock_unstable;
arch/mips/kernel/ftrace.c
48
static unsigned int insn_jal_ftrace_caller __read_mostly;
arch/mips/kernel/ftrace.c
49
static unsigned int insn_la_mcount[2] __read_mostly;
arch/mips/kernel/ftrace.c
50
static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly;
arch/mips/kernel/irq_txx9.c
59
static struct txx9_irc_reg __iomem *txx9_ircptr __read_mostly;
arch/mips/kernel/irq_txx9.c
64
} txx9irq[TXx9_MAX_IR] __read_mostly;
arch/mips/kernel/process.c
179
unsigned long __stack_chk_guard __read_mostly;
arch/mips/kernel/process.c
472
static struct mips_frame_info schedule_mfi __read_mostly;
arch/mips/kernel/setup.c
54
struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly;
arch/mips/kernel/setup.c
63
unsigned long mips_machtype __read_mostly = MACH_UNKNOWN;
arch/mips/kernel/smp.c
52
cpumask_t cpu_sibling_map[NR_CPUS] __read_mostly;
arch/mips/kernel/smp.c
56
cpumask_t cpu_core_map[NR_CPUS] __read_mostly;
arch/mips/kernel/smp.c
68
cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly;
arch/mips/kernel/smp.c
79
struct cpumask __cpu_primary_thread_mask __read_mostly;
arch/mips/mm/c-r4k.c
108
static unsigned long icache_size __read_mostly;
arch/mips/mm/c-r4k.c
109
static unsigned long dcache_size __read_mostly;
arch/mips/mm/c-r4k.c
110
static unsigned long vcache_size __read_mostly;
arch/mips/mm/c-r4k.c
111
static unsigned long scache_size __read_mostly;
arch/mips/mm/init.c
507
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
arch/mips/sgi-ip30/ip30-smp.c
140
struct plat_smp_ops __read_mostly ip30_smp_ops = {
arch/openrisc/include/asm/cache.h
22
#define __ro_after_init __read_mostly
arch/parisc/kernel/pci-dma.c
38
static struct proc_dir_entry * proc_gsc_root __read_mostly = NULL;
arch/parisc/kernel/pci-dma.c
39
static unsigned long pcxl_used_bytes __read_mostly;
arch/parisc/kernel/pci-dma.c
40
static unsigned long pcxl_used_pages __read_mostly;
arch/parisc/kernel/pdc_chassis.c
39
static unsigned int pdc_chassis_enabled __read_mostly = 1;
arch/parisc/kernel/perf.c
57
static int perf_processor_interface __read_mostly = UNKNOWN_INTF;
arch/parisc/kernel/perf.c
58
static int perf_enabled __read_mostly;
arch/parisc/kernel/perf.c
60
static struct parisc_device *cpu_device __read_mostly;
arch/parisc/kernel/unaligned.c
108
int unaligned_enabled __read_mostly = 1;
arch/parisc/kernel/unaligned.c
109
int no_unaligned_warning __read_mostly;
arch/parisc/mm/init.c
81
static unsigned long mem_limit __read_mostly = MAX_MEM;
arch/powerpc/kernel/firmware.c
20
unsigned long powerpc_firmware_features __read_mostly;
arch/powerpc/kernel/irq.c
337
void *critirq_ctx[NR_CPUS] __read_mostly;
arch/powerpc/kernel/irq.c
338
void *dbgirq_ctx[NR_CPUS] __read_mostly;
arch/powerpc/kernel/irq.c
339
void *mcheckirq_ctx[NR_CPUS] __read_mostly;
arch/powerpc/kernel/irq.c
342
void *softirq_ctx[NR_CPUS] __read_mostly;
arch/powerpc/kernel/irq.c
343
void *hardirq_ctx[NR_CPUS] __read_mostly;
arch/powerpc/kernel/paca.c
181
struct paca_struct **paca_ptrs __read_mostly;
arch/powerpc/kernel/security.c
25
u64 powerpc_security_features __read_mostly = SEC_FTR_DEFAULT;
arch/powerpc/kernel/setup-common.c
384
int threads_per_core, threads_per_subcore, threads_shift __read_mostly;
arch/powerpc/kernel/setup-common.c
385
cpumask_t threads_core_mask __read_mostly;
arch/powerpc/kernel/setup_64.c
828
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
arch/powerpc/kernel/time.c
138
static u64 tb_to_ns_scale __read_mostly;
arch/powerpc/kernel/time.c
139
static unsigned tb_to_ns_shift __read_mostly;
arch/powerpc/kernel/traps.c
74
int (*__debugger)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
75
int (*__debugger_ipi)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
76
int (*__debugger_bpt)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
77
int (*__debugger_sstep)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
78
int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
79
int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/traps.c
80
int (*__debugger_fault_handler)(struct pt_regs *regs) __read_mostly;
arch/powerpc/kernel/watchdog.c
77
static cpumask_t wd_cpus_enabled __read_mostly;
arch/powerpc/kernel/watchdog.c
79
static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */
arch/powerpc/kernel/watchdog.c
80
static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */
arch/powerpc/kernel/watchdog.c
82
static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */
arch/powerpc/kvm/book3s_hv_nested.c
1306
static unsigned long tlb_range_flush_page_ceiling __read_mostly = 33;
arch/powerpc/kvm/book3s_hv_nestedv2.c
30
struct static_key_false __kvmhv_is_nestedv2 __read_mostly;
arch/powerpc/lib/feature-fixups.c
32
bool static_key_feature_checks_initialized __read_mostly;
arch/powerpc/lib/qspinlock.c
31
static int steal_spins __read_mostly = (1 << 5);
arch/powerpc/lib/qspinlock.c
32
static int remote_steal_spins __read_mostly = (1 << 2);
arch/powerpc/lib/qspinlock.c
36
static bool maybe_stealers __read_mostly = true;
arch/powerpc/lib/qspinlock.c
38
static int head_spins __read_mostly = (1 << 8);
arch/powerpc/lib/qspinlock.c
40
static bool pv_yield_owner __read_mostly = true;
arch/powerpc/lib/qspinlock.c
41
static bool pv_yield_allow_steal __read_mostly = false;
arch/powerpc/lib/qspinlock.c
42
static bool pv_spin_on_preempted_owner __read_mostly = false;
arch/powerpc/lib/qspinlock.c
43
static bool pv_sleepy_lock __read_mostly = true;
arch/powerpc/lib/qspinlock.c
44
static bool pv_sleepy_lock_sticky __read_mostly = false;
arch/powerpc/lib/qspinlock.c
45
static u64 pv_sleepy_lock_interval_ns __read_mostly = 0;
arch/powerpc/lib/qspinlock.c
46
static int pv_sleepy_lock_factor __read_mostly = 256;
arch/powerpc/lib/qspinlock.c
47
static bool pv_yield_prev __read_mostly = true;
arch/powerpc/lib/qspinlock.c
48
static bool pv_yield_sleepy_owner __read_mostly = true;
arch/powerpc/lib/qspinlock.c
49
static bool pv_prod_head __read_mostly = false;
arch/powerpc/mm/book3s64/pgtable.c
590
bool tlbie_capable __read_mostly = IS_ENABLED(CONFIG_PPC_RADIX_BROADCAST_TLBIE);
arch/powerpc/mm/book3s64/pgtable.c
598
bool tlbie_enabled __read_mostly = IS_ENABLED(CONFIG_PPC_RADIX_BROADCAST_TLBIE);
arch/powerpc/mm/book3s64/radix_tlb.c
1015
static u32 tlb_single_page_flush_ceiling __read_mostly = 33;
arch/powerpc/mm/book3s64/radix_tlb.c
1016
static u32 tlb_local_single_page_flush_ceiling __read_mostly = POWER9_TLB_SETS_RADIX * 2;
arch/powerpc/platforms/powernv/pci-ioda.c
83
static bool pnv_iommu_bypass_disabled __read_mostly;
arch/powerpc/platforms/powernv/pci-ioda.c
84
static bool pci_reset_phbs __read_mostly;
arch/powerpc/platforms/pseries/cmm.c
50
static bool __read_mostly simulate;
arch/powerpc/platforms/pseries/iommu.c
937
static int __read_mostly disable_ddw;
arch/powerpc/platforms/pseries/lpar.c
179
static int vcpudispatch_stats_on __read_mostly;
arch/powerpc/xmon/xmon.c
78
static unsigned long in_xmon __read_mostly = 0;
arch/riscv/kernel/cpufeature.c
39
unsigned long elf_hwcap __read_mostly;
arch/riscv/kernel/cpufeature.c
42
static DECLARE_BITMAP(riscv_isa, RISCV_ISA_EXT_MAX) __read_mostly;
arch/riscv/kernel/process.c
117
static bool compat_mode_supported __read_mostly;
arch/riscv/kernel/process.c
38
unsigned long __stack_chk_guard __read_mostly;
arch/riscv/kernel/smp.c
69
static struct irq_desc *ipi_desc[IPI_MAX] __read_mostly;
arch/riscv/kernel/traps_misaligned.c
191
int unaligned_enabled __read_mostly = 1; /* Enabled by default */
arch/riscv/kernel/traps_misaligned.c
520
static bool unaligned_ctl __read_mostly;
arch/riscv/kernel/usercfi.c
20
unsigned long riscv_nousercfi __read_mostly;
arch/riscv/kernel/vector.c
29
unsigned long riscv_v_vsize __read_mostly;
arch/riscv/mm/tlbflush.c
36
unsigned long tlb_flush_all_threshold __read_mostly = 64;
arch/s390/kernel/ftrace.c
48
void *ftrace_func __read_mostly = ftrace_stub;
arch/s390/kernel/perf_cpum_sf.c
81
static unsigned long __read_mostly CPUM_SF_MIN_SDB = 15;
arch/s390/kernel/perf_cpum_sf.c
82
static unsigned long __read_mostly CPUM_SF_MAX_SDB = 8176;
arch/s390/kernel/perf_cpum_sf.c
83
static unsigned long __read_mostly CPUM_SF_SDB_DIAG_FACTOR = 1;
arch/s390/kernel/processor.c
31
unsigned long __read_mostly elf_hwcap;
arch/s390/mm/init.c
175
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
arch/sh/boards/mach-se/7206/irq.c
119
static struct irq_chip se7206_irq_chip __read_mostly = {
arch/sh/boards/mach-se/7724/irq.c
86
static struct irq_chip se7724_irq_chip __read_mostly = {
arch/sh/kernel/hw_breakpoint.c
37
static struct sh_ubc *sh_ubc __read_mostly = &ubc_dummy;
arch/sh/kernel/io_trapped.c
32
static int trapped_io_disable __read_mostly;
arch/sh/kernel/ioport.c
12
unsigned long sh_io_port_base __read_mostly = -1;
arch/sh/kernel/irq.c
66
static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly;
arch/sh/kernel/irq.c
67
static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
arch/sh/kernel/perf_event.c
36
static struct sh_pmu *sh_pmu __read_mostly;
arch/sh/kernel/process.c
16
unsigned long __stack_chk_guard __read_mostly;
arch/sh/kernel/setup.c
54
struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = {
arch/sh/kernel/vsyscall/vsyscall.c
24
unsigned int __read_mostly vdso_enabled = 1;
arch/sparc/kernel/perf_event.c
1681
static __read_mostly struct notifier_block perf_event_nmi_notifier = {
arch/sparc/kernel/perf_event.c
804
static const struct sparc_pmu *sparc_pmu __read_mostly;
arch/sparc/kernel/smp_64.c
62
cpumask_t cpu_core_map[NR_CPUS] __read_mostly =
arch/sparc/kernel/smp_64.c
65
cpumask_t cpu_core_sib_map[NR_CPUS] __read_mostly = {
arch/sparc/kernel/smp_64.c
68
cpumask_t cpu_core_sib_cache_map[NR_CPUS] __read_mostly = {
arch/sparc/kernel/time_64.c
207
struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations;
arch/sparc/kernel/time_64.c
288
static struct sparc64_tick_ops stick_operations __read_mostly = {
arch/sparc/kernel/time_64.c
422
static struct sparc64_tick_ops hbtick_operations __read_mostly = {
arch/sparc/kernel/time_64.c
779
static unsigned long tb_ticks_per_usec __read_mostly;
arch/sparc/mm/init_64.c
172
unsigned long kern_base __read_mostly;
arch/sparc/mm/init_64.c
173
unsigned long kern_size __read_mostly;
arch/sparc/mm/init_64.c
180
struct page *mem_map_zero __read_mostly;
arch/sparc/mm/init_64.c
183
unsigned int sparc64_highest_unlocked_tlb_ent __read_mostly;
arch/sparc/mm/init_64.c
185
unsigned long sparc64_kern_pri_context __read_mostly;
arch/sparc/mm/init_64.c
186
unsigned long sparc64_kern_pri_nuc_bits __read_mostly;
arch/sparc/mm/init_64.c
187
unsigned long sparc64_kern_sec_context __read_mostly;
arch/sparc/mm/init_64.c
2550
pgprot_t PAGE_KERNEL __read_mostly;
arch/sparc/mm/init_64.c
2553
pgprot_t PAGE_KERNEL_LOCKED __read_mostly;
arch/sparc/mm/init_64.c
2554
pgprot_t PAGE_COPY __read_mostly;
arch/sparc/mm/init_64.c
2556
pgprot_t PAGE_SHARED __read_mostly;
arch/sparc/mm/init_64.c
2559
unsigned long pg_iobits __read_mostly;
arch/sparc/mm/init_64.c
2561
unsigned long _PAGE_IE __read_mostly;
arch/sparc/mm/init_64.c
2564
unsigned long _PAGE_E __read_mostly;
arch/sparc/mm/init_64.c
2567
unsigned long _PAGE_CACHE __read_mostly;
arch/sparc/mm/init_64.c
284
unsigned long _PAGE_ALL_SZ_BITS __read_mostly;
arch/sparc/mm/init_64.c
56
unsigned long kern_linear_pte_xor[4] __read_mostly;
arch/sparc/mm/init_64.c
565
struct linux_prom_translation prom_trans[512] __read_mostly;
arch/sparc/mm/init_64.c
566
unsigned int prom_trans_ents __read_mostly;
arch/sparc/mm/tsb.c
326
struct kmem_cache *pgtable_cache __read_mostly;
arch/sparc/mm/tsb.c
328
static struct kmem_cache *tsb_caches[8] __read_mostly;
arch/sparc/vdso/vma.c
25
unsigned int __read_mostly vdso_enabled = 1;
arch/x86/boot/compressed/ident_map_64.c
35
pteval_t __default_kernel_pte_mask __read_mostly = ~0;
arch/x86/entry/vdso/vdso32-setup.c
29
unsigned int __read_mostly vdso32_enabled = VDSO_DEFAULT;
arch/x86/entry/vdso/vma.c
32
unsigned int vclocks_used __read_mostly;
arch/x86/entry/vdso/vma.c
35
unsigned int __read_mostly vdso64_enabled = 1;
arch/x86/events/amd/core.c
26
static u64 amd_pmu_global_cntr_mask __read_mostly;
arch/x86/events/amd/core.c
307
static unsigned int event_offsets[X86_PMC_IDX_MAX] __read_mostly;
arch/x86/events/amd/core.c
308
static unsigned int count_offsets[X86_PMC_IDX_MAX] __read_mostly;
arch/x86/events/core.c
114
u64 __read_mostly hw_cache_event_ids
arch/x86/events/core.c
118
u64 __read_mostly hw_cache_extra_regs
arch/x86/events/core.c
52
struct x86_pmu x86_pmu __read_mostly;
arch/x86/events/intel/core.c
110
static struct event_constraint intel_snb_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
137
static struct event_constraint intel_ivb_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
165
static struct extra_reg intel_westmere_extra_regs[] __read_mostly =
arch/x86/events/intel/core.c
174
static struct event_constraint intel_v1_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
179
static struct event_constraint intel_gen_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
187
static struct event_constraint intel_v5_gen_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
1911
static struct extra_reg intel_slm_extra_regs[] __read_mostly =
arch/x86/events/intel/core.c
2065
static struct extra_reg intel_glm_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
208
static struct event_constraint intel_slm_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
216
static struct event_constraint intel_grt_event_constraints[] __read_mostly = {
arch/x86/events/intel/core.c
224
static struct event_constraint intel_skt_event_constraints[] __read_mostly = {
arch/x86/events/intel/core.c
235
static struct event_constraint intel_arw_event_constraints[] __read_mostly = {
arch/x86/events/intel/core.c
2378
static struct extra_reg intel_tnt_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
2394
static struct extra_reg intel_grt_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
2413
static struct extra_reg intel_cmt_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
2423
static struct extra_reg intel_arw_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
276
static struct extra_reg intel_knl_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
282
static struct extra_reg intel_snb_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
290
static struct extra_reg intel_snbep_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
298
static struct extra_reg intel_skl_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
33
static u64 intel_perfmon_event_map[PERF_COUNT_HW_MAX] __read_mostly =
arch/x86/events/intel/core.c
338
static struct extra_reg intel_icl_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
346
static struct extra_reg intel_glc_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
397
static struct extra_reg intel_rwc_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
45
static struct event_constraint intel_core_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
450
static struct extra_reg intel_lnc_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
503
static struct extra_reg intel_pnc_extra_regs[] __read_mostly = {
arch/x86/events/intel/core.c
56
static struct event_constraint intel_core2_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
74
static struct event_constraint intel_nehalem_event_constraints[] __read_mostly =
arch/x86/events/intel/core.c
90
static struct extra_reg intel_nehalem_extra_regs[] __read_mostly =
arch/x86/events/intel/core.c
98
static struct event_constraint intel_westmere_event_constraints[] __read_mostly =
arch/x86/events/perf_event.h
1157
extern struct x86_pmu x86_pmu __read_mostly;
arch/x86/events/perf_event.h
1197
extern u64 __read_mostly hw_cache_event_ids
arch/x86/events/perf_event.h
1201
extern u64 __read_mostly hw_cache_extra_regs
arch/x86/events/rapl.c
163
static int rapl_pkg_hw_unit[NR_RAPL_PKG_DOMAINS] __read_mostly;
arch/x86/events/rapl.c
164
static int rapl_core_hw_unit __read_mostly;
arch/x86/events/zhaoxin/core.c
25
static u64 zx_pmon_event_map[PERF_COUNT_HW_MAX] __read_mostly = {
arch/x86/events/zhaoxin/core.c
34
static struct event_constraint zxc_event_constraints[] __read_mostly = {
arch/x86/events/zhaoxin/core.c
40
static struct event_constraint zxd_event_constraints[] __read_mostly = {
arch/x86/include/asm/kvm_host.h
2005
extern u32 __read_mostly kvm_nr_uret_msrs;
arch/x86/include/asm/kvm_host.h
2006
extern bool __read_mostly allow_smaller_maxphyaddr;
arch/x86/include/asm/kvm_host.h
2007
extern bool __read_mostly enable_apicv;
arch/x86/include/asm/kvm_host.h
2008
extern bool __read_mostly enable_ipiv;
arch/x86/include/asm/kvm_host.h
2009
extern bool __read_mostly enable_device_posted_irqs;
arch/x86/include/asm/processor.h
63
extern u16 __read_mostly tlb_lli_4k;
arch/x86/include/asm/processor.h
64
extern u16 __read_mostly tlb_lli_2m;
arch/x86/include/asm/processor.h
65
extern u16 __read_mostly tlb_lli_4m;
arch/x86/include/asm/processor.h
66
extern u16 __read_mostly tlb_lld_4k;
arch/x86/include/asm/processor.h
67
extern u16 __read_mostly tlb_lld_2m;
arch/x86/include/asm/processor.h
68
extern u16 __read_mostly tlb_lld_4m;
arch/x86/include/asm/processor.h
69
extern u16 __read_mostly tlb_lld_1g;
arch/x86/include/asm/topology.h
270
extern bool __read_mostly sysctl_sched_itmt_enabled;
arch/x86/kernel/acpi/boot.c
104
static u32 isa_irq_to_gsi[NR_IRQS_LEGACY] __read_mostly = {
arch/x86/kernel/alternative.c
17
int __read_mostly alternatives_patched;
arch/x86/kernel/apic/apic_numachip.c
24
u8 numachip_system __read_mostly;
arch/x86/kernel/apic/apic_numachip.c
27
static void (*numachip_apic_icr_write)(int apicid, unsigned int val) __read_mostly;
arch/x86/kernel/apic/io_apic.c
1854
static struct irq_chip ioapic_chip __read_mostly = {
arch/x86/kernel/apic/io_apic.c
1868
static struct irq_chip ioapic_ir_chip __read_mostly = {
arch/x86/kernel/apic/io_apic.c
1925
static struct irq_chip lapic_chip __read_mostly = {
arch/x86/kernel/apic/x2apic_cluster.c
19
static u32 *x86_cpu_to_logical_apicid __read_mostly;
arch/x86/kernel/apm_32.c
386
static int idle_threshold __read_mostly = DEFAULT_IDLE_THRESHOLD;
arch/x86/kernel/apm_32.c
387
static int idle_period __read_mostly = DEFAULT_IDLE_PERIOD;
arch/x86/kernel/apm_32.c
392
static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL;
arch/x86/kernel/apm_32.c
394
static bool debug __read_mostly;
arch/x86/kernel/apm_32.c
395
static bool smp __read_mostly;
arch/x86/kernel/check.c
22
static int __read_mostly memory_corruption_check = -1;
arch/x86/kernel/check.c
24
static unsigned __read_mostly corruption_check_size = 64*1024;
arch/x86/kernel/check.c
25
static unsigned __read_mostly corruption_check_period = 60; /* seconds */
arch/x86/kernel/cpu/common.c
86
u32 elf_hwcap2 __read_mostly;
arch/x86/kernel/cpu/common.c
894
u16 __read_mostly tlb_lli_4k;
arch/x86/kernel/cpu/common.c
895
u16 __read_mostly tlb_lli_2m;
arch/x86/kernel/cpu/common.c
896
u16 __read_mostly tlb_lli_4m;
arch/x86/kernel/cpu/common.c
897
u16 __read_mostly tlb_lld_4k;
arch/x86/kernel/cpu/common.c
898
u16 __read_mostly tlb_lld_2m;
arch/x86/kernel/cpu/common.c
899
u16 __read_mostly tlb_lld_4m;
arch/x86/kernel/cpu/common.c
900
u16 __read_mostly tlb_lld_1g;
arch/x86/kernel/cpu/intel.c
57
static bool ring3mwait_disabled __read_mostly;
arch/x86/kernel/cpu/mce/core.c
85
struct mce_vendor_flags mce_flags __read_mostly;
arch/x86/kernel/cpu/mce/core.c
87
struct mca_config mca_cfg __read_mostly = {
arch/x86/kernel/cpu/mce/p5.c
21
int mce_p5_enabled __read_mostly;
arch/x86/kernel/cpu/microcode/intel.c
72
static struct microcode_intel *ucode_patch_va __read_mostly;
arch/x86/kernel/cpu/microcode/intel.c
73
static struct microcode_intel *ucode_patch_late __read_mostly;
arch/x86/kernel/cpu/resctrl/monitor.c
87
static u32 mbm_cf_rmidthreshold __read_mostly = UINT_MAX;
arch/x86/kernel/cpu/resctrl/monitor.c
89
static u64 mbm_cf __read_mostly;
arch/x86/kernel/cpu/topology.c
47
DECLARE_BITMAP(phys_cpu_present_map, MAX_LOCAL_APIC) __read_mostly;
arch/x86/kernel/cpu/topology_common.c
20
struct cpumask __cpu_primary_thread_mask __read_mostly;
arch/x86/kernel/io_delay.c
31
int io_delay_type __read_mostly = DEFAULT_IO_DELAY_TYPE;
arch/x86/kernel/irq_32.c
29
int sysctl_panic_on_stackoverflow __read_mostly;
arch/x86/kernel/itmt.c
31
static bool __read_mostly sched_itmt_capable;
arch/x86/kernel/itmt.c
40
bool __read_mostly sysctl_sched_itmt_enabled;
arch/x86/kernel/nmi.c
85
static int ignore_nmis __read_mostly;
arch/x86/kernel/pci-dma.c
21
static bool disable_dac_quirk __read_mostly;
arch/x86/kernel/pci-dma.c
27
int panic_on_overflow __read_mostly = 1;
arch/x86/kernel/pci-dma.c
28
int force_iommu __read_mostly = 1;
arch/x86/kernel/pci-dma.c
30
int panic_on_overflow __read_mostly = 0;
arch/x86/kernel/pci-dma.c
31
int force_iommu __read_mostly = 0;
arch/x86/kernel/pci-dma.c
34
int iommu_merge __read_mostly = 0;
arch/x86/kernel/pci-dma.c
36
int no_iommu __read_mostly;
arch/x86/kernel/pci-dma.c
38
int iommu_detected __read_mostly = 0;
arch/x86/kernel/pvclock.c
19
static u8 valid_flags __read_mostly = 0;
arch/x86/kernel/pvclock.c
20
static struct pvclock_vsyscall_time_info *pvti_cpu0_va __read_mostly;
arch/x86/kernel/setup.c
133
struct cpuinfo_x86 boot_cpu_data __read_mostly;
arch/x86/kernel/smpboot.c
124
int __read_mostly __max_smt_threads = 1;
arch/x86/kernel/tboot.c
35
static struct tboot *tboot __read_mostly;
arch/x86/kernel/tsc.c
38
unsigned int __read_mostly cpu_khz; /* TSC clocks / usec, not used here */
arch/x86/kernel/tsc.c
41
unsigned int __read_mostly tsc_khz;
arch/x86/kernel/tsc.c
49
static int __read_mostly tsc_unstable;
arch/x86/kernel/tsc.c
56
static int __read_mostly tsc_force_recalibrate;
arch/x86/kernel/tsc_sync.c
41
bool __read_mostly tsc_async_resets;
arch/x86/kvm/cpuid.c
36
u32 kvm_cpu_caps[NR_KVM_CPU_CAPS] __read_mostly;
arch/x86/kvm/cpuid.c
39
bool kvm_is_configuring_cpu_caps __read_mostly;
arch/x86/kvm/cpuid.h
10
extern u32 kvm_cpu_caps[NR_KVM_CPU_CAPS] __read_mostly;
arch/x86/kvm/cpuid.h
11
extern bool kvm_is_configuring_cpu_caps __read_mostly;
arch/x86/kvm/lapic.c
165
__read_mostly DEFINE_STATIC_KEY_FALSE(kvm_has_noapic_vcpu);
arch/x86/kvm/lapic.c
168
__read_mostly DEFINE_STATIC_KEY_DEFERRED_FALSE(apic_hw_disabled, HZ);
arch/x86/kvm/lapic.c
169
__read_mostly DEFINE_STATIC_KEY_DEFERRED_FALSE(apic_sw_disabled, HZ);
arch/x86/kvm/lapic.c
68
static bool lapic_timer_advance __read_mostly = true;
arch/x86/kvm/lapic.c
78
static bool __read_mostly vector_hashing_enabled = true;
arch/x86/kvm/mmu.h
10
extern bool __read_mostly enable_mmio_caching;
arch/x86/kvm/mmu/mmu.c
111
bool __read_mostly tdp_mmu_enabled = true;
arch/x86/kvm/mmu/mmu.c
116
static int max_huge_page_level __read_mostly;
arch/x86/kvm/mmu/mmu.c
117
static int tdp_root_level __read_mostly;
arch/x86/kvm/mmu/mmu.c
118
static int max_tdp_level __read_mostly;
arch/x86/kvm/mmu/mmu.c
64
int __read_mostly nx_huge_pages = -1;
arch/x86/kvm/mmu/mmu.c
65
static uint __read_mostly nx_huge_pages_recovery_period_ms;
arch/x86/kvm/mmu/mmu.c
68
static uint __read_mostly nx_huge_pages_recovery_ratio = 0;
arch/x86/kvm/mmu/mmu.c
70
static uint __read_mostly nx_huge_pages_recovery_ratio = 60;
arch/x86/kvm/mmu/mmu.c
96
static bool __read_mostly force_flush_and_sync_on_reuse;
arch/x86/kvm/mmu/spte.c
22
bool __read_mostly enable_mmio_caching = true;
arch/x86/kvm/mmu/spte.c
27
bool __read_mostly kvm_ad_enabled;
arch/x86/kvm/mmu/spte.c
29
u64 __read_mostly shadow_host_writable_mask;
arch/x86/kvm/mmu/spte.c
30
u64 __read_mostly shadow_mmu_writable_mask;
arch/x86/kvm/mmu/spte.c
31
u64 __read_mostly shadow_nx_mask;
arch/x86/kvm/mmu/spte.c
32
u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
arch/x86/kvm/mmu/spte.c
33
u64 __read_mostly shadow_user_mask;
arch/x86/kvm/mmu/spte.c
34
u64 __read_mostly shadow_accessed_mask;
arch/x86/kvm/mmu/spte.c
35
u64 __read_mostly shadow_dirty_mask;
arch/x86/kvm/mmu/spte.c
36
u64 __read_mostly shadow_mmio_value;
arch/x86/kvm/mmu/spte.c
37
u64 __read_mostly shadow_mmio_mask;
arch/x86/kvm/mmu/spte.c
38
u64 __read_mostly shadow_mmio_access_mask;
arch/x86/kvm/mmu/spte.c
39
u64 __read_mostly shadow_present_mask;
arch/x86/kvm/mmu/spte.c
40
u64 __read_mostly shadow_me_value;
arch/x86/kvm/mmu/spte.c
41
u64 __read_mostly shadow_me_mask;
arch/x86/kvm/mmu/spte.c
42
u64 __read_mostly shadow_acc_track_mask;
arch/x86/kvm/mmu/spte.c
44
u64 __read_mostly shadow_nonpresent_or_rsvd_mask;
arch/x86/kvm/mmu/spte.c
45
u64 __read_mostly shadow_nonpresent_or_rsvd_lower_gfn_mask;
arch/x86/kvm/mmu/spte.h
177
extern bool __read_mostly kvm_ad_enabled;
arch/x86/kvm/mmu/spte.h
179
extern u64 __read_mostly shadow_host_writable_mask;
arch/x86/kvm/mmu/spte.h
180
extern u64 __read_mostly shadow_mmu_writable_mask;
arch/x86/kvm/mmu/spte.h
181
extern u64 __read_mostly shadow_nx_mask;
arch/x86/kvm/mmu/spte.h
182
extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
arch/x86/kvm/mmu/spte.h
183
extern u64 __read_mostly shadow_user_mask;
arch/x86/kvm/mmu/spte.h
184
extern u64 __read_mostly shadow_accessed_mask;
arch/x86/kvm/mmu/spte.h
185
extern u64 __read_mostly shadow_dirty_mask;
arch/x86/kvm/mmu/spte.h
186
extern u64 __read_mostly shadow_mmio_value;
arch/x86/kvm/mmu/spte.h
187
extern u64 __read_mostly shadow_mmio_mask;
arch/x86/kvm/mmu/spte.h
188
extern u64 __read_mostly shadow_mmio_access_mask;
arch/x86/kvm/mmu/spte.h
189
extern u64 __read_mostly shadow_present_mask;
arch/x86/kvm/mmu/spte.h
190
extern u64 __read_mostly shadow_me_value;
arch/x86/kvm/mmu/spte.h
191
extern u64 __read_mostly shadow_me_mask;
arch/x86/kvm/mmu/spte.h
198
extern u64 __read_mostly shadow_acc_track_mask;
arch/x86/kvm/mmu/spte.h
204
extern u64 __read_mostly shadow_nonpresent_or_rsvd_mask;
arch/x86/kvm/mmu/spte.h
247
extern u64 __read_mostly shadow_nonpresent_or_rsvd_lower_gfn_mask;
arch/x86/kvm/pmu.c
30
static struct x86_pmu_capability __read_mostly kvm_host_pmu;
arch/x86/kvm/pmu.c
33
struct x86_pmu_capability __read_mostly kvm_pmu_cap;
arch/x86/kvm/pmu.c
40
static struct kvm_pmu_emulated_event_selectors __read_mostly kvm_pmu_eventsel;
arch/x86/kvm/pmu.c
85
static struct kvm_pmu_ops kvm_pmu_ops __read_mostly;
arch/x86/kvm/svm/svm.c
163
bool __read_mostly dump_invalid_vmcb;
arch/x86/kvm/svm/svm.c
73
static bool erratum_383_found __read_mostly;
arch/x86/kvm/vmx/capabilities.h
12
extern bool __read_mostly enable_vpid;
arch/x86/kvm/vmx/capabilities.h
13
extern bool __read_mostly flexpriority_enabled;
arch/x86/kvm/vmx/capabilities.h
14
extern bool __read_mostly enable_ept;
arch/x86/kvm/vmx/capabilities.h
15
extern bool __read_mostly enable_unrestricted_guest;
arch/x86/kvm/vmx/capabilities.h
16
extern bool __read_mostly enable_ept_ad_bits;
arch/x86/kvm/vmx/capabilities.h
17
extern bool __read_mostly enable_pml;
arch/x86/kvm/vmx/capabilities.h
18
extern int __read_mostly pt_mode;
arch/x86/kvm/vmx/nested.c
24
static bool __read_mostly enable_shadow_vmcs = 1;
arch/x86/kvm/vmx/sgx.c
14
bool __read_mostly enable_sgx = 1;
arch/x86/kvm/vmx/sgx.h
11
extern bool __read_mostly enable_sgx;
arch/x86/kvm/vmx/vmx.c
100
bool __read_mostly enable_ept = 1;
arch/x86/kvm/vmx/vmx.c
103
bool __read_mostly enable_unrestricted_guest = 1;
arch/x86/kvm/vmx/vmx.c
107
bool __read_mostly enable_ept_ad_bits = 1;
arch/x86/kvm/vmx/vmx.c
110
static bool __read_mostly emulate_invalid_guest_state = true;
arch/x86/kvm/vmx/vmx.c
113
static bool __read_mostly fasteoi = 1;
arch/x86/kvm/vmx/vmx.c
126
static bool __read_mostly nested = 1;
arch/x86/kvm/vmx/vmx.c
129
bool __read_mostly enable_pml = 1;
arch/x86/kvm/vmx/vmx.c
132
static bool __read_mostly error_on_inconsistent_vmcs_config = true;
arch/x86/kvm/vmx/vmx.c
135
static bool __read_mostly dump_invalid_vmcs = 0;
arch/x86/kvm/vmx/vmx.c
144
static int __read_mostly cpu_preemption_timer_multi;
arch/x86/kvm/vmx/vmx.c
145
static bool __read_mostly enable_preemption_timer = 1;
arch/x86/kvm/vmx/vmx.c
150
extern bool __read_mostly allow_smaller_maxphyaddr;
arch/x86/kvm/vmx/vmx.c
201
int __read_mostly pt_mode = PT_MODE_SYSTEM;
arch/x86/kvm/vmx/vmx.c
214
static enum vmx_l1d_flush_state __read_mostly vmentry_l1d_flush_param = VMENTER_L1D_FLUSH_AUTO;
arch/x86/kvm/vmx/vmx.c
624
static bool __read_mostly enlightened_vmcs = true;
arch/x86/kvm/vmx/vmx.c
91
bool __read_mostly enable_vpid = 1;
arch/x86/kvm/vmx/vmx.c
94
static bool __read_mostly enable_vnmi = 1;
arch/x86/kvm/vmx/vmx.c
97
bool __read_mostly flexpriority_enabled = 1;
arch/x86/kvm/x86.c
101
struct kvm_host_values kvm_host __read_mostly;
arch/x86/kvm/x86.c
115
u64 __read_mostly efer_reserved_bits = ~((u64)(EFER_SCE | EFER_LME | EFER_LMA));
arch/x86/kvm/x86.c
117
static u64 __read_mostly efer_reserved_bits = ~((u64)EFER_SCE);
arch/x86/kvm/x86.c
143
struct kvm_x86_ops kvm_x86_ops __read_mostly;
arch/x86/kvm/x86.c
154
static bool __read_mostly ignore_msrs = 0;
arch/x86/kvm/x86.c
157
bool __read_mostly report_ignored_msrs = true;
arch/x86/kvm/x86.c
165
static u32 __read_mostly tsc_tolerance_ppm = 250;
arch/x86/kvm/x86.c
168
bool __read_mostly enable_vmware_backdoor = false;
arch/x86/kvm/x86.c
177
static int __read_mostly force_emulation_prefix;
arch/x86/kvm/x86.c
180
int __read_mostly pi_inject_timer = -1;
arch/x86/kvm/x86.c
184
bool __read_mostly enable_pmu = true;
arch/x86/kvm/x86.c
189
bool __read_mostly enable_mediated_pmu;
arch/x86/kvm/x86.c
192
bool __read_mostly eager_page_split = true;
arch/x86/kvm/x86.c
196
static bool __read_mostly mitigate_smt_rsb;
arch/x86/kvm/x86.c
215
u32 __read_mostly kvm_nr_uret_msrs;
arch/x86/kvm/x86.c
217
static u32 __read_mostly kvm_uret_msrs_list[KVM_MAX_NR_USER_RETURN_MSRS];
arch/x86/kvm/x86.c
234
bool __read_mostly allow_smaller_maxphyaddr = 0;
arch/x86/kvm/x86.c
237
bool __read_mostly enable_apicv = true;
arch/x86/kvm/x86.c
240
bool __read_mostly enable_ipiv = true;
arch/x86/kvm/x86.c
243
bool __read_mostly enable_device_posted_irqs = true;
arch/x86/kvm/x86.c
98
struct kvm_caps kvm_caps __read_mostly;
arch/x86/lib/usercopy_32.c
17
struct movsl_mask movsl_mask __read_mostly;
arch/x86/mm/init_32.c
502
pteval_t __supported_pte_mask __read_mostly = DEFAULT_PTE_MASK;
arch/x86/mm/init_32.c
504
pteval_t __default_kernel_pte_mask __read_mostly = DEFAULT_PTE_MASK;
arch/x86/mm/init_32.c
60
bool __read_mostly __vmalloc_start_set = false;
arch/x86/mm/init_32.c
721
int kernel_set_to_readonly __read_mostly;
arch/x86/mm/init_64.c
107
pteval_t __supported_pte_mask __read_mostly = ~0;
arch/x86/mm/init_64.c
109
pteval_t __default_kernel_pte_mask __read_mostly = ~0;
arch/x86/mm/mmap.c
27
struct va_alignment __read_mostly va_align = {
arch/x86/mm/pat/cpa-test.c
22
static __read_mostly int print = 1;
arch/x86/mm/pat/memtype.c
67
static bool __read_mostly pat_disabled = !IS_ENABLED(CONFIG_X86_PAT);
arch/x86/mm/tlb.c
1395
unsigned long tlb_single_page_flush_ceiling __read_mostly = 33;
arch/x86/pci/common.c
37
const struct pci_raw_ops *__read_mostly raw_pci_ops;
arch/x86/pci/common.c
38
const struct pci_raw_ops *__read_mostly raw_pci_ext_ops;
arch/x86/pci/numachip.c
17
static u8 limit __read_mostly;
arch/x86/pci/xen.c
266
static bool __read_mostly pci_seg_supported = true;
arch/x86/platform/uv/uv_time.c
62
static struct uv_rtc_timer_head **blade_info __read_mostly;
arch/x86/virt/svm/cmdline.c
17
struct sev_config sev_cfg __read_mostly;
arch/x86/xen/enlighten.c
55
__read_mostly bool xen_have_vector_callback = true;
arch/x86/xen/enlighten_pv.c
160
static __read_mostly bool xen_msr_safe = IS_ENABLED(CONFIG_XEN_PV_MSR_SAFE);
arch/x86/xen/enlighten_pv.c
252
static __read_mostly unsigned int cpuid_leaf5_ecx_val;
arch/x86/xen/enlighten_pv.c
253
static __read_mostly unsigned int cpuid_leaf5_edx_val;
arch/x86/xen/p2m.c
95
unsigned long *xen_p2m_addr __read_mostly;
arch/x86/xen/p2m.c
97
unsigned long xen_p2m_size __read_mostly;
arch/x86/xen/p2m.c
99
unsigned long xen_max_p2m_pfn __read_mostly;
arch/x86/xen/pmu.c
37
static __read_mostly uint32_t amd_counters_base;
arch/x86/xen/pmu.c
38
static __read_mostly uint32_t amd_ctrls_base;
arch/x86/xen/pmu.c
39
static __read_mostly int amd_msr_step;
arch/x86/xen/pmu.c
40
static __read_mostly int k7_counters_mirrored;
arch/x86/xen/pmu.c
41
static __read_mostly int amd_num_counters;
arch/x86/xen/pmu.c
67
static __read_mostly int intel_num_arch_counters, intel_num_fixed_counters;
arch/x86/xen/time.c
165
static struct clocksource xen_clocksource __read_mostly = {
arch/x86/xen/time.c
37
static u64 xen_sched_clock_offset __read_mostly;
arch/x86/xen/time.c
392
static struct pvclock_vsyscall_time_info *xen_clock __read_mostly;
arch/xtensa/include/asm/cache.h
38
#define __ro_after_init __read_mostly
arch/xtensa/kernel/process.c
62
unsigned long __stack_chk_guard __read_mostly;
block/bio.c
41
} bvec_slabs[] __read_mostly = {
block/blk-timeout.c
91
static unsigned long blk_timeout_mask __read_mostly;
drivers/acpi/acpi_processor.c
35
struct acpi_processor_errata errata __read_mostly;
drivers/acpi/apei/hest.c
38
static struct acpi_table_hest *__read_mostly hest_tab;
drivers/acpi/button.c
187
static unsigned long lid_report_interval __read_mostly = 500;
drivers/acpi/ec.c
111
static unsigned int ec_delay __read_mostly = ACPI_EC_DELAY;
drivers/acpi/ec.c
115
static unsigned int ec_max_queries __read_mostly = ACPI_EC_MAX_QUERIES;
drivers/acpi/ec.c
119
static bool ec_busy_polling __read_mostly;
drivers/acpi/ec.c
123
static unsigned int ec_polling_guard __read_mostly = ACPI_EC_UDELAY_POLL;
drivers/acpi/ec.c
127
static unsigned int ec_event_clearing __read_mostly = ACPI_EC_EVT_TIMING_QUERY;
drivers/acpi/ec.c
134
static unsigned int ec_storm_threshold __read_mostly = 8;
drivers/acpi/ec.c
138
static bool ec_freeze_events __read_mostly;
drivers/acpi/ec.c
142
static bool ec_no_wakeup __read_mostly;
drivers/acpi/processor_idle.c
42
static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER;
drivers/acpi/processor_idle.c
44
static bool nocst __read_mostly;
drivers/acpi/processor_idle.c
46
static bool bm_check_disable __read_mostly;
drivers/acpi/processor_idle.c
49
static unsigned int latency_factor __read_mostly = 2;
drivers/acpi/processor_thermal.c
32
static int cpufreq_thermal_max_step __read_mostly = 3;
drivers/acpi/processor_thermal.c
40
static int cpufreq_thermal_reduction_pctg __read_mostly = 20;
drivers/acpi/tiny-power-button.c
12
static int power_signal __read_mostly = CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL;
drivers/acpi/x86/s2idle.c
27
static bool sleep_no_lps0 __read_mostly;
drivers/acpi/x86/s2idle.c
31
static bool check_lps0_constraints __read_mostly;
drivers/ata/libahci.c
200
static bool ahci_em_messages __read_mostly = true;
drivers/ata/libahci.c
207
static int devslp_idle_timeout __read_mostly = 1000;
drivers/base/arch_numa.c
144
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
drivers/base/power/main.c
524
static bool __read_mostly dpm_watchdog_all_cpu_backtrace;
drivers/base/power/trace.c
81
bool pm_trace_rtc_abused __read_mostly;
drivers/base/power/wakeup.c
29
bool events_check_enabled __read_mostly;
drivers/base/power/wakeup.c
32
static unsigned int wakeup_irq[2] __read_mostly;
drivers/base/power/wakeup.c
36
static atomic_t pm_abort_suspend __read_mostly;
drivers/block/aoe/aoenet.c
194
static struct packet_type aoe_pt __read_mostly = {
drivers/block/xen-blkfront.c
155
static bool __read_mostly xen_blkif_trusted = true;
drivers/char/random.c
88
} crng_init __read_mostly = CRNG_EMPTY;
drivers/char/random.c
99
static int ratelimit_disable __read_mostly = 0;
drivers/clocksource/acpi_pm.c
37
u32 pmtmr_ioport __read_mostly;
drivers/clocksource/bcm2835_timer.c
36
static void __iomem *system_clock __read_mostly;
drivers/clocksource/hyperv_timer.c
32
static u64 hv_sched_clock_offset __read_mostly;
drivers/clocksource/mips-gic-timer.c
23
static bool __read_mostly gic_clock_unstable;
drivers/clocksource/timer-mediatek.c
73
static void __iomem *gpt_sched_reg __read_mostly;
drivers/clocksource/timer-stm32.c
85
static void __iomem *stm32_timer_cnt __read_mostly;
drivers/cpufreq/cpufreq.c
103
static int off __read_mostly;
drivers/cpufreq/intel_pstate.c
299
static struct pstate_funcs pstate_funcs __read_mostly;
drivers/cpufreq/intel_pstate.c
305
static bool hwp_boost __read_mostly;
drivers/cpufreq/intel_pstate.c
308
static struct cpufreq_driver *intel_pstate_driver __read_mostly;
drivers/cpufreq/intel_pstate.c
924
static struct cpudata *hybrid_max_perf_cpu __read_mostly;
drivers/cpuidle/cpuidle-haltpoll.c
21
static bool force __read_mostly;
drivers/cpuidle/cpuidle-powernv.c
36
static int max_idle_state __read_mostly;
drivers/cpuidle/cpuidle-powernv.c
37
static struct cpuidle_state *cpuidle_state_table __read_mostly;
drivers/cpuidle/cpuidle-powernv.c
44
static struct stop_psscr_table stop_psscr_table[CPUIDLE_STATE_MAX] __read_mostly;
drivers/cpuidle/cpuidle-powernv.c
46
static u64 default_snooze_timeout __read_mostly;
drivers/cpuidle/cpuidle-powernv.c
47
static bool snooze_timeout_en __read_mostly;
drivers/cpuidle/cpuidle-pseries.c
32
static int max_idle_state __read_mostly;
drivers/cpuidle/cpuidle-pseries.c
33
static struct cpuidle_state *cpuidle_state_table __read_mostly;
drivers/cpuidle/cpuidle-pseries.c
34
static u64 snooze_timeout __read_mostly;
drivers/cpuidle/cpuidle-pseries.c
35
static bool snooze_timeout_en __read_mostly;
drivers/cpuidle/cpuidle.c
40
static int off __read_mostly;
drivers/cpuidle/cpuidle.c
41
static int initialized __read_mostly;
drivers/cpuidle/governors/haltpoll.c
24
static unsigned int guest_halt_poll_ns __read_mostly = 200000;
drivers/cpuidle/governors/haltpoll.c
28
static unsigned int guest_halt_poll_shrink __read_mostly = 2;
drivers/cpuidle/governors/haltpoll.c
32
static unsigned int guest_halt_poll_grow __read_mostly = 2;
drivers/cpuidle/governors/haltpoll.c
36
static unsigned int guest_halt_poll_grow_start __read_mostly = 50000;
drivers/cpuidle/governors/haltpoll.c
40
static bool guest_halt_poll_allow_shrink __read_mostly = true;
drivers/crypto/caam/qi.c
81
bool caam_congested __read_mostly;
drivers/crypto/caam/qi.h
22
extern bool caam_congested __read_mostly;
drivers/cxl/pmem.c
14
static __read_mostly DECLARE_BITMAP(exclusive_cmds, CXL_MEM_COMMAND_ID_MAX);
drivers/dax/super.c
42
static struct kmem_cache *dax_cache __read_mostly;
drivers/dax/super.c
43
static struct super_block *dax_superblock __read_mostly;
drivers/dma-buf/dma-heap.c
52
bool __read_mostly mem_accounting;
drivers/dma/sh/shdmac.c
518
static struct notifier_block sh_dmae_nmi_notifier __read_mostly = {
drivers/firmware/efi/efi.c
39
struct efi __read_mostly efi = {
drivers/gpu/drm/display/drm_dp_helper.c
1978
static int dp_aux_i2c_speed_khz __read_mostly = 10;
drivers/gpu/drm/display/drm_dp_helper.c
2143
static int dp_aux_i2c_transfer_size __read_mostly = DP_AUX_MAX_PAYLOAD_BYTES;
drivers/gpu/drm/drm_edid.c
1799
static int edid_fixup __read_mostly = 6;
drivers/gpu/drm/i915/display/intel_display_params.c
21
static struct intel_display_params intel_display_modparams __read_mostly = {
drivers/gpu/drm/i915/i915_mitigations.c
15
static unsigned long mitigations __read_mostly = ~0UL;
drivers/gpu/drm/i915/i915_params.c
51
struct i915_params i915_modparams __read_mostly = {
drivers/gpu/drm/i915/i915_params.h
74
extern struct i915_params i915_modparams __read_mostly;
drivers/gpu/drm/i915/selftests/i915_selftest.c
38
struct i915_selftest i915_selftest __read_mostly = {
drivers/hv/mshv_vtl_main.c
55
static bool __read_mostly mshv_has_reg_page;
drivers/hwmon/coretemp.c
340
static int max_zones __read_mostly;
drivers/hwtracing/intel_th/core.c
24
static bool host_mode __read_mostly;
drivers/idle/intel_idle.c
1722
static bool no_acpi __read_mostly;
drivers/idle/intel_idle.c
1726
static bool force_use_acpi __read_mostly; /* No effect if no_acpi is set. */
drivers/idle/intel_idle.c
1730
static bool no_native __read_mostly; /* No effect if no_acpi is set. */
drivers/idle/intel_idle.c
73
static unsigned int disabled_states_mask __read_mostly;
drivers/idle/intel_idle.c
74
static bool force_irq_on __read_mostly;
drivers/idle/intel_idle.c
75
static bool ibrs_off __read_mostly;
drivers/idle/intel_idle.c
84
static char cmdline_table_str[MAX_CMDLINE_TABLE_LEN] __read_mostly;
drivers/infiniband/ulp/ipoib/ipoib_main.c
61
int ipoib_sendq_size __read_mostly = IPOIB_TX_RING_SIZE;
drivers/infiniband/ulp/ipoib/ipoib_main.c
62
int ipoib_recvq_size __read_mostly = IPOIB_RX_RING_SIZE;
drivers/infiniband/ulp/ipoib/ipoib_netlink.c
171
static struct rtnl_link_ops ipoib_link_ops __read_mostly = {
drivers/infiniband/ulp/rtrs/rtrs-srv.c
38
static int __read_mostly max_chunk_size = DEFAULT_MAX_CHUNK_SIZE;
drivers/infiniband/ulp/rtrs/rtrs-srv.c
39
static int __read_mostly sess_queue_depth = DEFAULT_SESS_QUEUE_DEPTH;
drivers/input/keyboard/hil_kbd.c
55
static unsigned int hil_kbd_set1[HIL_KEYCODES_SET1_TBLSIZE] __read_mostly =
drivers/input/keyboard/hil_kbd.c
64
static unsigned int hil_kbd_set3[HIL_KEYCODES_SET3_TBLSIZE] __read_mostly =
drivers/input/keyboard/hilkbd.c
89
static unsigned int hphilkeyb_keycode[HIL_KEYCODES_SET1_TBLSIZE] __read_mostly =
drivers/iommu/amd/init.c
152
bool amd_iommu_irq_remap __read_mostly;
drivers/iommu/amd/init.c
188
bool amd_iommu_np_cache __read_mostly;
drivers/iommu/amd/init.c
189
bool amd_iommu_iotlb_sup __read_mostly = true;
drivers/iommu/amd/init.c
191
static bool amd_iommu_pc_present __read_mostly;
drivers/iommu/amd/init.c
192
bool amdr_ivrs_remap_support __read_mostly;
drivers/iommu/amd/init.c
194
bool amd_iommu_force_isolation __read_mostly;
drivers/iommu/dma-iommu.c
85
bool iommu_dma_forcedac __read_mostly;
drivers/iommu/intel/irq_remapping.c
63
static int __read_mostly eim_mode;
drivers/iommu/iommu.c
45
static unsigned int iommu_def_domain_type __read_mostly;
drivers/iommu/iommu.c
46
static bool iommu_dma_strict __read_mostly = IS_ENABLED(CONFIG_IOMMU_DEFAULT_DMA_STRICT);
drivers/iommu/iommu.c
47
static u32 iommu_cmd_line __read_mostly;
drivers/irqchip/irq-bcm2835.c
87
static struct armctrl_ic intc __read_mostly;
drivers/irqchip/irq-bcm2836.c
23
static struct bcm2836_arm_irqchip_intc intc __read_mostly;
drivers/irqchip/irq-gic-v3.c
48
static struct cpumask broken_rdists __read_mostly __maybe_unused;
drivers/irqchip/irq-gic-v3.c
78
static void __iomem *t241_dist_base_alias[T241_CHIPS_MAX] __read_mostly;
drivers/irqchip/irq-gic-v3.c
83
static struct gic_chip_data gic_data __read_mostly;
drivers/irqchip/irq-gic-v5.c
34
struct gicv5_chip_data gicv5_global_data __read_mostly;
drivers/irqchip/irq-gic.c
119
static u8 gic_cpu_map[NR_GIC_CPU_IF] __read_mostly;
drivers/irqchip/irq-gic.c
123
static struct gic_chip_data gic_data[CONFIG_ARM_GIC_MAX_NR] __read_mostly;
drivers/irqchip/irq-hip04.c
67
static u16 hip04_cpu_map[NR_HIP04_CPU_IF] __read_mostly;
drivers/irqchip/irq-hip04.c
69
static struct hip04_irq_data hip04_data __read_mostly;
drivers/misc/sgi-gru/grufile.c
37
struct gru_blade_state *gru_base[GRU_MAX_BLADES] __read_mostly;
drivers/misc/sgi-gru/grufile.c
38
unsigned long gru_start_paddr __read_mostly;
drivers/misc/sgi-gru/grufile.c
39
void *gru_start_vaddr __read_mostly;
drivers/misc/sgi-gru/grufile.c
40
unsigned long gru_end_paddr __read_mostly;
drivers/misc/sgi-gru/grufile.c
41
unsigned int gru_max_gids __read_mostly;
drivers/misc/sgi-gru/grumain.c
24
unsigned long gru_options __read_mostly;
drivers/misc/sgi-gru/gruprocfs.c
282
static struct proc_dir_entry *proc_gru __read_mostly;
drivers/misc/vmw_balloon.c
43
static bool __read_mostly vmwballoon_shrinker_enable;
drivers/mtd/nand/raw/atmel/nand-controller.c
129
static bool atmel_nand_avoid_dma __read_mostly;
drivers/net/amt.c
3337
static struct rtnl_link_ops amt_link_ops __read_mostly = {
drivers/net/amt.c
3398
static struct notifier_block amt_notifier_block __read_mostly = {
drivers/net/bareudp.c
760
static struct rtnl_link_ops bareudp_link_ops __read_mostly = {
drivers/net/bonding/bond_main.c
212
unsigned int bond_net_id __read_mostly;
drivers/net/bonding/bond_main.c
259
static struct flow_dissector flow_keys_bonding __read_mostly;
drivers/net/bonding/bond_netlink.c
943
struct rtnl_link_ops bond_link_ops __read_mostly = {
drivers/net/can/dev/netlink.c
1090
struct rtnl_link_ops can_link_ops __read_mostly = {
drivers/net/can/vcan.c
190
static struct rtnl_link_ops vcan_link_ops __read_mostly = {
drivers/net/dummy.c
139
static struct rtnl_link_ops dummy_link_ops __read_mostly = {
drivers/net/ethernet/broadcom/bcm63xx_enet.c
26
static int copybreak __read_mostly = 128;
drivers/net/ethernet/chelsio/cxgb/sge.c
1022
static int copybreak __read_mostly = 256;
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
3521
static struct notifier_block dpaa2_switch_port_nb __read_mostly = {
drivers/net/ethernet/ibm/ibmveth.c
56
static unsigned int tx_copybreak __read_mostly = 128;
drivers/net/ethernet/ibm/ibmveth.c
61
static unsigned int rx_copybreak __read_mostly = 128;
drivers/net/ethernet/ibm/ibmveth.c
66
static unsigned int rx_flush __read_mostly = 0;
drivers/net/ethernet/ibm/ibmveth.c
70
static bool old_large_send __read_mostly;
drivers/net/ethernet/intel/e1000/e1000_main.c
162
static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
drivers/net/ethernet/marvell/mvneta.c
751
static int rx_copybreak __read_mostly = 256;
drivers/net/ethernet/marvell/sky2.c
81
static int copybreak __read_mostly = 128;
drivers/net/ethernet/microchip/lan966x/lan966x_main.h
430
extern struct notifier_block lan966x_switchdev_nb __read_mostly;
drivers/net/ethernet/microchip/lan966x/lan966x_main.h
431
extern struct notifier_block lan966x_switchdev_blocking_nb __read_mostly;
drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c
641
static struct notifier_block lan966x_netdevice_nb __read_mostly = {
drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c
645
struct notifier_block lan966x_switchdev_nb __read_mostly = {
drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c
649
struct notifier_block lan966x_switchdev_blocking_nb __read_mostly = {
drivers/net/ethernet/microchip/lan966x/lan966x_switchdev.c
8
static struct notifier_block lan966x_netdevice_nb __read_mostly;
drivers/net/ethernet/mscc/ocelot_net.c
1673
struct notifier_block ocelot_netdevice_nb __read_mostly = {
drivers/net/ethernet/mscc/ocelot_net.c
1694
struct notifier_block ocelot_switchdev_nb __read_mostly = {
drivers/net/ethernet/mscc/ocelot_net.c
1726
struct notifier_block ocelot_switchdev_blocking_nb __read_mostly = {
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c
276
static struct notifier_block rmnet_dev_notifier __read_mostly = {
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c
400
struct rtnl_link_ops rmnet_link_ops __read_mostly = {
drivers/net/ethernet/rocker/rocker_main.c
3119
static struct notifier_block rocker_netdevice_nb __read_mostly = {
drivers/net/ethernet/rocker/rocker_main.c
3153
static struct notifier_block rocker_netevent_nb __read_mostly = {
drivers/net/ethernet/sfc/tx.c
30
unsigned int efx_piobuf_size __read_mostly = EFX_PIOBUF_SIZE_DEF;
drivers/net/ethernet/ti/cpsw_new.c
1613
static struct notifier_block cpsw_netdevice_nb __read_mostly = {
drivers/net/geneve.c
2354
static struct rtnl_link_ops geneve_link_ops __read_mostly = {
drivers/net/geneve.c
2429
static struct notifier_block geneve_notifier_block __read_mostly = {
drivers/net/gtp.c
104
static unsigned int gtp_net_id __read_mostly;
drivers/net/gtp.c
1609
static struct rtnl_link_ops gtp_link_ops __read_mostly = {
drivers/net/hamradio/bpqether.c
91
static struct packet_type bpq_packet_type __read_mostly = {
drivers/net/hyperv/hyperv_net.h
1089
static u32 hashrnd __read_mostly;
drivers/net/ifb.c
388
static struct rtnl_link_ops ifb_link_ops __read_mostly = {
drivers/net/ipvlan/ipvlan_core.c
10
static u32 ipvlan_jhash_secret __read_mostly;
drivers/net/ipvlan/ipvlan_l3s.c
9
static unsigned int ipvlan_netid __read_mostly;
drivers/net/ipvlan/ipvlan_main.c
1024
static struct notifier_block ipvlan_addr4_notifier_block __read_mostly = {
drivers/net/ipvlan/ipvlan_main.c
1028
static struct notifier_block ipvlan_addr4_vtor_notifier_block __read_mostly = {
drivers/net/ipvlan/ipvlan_main.c
1032
static struct notifier_block ipvlan_notifier_block __read_mostly = {
drivers/net/ipvlan/ipvlan_main.c
1037
static struct notifier_block ipvlan_addr6_notifier_block __read_mostly = {
drivers/net/ipvlan/ipvlan_main.c
1041
static struct notifier_block ipvlan_addr6_vtor_notifier_block __read_mostly = {
drivers/net/ipvlan/ipvtap.c
128
static struct rtnl_link_ops ipvtap_link_ops __read_mostly = {
drivers/net/ipvlan/ipvtap.c
192
static struct notifier_block ipvtap_notifier_block __read_mostly = {
drivers/net/macsec.c
4371
static struct rtnl_link_ops macsec_link_ops __read_mostly = {
drivers/net/macvlan.c
1862
static struct notifier_block macvlan_notifier_block __read_mostly = {
drivers/net/macvtap.c
140
static struct rtnl_link_ops macvtap_link_ops __read_mostly = {
drivers/net/macvtap.c
205
static struct notifier_block macvtap_notifier_block __read_mostly = {
drivers/net/netdevsim/netdev.c
1219
static struct rtnl_link_ops nsim_link_ops __read_mostly = {
drivers/net/nlmon.c
92
static struct rtnl_link_ops nlmon_link_ops __read_mostly = {
drivers/net/pfcp.c
232
static struct rtnl_link_ops pfcp_link_ops __read_mostly = {
drivers/net/pfcp.c
28
static unsigned int pfcp_net_id __read_mostly;
drivers/net/ppp/ppp_generic.c
1386
static struct rtnl_link_ops ppp_link_ops __read_mostly = {
drivers/net/ppp/ppp_generic.c
1943
static bool mp_protocol_compress __read_mostly = true;
drivers/net/ppp/ppp_generic.c
216
static unsigned int ppp_net_id __read_mostly;
drivers/net/ppp/pppoe.c
511
static struct packet_type pppoes_ptype __read_mostly = {
drivers/net/ppp/pppoe.c
516
static struct packet_type pppoed_ptype __read_mostly = {
drivers/net/ppp/pppoe.c
521
static struct proto pppoe_sk_proto __read_mostly = {
drivers/net/ppp/pppoe.c
93
static unsigned int pppoe_net_id __read_mostly;
drivers/net/ppp/pptp.c
49
static struct proto pptp_sk_proto __read_mostly;
drivers/net/ppp/pptp.c
616
static struct proto pptp_sk_proto __read_mostly = {
drivers/net/team/team_core.c
2251
static struct rtnl_link_ops team_link_ops __read_mostly = {
drivers/net/team/team_core.c
3030
static struct notifier_block team_notifier_block __read_mostly = {
drivers/net/tun.c
2341
static struct rtnl_link_ops tun_link_ops __read_mostly = {
drivers/net/tun.c
3657
static struct notifier_block tun_notifier_block __read_mostly = {
drivers/net/vrf.c
1773
static struct rtnl_link_ops vrf_link_ops __read_mostly = {
drivers/net/vrf.c
1810
static struct notifier_block vrf_notifier_block __read_mostly = {
drivers/net/vsockmon.c
100
static struct rtnl_link_ops vsockmon_link_ops __read_mostly = {
drivers/net/vxlan/vxlan_core.c
4676
static struct rtnl_link_ops vxlan_link_ops __read_mostly = {
drivers/net/vxlan/vxlan_core.c
4763
static struct notifier_block vxlan_notifier_block __read_mostly = {
drivers/net/vxlan/vxlan_core.c
4882
static struct notifier_block vxlan_switchdev_notifier_block __read_mostly = {
drivers/net/vxlan/vxlan_core.c
50
static unsigned short vxlan_port __read_mostly = 8472;
drivers/net/wan/hdlc.c
351
static struct packet_type hdlc_packet_type __read_mostly = {
drivers/net/wan/lapbether.c
486
static struct packet_type lapbeth_packet_type __read_mostly = {
drivers/net/wireguard/device.c
407
static struct rtnl_link_ops link_ops __read_mostly = {
drivers/net/wireless/admtek/adm8211.c
33
static unsigned int tx_ring_size __read_mostly = 16;
drivers/net/wireless/admtek/adm8211.c
34
static unsigned int rx_ring_size __read_mostly = 16;
drivers/net/wwan/wwan_core.c
1220
static struct rtnl_link_ops wwan_rtnl_link_ops __read_mostly = {
drivers/net/xen-netfront.c
69
static bool __read_mostly xennet_trusted = true;
drivers/ntb/test/ntb_perf.c
240
static struct workqueue_struct *perf_wq __read_mostly;
drivers/parisc/eisa.c
140
static unsigned int eisa_irq_level __read_mostly; /* default to edge triggered */
drivers/parisc/eisa.c
56
void __iomem *eisa_eeprom_addr __read_mostly;
drivers/parisc/lba_pci.c
102
static void __iomem *astro_iop_base __read_mostly;
drivers/parisc/pdc_stable.c
80
static unsigned long pdcs_size __read_mostly;
drivers/parisc/pdc_stable.c
83
static u16 pdcs_osid __read_mostly;
drivers/parisc/power.c
54
static int shutdown_timer __read_mostly;
drivers/parisc/power.c
86
static int pwrsw_enabled __read_mostly = 1;
drivers/pci/pci-mid.c
19
static bool pci_mid_pm_enabled __read_mostly;
drivers/perf/arm_pmuv3.c
329
static int sysctl_perf_user_access __read_mostly;
drivers/perf/riscv_pmu_sbi.c
88
static int sysctl_perf_user_access __read_mostly = SYSCTL_USER_ACCESS;
drivers/platform/x86/acerhdf.c
150
static struct ctrl_settings ctrl_cfg __read_mostly;
drivers/platform/x86/intel/tpmi_power_domains.c
71
static enum cpuhp_state tpmi_hp_state __read_mostly;
drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
29
static int uncore_max_entries __read_mostly;
drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
35
static enum cpuhp_state uncore_hp_state __read_mostly;
drivers/platform/x86/lenovo/ideapad-laptop.c
244
static bool ymc_ec_trigger __read_mostly;
drivers/ras/amd/atl/core.c
18
struct df_config df_cfg __read_mostly;
drivers/remoteproc/qcom_pil_info.c
27
static struct pil_reloc _reloc __read_mostly;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
333
static unsigned int wrlen __read_mostly;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
334
static unsigned int skb_wrs[SKB_WR_LIST_SIZE] __read_mostly;
drivers/thermal/intel/therm_throt.c
128
static u32 lvtthmr_init __read_mostly;
drivers/thermal/intel/x86_pkg_temp_thermal.c
65
static int max_id __read_mostly;
drivers/thermal/intel/x86_pkg_temp_thermal.c
74
static enum cpuhp_state pkg_thermal_hp_state __read_mostly;
drivers/tty/hvc/hvc_console.c
61
static atomic_t hvc_needs_init __read_mostly = ATOMIC_INIT(-1);
drivers/tty/serial/mux.c
45
static unsigned int port_cnt __read_mostly;
drivers/tty/sysrq.c
59
static int __read_mostly sysrq_enabled = CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE;
drivers/tty/sysrq.c
60
static bool __read_mostly sysrq_always_enabled;
drivers/tty/tty_io.c
2258
static bool tty_legacy_tiocsti __read_mostly = IS_ENABLED(CONFIG_LEGACY_TIOCSTI);
drivers/usb/chipidea/host.c
25
static struct hc_driver __read_mostly ci_ehci_hc_driver;
drivers/usb/host/ehci-atmel.c
41
static struct hc_driver __read_mostly ehci_atmel_hc_driver;
drivers/usb/host/ehci-brcm.c
122
static struct hc_driver __read_mostly ehci_brcm_hc_driver;
drivers/usb/host/ehci-exynos.c
35
static struct hc_driver __read_mostly exynos_ehci_hc_driver;
drivers/usb/host/ehci-fsl.c
34
static struct hc_driver __read_mostly fsl_ehci_hc_driver;
drivers/usb/host/ehci-mv.c
96
static struct hc_driver __read_mostly ehci_platform_hc_driver;
drivers/usb/host/ehci-npcm7xx.c
27
static struct hc_driver __read_mostly ehci_npcm7xx_hc_driver;
drivers/usb/host/ehci-omap.c
67
static struct hc_driver __read_mostly ehci_omap_hc_driver;
drivers/usb/host/ehci-orion.c
66
static struct hc_driver __read_mostly ehci_orion_hc_driver;
drivers/usb/host/ehci-pci.c
373
static struct hc_driver __read_mostly ehci_pci_hc_driver;
drivers/usb/host/ehci-platform.c
118
static struct hc_driver __read_mostly ehci_platform_hc_driver;
drivers/usb/host/ehci-spear.c
33
static struct hc_driver __read_mostly ehci_spear_hc_driver;
drivers/usb/host/ehci-st.c
134
static struct hc_driver __read_mostly ehci_platform_hc_driver;
drivers/usb/host/ohci-at91.c
65
static struct hc_driver __read_mostly ohci_at91_hc_driver;
drivers/usb/host/ohci-da8xx.c
31
static struct hc_driver __read_mostly ohci_da8xx_hc_driver;
drivers/usb/host/ohci-exynos.c
24
static struct hc_driver __read_mostly exynos_ohci_hc_driver;
drivers/usb/host/ohci-nxp.c
50
static struct hc_driver __read_mostly ohci_nxp_hc_driver;
drivers/usb/host/ohci-omap.c
52
static struct hc_driver __read_mostly ohci_omap_hc_driver;
drivers/usb/host/ohci-pci.c
289
static struct hc_driver __read_mostly ohci_pci_hc_driver;
drivers/usb/host/ohci-platform.c
75
static struct hc_driver __read_mostly ohci_platform_hc_driver;
drivers/usb/host/ohci-pxa27x.c
116
static struct hc_driver __read_mostly ohci_pxa27x_hc_driver;
drivers/usb/host/ohci-s3c2410.c
45
static struct hc_driver __read_mostly ohci_s3c2410_hc_driver;
drivers/usb/host/ohci-spear.c
32
static struct hc_driver __read_mostly ohci_spear_hc_driver;
drivers/usb/host/ohci-st.c
114
static struct hc_driver __read_mostly ohci_platform_hc_driver;
drivers/usb/host/xhci-histb.c
186
static struct hc_driver __read_mostly xhci_histb_hc_driver;
drivers/usb/host/xhci-mtk.c
507
static struct hc_driver __read_mostly xhci_mtk_hc_driver;
drivers/usb/host/xhci-pci.c
99
static struct hc_driver __read_mostly xhci_pci_hc_driver;
drivers/usb/host/xhci-plat.c
29
static struct hc_driver __read_mostly xhci_plat_hc_driver;
drivers/usb/host/xhci-tegra.c
323
static struct hc_driver __read_mostly tegra_xhci_hc_driver;
drivers/vfio/vfio.h
40
extern bool vfio_noiommu __read_mostly;
drivers/vfio/vfio_iommu_type1.c
60
static unsigned int dma_entry_limit __read_mostly = U16_MAX;
drivers/vfio/vfio_main.c
59
bool vfio_noiommu __read_mostly;
drivers/vhost/net.c
152
static unsigned vhost_net_zcopy_mask __read_mostly;
drivers/video/cmdline.c
29
static const char *video_options[FB_MAX] __read_mostly;
drivers/video/cmdline.c
30
static const char *video_option __read_mostly;
drivers/video/cmdline.c
31
static int video_of_only __read_mostly;
drivers/video/console/vgacon.c
74
static unsigned long vga_vram_base __read_mostly; /* Base of video memory */
drivers/video/console/vgacon.c
75
static unsigned long vga_vram_end __read_mostly; /* End of video memory */
drivers/video/console/vgacon.c
76
static unsigned int vga_vram_size __read_mostly; /* Size of video memory */
drivers/video/console/vgacon.c
77
static u16 vga_video_port_reg __read_mostly; /* Video register select port */
drivers/video/console/vgacon.c
78
static u16 vga_video_port_val __read_mostly; /* Video register value port */
drivers/video/console/vgacon.c
82
static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */
drivers/video/console/vgacon.c
83
static unsigned char vga_video_type __read_mostly; /* Card type */
drivers/video/console/vgacon.c
89
static int vga_scan_lines __read_mostly;
drivers/video/fbdev/core/fb_logo.c
180
} fb_logo __read_mostly;
drivers/video/fbdev/core/fb_logo.c
8
bool fb_center_logo __read_mostly;
drivers/video/fbdev/core/fb_logo.c
9
int fb_logo_count __read_mostly = -1;
drivers/video/fbdev/core/fbcmap.c
21
static u16 red2[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
24
static u16 green2[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
27
static u16 blue2[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
31
static u16 red4[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
34
static u16 green4[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
37
static u16 blue4[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
41
static u16 red8[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
44
static u16 green8[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
47
static u16 blue8[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
51
static u16 red16[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
55
static u16 green16[] __read_mostly = {
drivers/video/fbdev/core/fbcmap.c
59
static u16 blue16[] __read_mostly = {
drivers/video/fbdev/core/fbmem.c
34
struct fb_info *registered_fb[FB_MAX] __read_mostly;
drivers/video/fbdev/core/fbmem.c
35
int num_registered_fb __read_mostly;
drivers/video/fbdev/vesafb.c
58
static int inverse __read_mostly;
drivers/video/fbdev/vesafb.c
59
static int mtrr __read_mostly; /* disable mtrr */
drivers/video/fbdev/vesafb.c
62
static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */
drivers/video/fbdev/vesafb.c
63
static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */
drivers/video/fbdev/vesafb.c
64
static void (*pmi_start)(void) __read_mostly;
drivers/video/fbdev/vesafb.c
65
static void (*pmi_pal) (void) __read_mostly;
drivers/video/fbdev/vesafb.c
66
static int depth __read_mostly;
drivers/video/fbdev/vesafb.c
67
static int vga_compat __read_mostly;
drivers/video/sticore.c
1139
static int sticore_initialized __read_mostly;
drivers/video/sticore.c
328
static char default_sti_path[21] __read_mostly;
drivers/video/sticore.c
38
static struct sti_struct *default_sti __read_mostly;
drivers/video/sticore.c
41
static int num_sti_roms __read_mostly;
drivers/video/sticore.c
42
static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
drivers/xen/balloon.c
81
static uint __read_mostly balloon_boot_timeout = 180;
drivers/xen/events/events_base.c
137
static uint __read_mostly event_loop_timeout = 2;
drivers/xen/events/events_base.c
140
static uint __read_mostly event_eoi_delay = 10;
drivers/xen/events/events_base.c
2122
static struct irq_chip xen_dynamic_chip __read_mostly = {
drivers/xen/events/events_base.c
2136
static struct irq_chip xen_lateeoi_chip __read_mostly = {
drivers/xen/events/events_base.c
2151
static struct irq_chip xen_pirq_chip __read_mostly = {
drivers/xen/events/events_base.c
2171
static struct irq_chip xen_percpu_chip __read_mostly = {
drivers/xen/events/events_fifo.c
66
static event_word_t *event_array[MAX_EVENT_ARRAY_PAGES] __read_mostly;
drivers/xen/events/events_fifo.c
67
static unsigned event_array_pages __read_mostly;
drivers/xen/features.c
32
u8 xen_features[XENFEAT_NR_SUBMAPS * 32] __read_mostly;
drivers/xen/mem-reservation.c
19
bool __read_mostly xen_scrub_pages = IS_ENABLED(CONFIG_XEN_SCRUB_PAGES_DEFAULT);
drivers/xen/pci.c
25
static bool __read_mostly pci_seg_supported = true;
drivers/xen/xen-pciback/xenbus.c
22
static bool __read_mostly passthrough;
drivers/xen/xen-pciback/xenbus.c
740
const struct xen_pcibk_backend *__read_mostly xen_pcibk_backend;
drivers/xen/xenbus/xenbus_client.c
95
static const struct xenbus_ring_ops *ring_ops __read_mostly;
fs/afs/cell.c
18
static unsigned __read_mostly afs_cell_gc_delay = 10;
fs/afs/cell.c
19
static unsigned __read_mostly afs_cell_min_ttl = 10 * 60;
fs/afs/cell.c
20
static unsigned __read_mostly afs_cell_max_ttl = 24 * 60 * 60;
fs/afs/volume.c
12
static unsigned __read_mostly afs_volume_record_life = 60 * 60;
fs/dcache.c
76
static int sysctl_vfs_cache_pressure __read_mostly = 100;
fs/dcache.c
77
static int sysctl_vfs_cache_pressure_denom __read_mostly = 100;
fs/erofs/super.c
20
static struct kmem_cache *erofs_inode_cachep __read_mostly;
fs/erofs/zdata.c
130
static struct z_erofs_pcluster_slab pcluster_pool[] __read_mostly = {
fs/erofs/zdata.c
288
static struct workqueue_struct *z_erofs_workqueue __read_mostly;
fs/eventpoll.c
255
static long max_user_watches __read_mostly;
fs/file.c
96
unsigned int sysctl_nr_open __read_mostly = 1024*1024;
fs/fuse/dev_uring.c
15
static bool __read_mostly enable_uring;
fs/fuse/dir.c
25
static bool __read_mostly allow_sys_admin_access;
fs/fuse/dir.c
43
unsigned __read_mostly inval_wq;
fs/fuse/fuse_i.h
62
extern unsigned inval_wq __read_mostly;
fs/gfs2/dir.c
84
struct qstr gfs2_qdot __read_mostly;
fs/gfs2/dir.c
85
struct qstr gfs2_qdotdot __read_mostly;
fs/gfs2/util.c
29
struct kmem_cache *gfs2_glock_cachep __read_mostly;
fs/gfs2/util.c
30
struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly;
fs/gfs2/util.c
31
struct kmem_cache *gfs2_inode_cachep __read_mostly;
fs/gfs2/util.c
32
struct kmem_cache *gfs2_bufdata_cachep __read_mostly;
fs/gfs2/util.c
33
struct kmem_cache *gfs2_rgrpd_cachep __read_mostly;
fs/gfs2/util.c
34
struct kmem_cache *gfs2_quotad_cachep __read_mostly;
fs/gfs2/util.c
35
struct kmem_cache *gfs2_qadata_cachep __read_mostly;
fs/gfs2/util.c
36
struct kmem_cache *gfs2_trans_cachep __read_mostly;
fs/gfs2/util.c
37
mempool_t *gfs2_page_pool __read_mostly;
fs/jbd2/journal.c
52
static ushort jbd2_journal_enable_debug __read_mostly;
fs/lockd/mon.c
60
u32 __read_mostly nsm_local_state;
fs/lockd/mon.c
61
bool __read_mostly nsm_use_hostnames;
fs/namei.c
1199
static int sysctl_protected_symlinks __read_mostly;
fs/namei.c
1200
static int sysctl_protected_hardlinks __read_mostly;
fs/namei.c
1201
static int sysctl_protected_fifos __read_mostly;
fs/namei.c
1202
static int sysctl_protected_regular __read_mostly;
fs/namespace.c
42
static unsigned int sysctl_mount_max __read_mostly = 100000;
fs/nfs/localio.c
58
static bool localio_enabled __read_mostly = true;
fs/nfs/nfs3proc.c
857
static unsigned nfs3_localio_probe_throttle __read_mostly = 0;
fs/nfsd/debugfs.c
7
static struct dentry *nfsd_top_dir __read_mostly;
fs/nfsd/nfsd.h
157
extern bool nfsd_disable_splice_read __read_mostly;
fs/nfsd/nfsd.h
166
extern u64 nfsd_io_cache_read __read_mostly;
fs/nfsd/nfsd.h
167
extern u64 nfsd_io_cache_write __read_mostly;
fs/nfsd/vfs.c
51
bool nfsd_disable_splice_read __read_mostly;
fs/nfsd/vfs.c
52
u64 nfsd_io_cache_read __read_mostly = NFSD_IO_BUFFERED;
fs/nfsd/vfs.c
53
u64 nfsd_io_cache_write __read_mostly = NFSD_IO_BUFFERED;
fs/notify/dnotify/dnotify.c
21
static int dir_notify_enable __read_mostly = 1;
fs/notify/fanotify/fanotify_user.c
52
static int fanotify_max_queued_events __read_mostly;
fs/notify/fanotify/fanotify_user.c
53
static int perm_group_timeout __read_mostly;
fs/notify/inotify/inotify_user.c
50
static int inotify_max_queued_events __read_mostly;
fs/pstore/ftrace.c
60
static struct ftrace_ops pstore_ftrace_ops __read_mostly = {
fs/smb/client/dfs_cache.c
52
static struct kmem_cache *cache_slab __read_mostly;
fs/smb/server/vfs_cache.c
30
static unsigned int inode_hash_mask __read_mostly;
fs/smb/server/vfs_cache.c
31
static unsigned int inode_hash_shift __read_mostly;
fs/smb/server/vfs_cache.c
32
static struct hlist_head *inode_hashtable __read_mostly;
fs/userfaultfd.c
36
static int sysctl_unprivileged_userfaultfd __read_mostly;
include/drm/drm_print.h
554
static bool __print_once __read_mostly; \
include/linux/cache.h
50
#ifndef __read_mostly
include/linux/cpumask.h
1026
#define __cpumask_var_read_mostly __read_mostly
include/linux/debug_locks.h
10
extern int debug_locks __read_mostly;
include/linux/debug_locks.h
11
extern int debug_locks_silent __read_mostly;
include/linux/dev_printk.h
177
static bool __print_once __read_mostly; \
include/linux/genl_magic_func.h
240
static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
include/linux/genl_magic_func.h
33
static struct nla_policy s_name ## _nl_policy[] __read_mostly = \
include/linux/hashtable.h
21
struct hlist_head name[1 << (bits)] __read_mostly = \
include/linux/hugetlb.h
113
extern int hugetlb_max_hstate __read_mostly;
include/linux/hugetlb.h
172
extern int movable_gigantic_pages __read_mostly;
include/linux/hugetlb.h
173
extern int sysctl_hugetlb_shm_group __read_mostly;
include/linux/irqchip/arm-gic-v5.h
299
extern struct gicv5_chip_data gicv5_global_data __read_mostly;
include/linux/khugepaged.h
7
extern unsigned int khugepaged_max_ptes_none __read_mostly;
include/linux/kprobes.h
373
extern bool kprobe_ftrace_disabled __read_mostly;
include/linux/mm.h
100
extern int mmap_rnd_compat_bits __read_mostly;
include/linux/mm.h
4597
extern atomic_long_t num_poisoned_pages __read_mostly;
include/linux/mm.h
95
extern int mmap_rnd_bits __read_mostly;
include/linux/netdevice.h
5220
extern u8 netdev_rss_key[NETDEV_RSS_KEY_LEN] __read_mostly;
include/linux/netdevice.h
5668
extern struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
include/linux/profile.h
29
extern int prof_on __read_mostly;
include/linux/sched/task.h
176
extern int arch_task_struct_size __read_mostly;
include/linux/suspend.h
247
extern enum s2idle_states __read_mostly s2idle_state;
include/linux/topology.h
73
extern int __read_mostly node_reclaim_distance;
include/net/busy_poll.h
37
extern unsigned int sysctl_net_busy_read __read_mostly;
include/net/busy_poll.h
38
extern unsigned int sysctl_net_busy_poll __read_mostly;
include/net/ipv6_stubs.h
100
extern const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly;
include/net/ipv6_stubs.h
79
extern const struct ipv6_stub *ipv6_stub __read_mostly;
include/net/sctp/sctp.h
195
extern struct kmem_cache *sctp_chunk_cachep __read_mostly;
include/net/sctp/sctp.h
196
extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
init/main.c
129
bool early_boot_irqs_disabled __read_mostly;
init/main.c
131
enum system_states system_state __read_mostly;
init/main.c
172
bool static_key_initialized __read_mostly;
io_uring/io_uring.c
122
static __read_mostly DEFINE_STATIC_KEY_DEFERRED_FALSE(io_key_has_sqarray, HZ);
io_uring/io_uring.c
127
static int __read_mostly sysctl_io_uring_disabled;
io_uring/io_uring.c
128
static int __read_mostly sysctl_io_uring_group = -1;
kernel/bpf/core.c
548
int bpf_jit_enable __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON);
kernel/bpf/core.c
549
int bpf_jit_kallsyms __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON);
kernel/bpf/core.c
550
int bpf_jit_harden __read_mostly;
kernel/bpf/core.c
551
long bpf_jit_limit __read_mostly;
kernel/bpf/core.c
552
long bpf_jit_limit_max __read_mostly;
kernel/bpf/syscall.c
68
int sysctl_unprivileged_bpf_disabled __read_mostly =
kernel/cgroup/cgroup.c
102
static bool cgroup_debug __read_mostly;
kernel/cgroup/cgroup.c
234
static u32 have_fork_callback __read_mostly;
kernel/cgroup/cgroup.c
235
static u32 have_exit_callback __read_mostly;
kernel/cgroup/cgroup.c
236
static u32 have_release_callback __read_mostly;
kernel/cgroup/cgroup.c
237
static u32 have_canfork_callback __read_mostly;
kernel/cgroup/cgroup.c
247
bool cgroup_enable_per_threadgroup_rwsem __read_mostly;
kernel/cgroup/cgroup.c
274
static u16 cgroup_feature_disable_mask __read_mostly;
kernel/cgroup/cpuset-v1.c
121
int cpuset_memory_pressure_enabled __read_mostly;
kernel/cpu.c
3092
struct cpumask __cpu_online_mask __read_mostly;
kernel/cpu.c
3095
struct cpumask __cpu_enabled_mask __read_mostly;
kernel/cpu.c
3098
struct cpumask __cpu_present_mask __read_mostly;
kernel/cpu.c
3101
struct cpumask __cpu_active_mask __read_mostly;
kernel/cpu.c
3104
struct cpumask __cpu_dying_mask __read_mostly;
kernel/cpu.c
3107
atomic_t __num_online_cpus __read_mostly;
kernel/cpu.c
611
enum cpuhp_smt_control cpu_smt_control __read_mostly = CPU_SMT_ENABLED;
kernel/cpu.c
613
unsigned int cpu_smt_num_threads __read_mostly = UINT_MAX;
kernel/delayacct.c
29
int delayacct_on __read_mostly; /* Delay accounting turned on/off */
kernel/dma/debug.c
103
static bool global_disable __read_mostly;
kernel/dma/debug.c
106
static bool dma_debug_initialized __read_mostly;
kernel/dma/debug.c
117
static u32 show_all_errors __read_mostly;
kernel/dma/debug.c
132
static char current_driver_name[NAME_MAX_LEN] __read_mostly;
kernel/dma/debug.c
133
static struct device_driver *current_driver __read_mostly;
kernel/events/callchain.c
23
int sysctl_perf_event_max_stack __read_mostly = PERF_MAX_STACK_DEPTH;
kernel/events/callchain.c
24
int sysctl_perf_event_max_contexts_per_stack __read_mostly = PERF_MAX_CONTEXTS_PER_STACK;
kernel/events/core.c
451
static atomic_t nr_mmap_events __read_mostly;
kernel/events/core.c
452
static atomic_t nr_comm_events __read_mostly;
kernel/events/core.c
453
static atomic_t nr_namespaces_events __read_mostly;
kernel/events/core.c
454
static atomic_t nr_task_events __read_mostly;
kernel/events/core.c
455
static atomic_t nr_freq_events __read_mostly;
kernel/events/core.c
456
static atomic_t nr_switch_events __read_mostly;
kernel/events/core.c
457
static atomic_t nr_ksymbol_events __read_mostly;
kernel/events/core.c
458
static atomic_t nr_bpf_events __read_mostly;
kernel/events/core.c
459
static atomic_t nr_cgroup_events __read_mostly;
kernel/events/core.c
460
static atomic_t nr_text_poke_events __read_mostly;
kernel/events/core.c
461
static atomic_t nr_build_id_events __read_mostly;
kernel/events/core.c
495
int sysctl_perf_event_paranoid __read_mostly = 2;
kernel/events/core.c
498
static int sysctl_perf_event_mlock __read_mostly = 512 + (PAGE_SIZE / 1024);
kernel/events/core.c
507
int sysctl_perf_event_sample_rate __read_mostly = DEFAULT_MAX_SAMPLE_RATE;
kernel/events/core.c
508
static int sysctl_perf_cpu_time_max_percent __read_mostly = DEFAULT_CPU_TIME_MAX_PERCENT;
kernel/events/core.c
510
static int max_samples_per_tick __read_mostly = DIV_ROUND_UP(DEFAULT_MAX_SAMPLE_RATE, HZ);
kernel/events/core.c
511
static int perf_sample_period_ns __read_mostly = DEFAULT_SAMPLE_PERIOD_NS;
kernel/events/core.c
513
static int perf_sample_allowed_ns __read_mostly =
kernel/events/core.c
6339
static atomic_t nr_include_guest_events __read_mostly;
kernel/events/core.c
6341
static atomic_t nr_mediated_pmu_vms __read_mostly;
kernel/fork.c
831
int arch_task_struct_size __read_mostly;
kernel/futex/core.c
60
} __futex_data __read_mostly __aligned(2*sizeof(long));
kernel/hung_task.c
34
static int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
kernel/hung_task.c
39
static unsigned long __read_mostly sysctl_hung_task_detect_count;
kernel/hung_task.c
53
unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
kernel/hung_task.c
58
static unsigned long __read_mostly sysctl_hung_task_check_interval_secs;
kernel/hung_task.c
60
static int __read_mostly sysctl_hung_task_warnings = 10;
kernel/hung_task.c
62
static int __read_mostly did_panic;
kernel/hung_task.c
79
static unsigned int __read_mostly sysctl_hung_task_all_cpu_backtrace;
kernel/hung_task.c
88
static unsigned int __read_mostly sysctl_hung_task_panic =
kernel/irq/spurious.c
17
static int irqfixup __read_mostly;
kernel/irq/spurious.c
382
bool noirqdebug __read_mostly;
kernel/kcmp.c
37
static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
kernel/kprobes.c
1125
static struct ftrace_ops kprobe_ftrace_ops __read_mostly = {
kernel/kprobes.c
1130
static struct ftrace_ops kprobe_ipmodify_ops __read_mostly = {
kernel/locking/lockdep.c
1186
static bool __read_mostly ds_initialized, rcu_head_initialized;
kernel/locking/qspinlock_paravirt.h
176
static unsigned int pv_lock_hash_bits __read_mostly;
kernel/panic.c
52
static unsigned int __read_mostly sysctl_oops_all_cpu_backtrace;
kernel/panic.c
64
int panic_on_warn __read_mostly;
kernel/panic.c
67
static unsigned int warn_limit __read_mostly;
kernel/power/main.c
694
bool pm_debug_messages_on __read_mostly;
kernel/power/process.c
26
unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
kernel/power/suspend.c
62
enum s2idle_states __read_mostly s2idle_state;
kernel/printk/printk.c
105
int __read_mostly suppress_printk;
kernel/printk/printk.c
1272
static bool __read_mostly ignore_loglevel;
kernel/printk/printk.c
142
static unsigned int __read_mostly devkmsg_log = DEVKMSG_LOG_MASK_DEFAULT;
kernel/printk/printk.c
2120
int printk_delay_msec __read_mostly;
kernel/printk/printk.c
2407
bool __read_mostly debug_non_panic_cpus;
kernel/printk/printk.c
3861
static int __read_mostly keep_bootcon;
kernel/printk/printk.c
73
atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0);
kernel/profile.c
47
int prof_on __read_mostly;
kernel/rcu/rcu.h
288
extern bool rcu_exp_stall_task_details __read_mostly;
kernel/rcu/srcutiny.c
25
int rcu_scheduler_active __read_mostly;
kernel/rcu/srcutree.c
65
static int big_cpu_lim __read_mostly = 128;
kernel/rcu/srcutree.c
69
static int small_contention_lim __read_mostly = 100;
kernel/rcu/srcutree.c
74
static bool __read_mostly srcu_init_done;
kernel/rcu/tasks.h
167
static int rcu_task_stall_timeout __read_mostly = RCU_TASK_STALL_TIMEOUT;
kernel/rcu/tasks.h
170
static int rcu_task_stall_info __read_mostly = RCU_TASK_STALL_INFO;
kernel/rcu/tasks.h
172
static int rcu_task_stall_info_mult __read_mostly = 3;
kernel/rcu/tasks.h
175
static int rcu_task_enqueue_lim __read_mostly = -1;
kernel/rcu/tasks.h
179
static int rcu_task_contend_lim __read_mostly = 100;
kernel/rcu/tasks.h
181
static int rcu_task_collapse_lim __read_mostly = 10;
kernel/rcu/tasks.h
183
static int rcu_task_lazy_lim __read_mostly = 32;
kernel/rcu/tree.c
125
int rcu_num_lvls __read_mostly = RCU_NUM_LVLS;
kernel/rcu/tree.c
128
int rcu_num_nodes __read_mostly = NUM_RCU_NODES; /* Total # rcu_nodes in use. */
kernel/rcu/tree.c
142
int rcu_scheduler_active __read_mostly;
kernel/rcu/tree.c
157
static int rcu_scheduler_fully_active __read_mostly;
kernel/rcu/tree.c
3160
static bool enable_rcu_lazy __read_mostly = !IS_ENABLED(CONFIG_RCU_LAZY_DEFAULT_OFF);
kernel/rcu/tree_nocb.h
18
static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */
kernel/rcu/tree_stall.h
20
static int sysctl_panic_on_rcu_stall __read_mostly;
kernel/rcu/tree_stall.h
21
static int sysctl_max_rcu_stall_to_panic __read_mostly;
kernel/rcu/update.c
228
static bool rcu_boot_ended __read_mostly;
kernel/rcu/update.c
541
int rcu_cpu_stall_notifiers __read_mostly; // !0 = provide stall notifiers (rarely useful)
kernel/rcu/update.c
545
int rcu_cpu_stall_ftrace_dump __read_mostly;
kernel/rcu/update.c
550
int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings.
kernel/rcu/update.c
553
int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT;
kernel/rcu/update.c
555
int rcu_exp_cpu_stall_timeout __read_mostly = CONFIG_RCU_EXP_CPU_STALL_TIMEOUT;
kernel/rcu/update.c
557
int rcu_cpu_stall_cputime __read_mostly = IS_ENABLED(CONFIG_RCU_CPU_STALL_CPUTIME);
kernel/rcu/update.c
559
bool rcu_exp_stall_task_details __read_mostly;
kernel/rcu/update.c
565
int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls.
kernel/rseq.c
524
unsigned int rseq_slice_ext_nsecs __read_mostly = rseq_slice_ext_nsecs_min;
kernel/sched/autogroup.c
10
unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
kernel/sched/clock.c
88
__read_mostly u64 __sched_clock_offset;
kernel/sched/clock.c
89
static __read_mostly u64 __gtod_offset;
kernel/sched/core.c
167
__read_mostly unsigned int sysctl_sched_features =
kernel/sched/core.c
179
__read_mostly int sysctl_resched_latency_warn_ms = 100;
kernel/sched/core.c
180
__read_mostly int sysctl_resched_latency_warn_once = 1;
kernel/sched/core.c
186
__read_mostly unsigned int sysctl_sched_nr_migrate = SCHED_NR_MIGRATE_BREAK;
kernel/sched/core.c
188
__read_mostly int scheduler_running;
kernel/sched/core.c
8024
bool sched_smp_initialized __read_mostly;
kernel/sched/debug.c
277
__read_mostly bool sched_debug_verbose;
kernel/sched/fair.c
82
__read_mostly unsigned int sysctl_sched_migration_cost = 500000UL;
kernel/sched/fair.c
9265
static unsigned long __read_mostly max_load_balance_interval = HZ/10;
kernel/sched/idle.c
27
static int __read_mostly cpu_idle_force_poll;
kernel/sched/psi.c
144
static int psi_bug __read_mostly;
kernel/sched/psi.c
171
static u64 psi_period __read_mostly;
kernel/sched/sched.h
102
extern __read_mostly int scheduler_running;
kernel/sched/sched.h
2323
extern __read_mostly unsigned int sysctl_sched_features;
kernel/sched/sched.h
3013
extern __read_mostly unsigned int sysctl_sched_nr_migrate;
kernel/sched/sched.h
3014
extern __read_mostly unsigned int sysctl_sched_migration_cost;
kernel/signal.c
70
int print_fatal_signals __read_mostly;
kernel/smp.c
981
unsigned int nr_cpu_ids __read_mostly = NR_CPUS;
kernel/time/hrtimer.c
713
static bool hrtimer_hres_enabled __read_mostly = true;
kernel/time/hrtimer.c
714
unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
kernel/time/tick-common.c
51
int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT;
kernel/time/tick-common.c
58
static int tick_do_timer_boot_cpu __read_mostly = -1;
kernel/time/tick-internal.h
23
extern int tick_do_timer_cpu __read_mostly;
kernel/time/tick-sched.c
698
bool tick_nohz_enabled __read_mostly = true;
kernel/time/tick-sched.c
699
static unsigned long tick_nohz_active __read_mostly;
kernel/time/timekeeping.c
93
int __read_mostly timekeeping_suspended;
kernel/time/timer_migration.c
419
static struct list_head *tmigr_level_list __read_mostly;
kernel/time/timer_migration.c
421
static unsigned int tmigr_hierarchy_levels __read_mostly;
kernel/time/timer_migration.c
422
static unsigned int tmigr_crossnode_level __read_mostly;
kernel/trace/blktrace.c
1815
static struct tracer blk_tracer __read_mostly = {
kernel/trace/blktrace.c
31
static unsigned int blktrace_seq __read_mostly = 1;
kernel/trace/blktrace.c
34
static bool blk_tracer_enabled __read_mostly;
kernel/trace/ftrace.c
120
static int ftrace_disabled __read_mostly;
kernel/trace/ftrace.c
124
struct ftrace_ops __rcu *ftrace_ops_list __read_mostly = (struct ftrace_ops __rcu *)&ftrace_list_end;
kernel/trace/ftrace.c
125
ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub;
kernel/trace/ftrace.c
445
static int ftrace_profile_enabled __read_mostly;
kernel/trace/ftrace.c
87
struct ftrace_ops ftrace_list_end __read_mostly = {
kernel/trace/ftrace.c
933
static struct ftrace_ops ftrace_profile_ops __read_mostly = {
kernel/trace/ftrace.c
94
int ftrace_enabled __read_mostly;
kernel/trace/ftrace.c
98
struct ftrace_ops *function_trace_op __read_mostly = &ftrace_list_end;
kernel/trace/rv/rv.c
654
static bool __read_mostly monitoring_on;
kernel/trace/rv/rv_reactors.c
334
static bool __read_mostly reacting_on;
kernel/trace/trace.c
118
cpumask_var_t __read_mostly tracing_buffer_mask;
kernel/trace/trace.c
1488
unsigned long __read_mostly tracing_thresh;
kernel/trace/trace.c
397
static struct trace_export __rcu *ftrace_exports_list __read_mostly;
kernel/trace/trace.c
693
static struct tracer *trace_types __read_mostly;
kernel/trace/trace.c
70
bool __read_mostly tracing_selftest_running;
kernel/trace/trace.c
76
bool __read_mostly tracing_selftest_disabled;
kernel/trace/trace.h
773
extern cpumask_var_t __read_mostly tracing_buffer_mask;
kernel/trace/trace.h
887
extern bool __read_mostly tracing_selftest_running;
kernel/trace/trace.h
899
#define __tracer_data __read_mostly
kernel/trace/trace_branch.c
167
static struct tracer branch_trace __read_mostly =
kernel/trace/trace_branch.c
25
static int branch_tracing_enabled __read_mostly;
kernel/trace/trace_hwlat.c
861
static struct tracer hwlat_tracer __read_mostly =
kernel/trace/trace_irqsoff.c
24
static struct trace_array *irqsoff_trace __read_mostly;
kernel/trace/trace_irqsoff.c
25
static int tracer_enabled __read_mostly;
kernel/trace/trace_irqsoff.c
36
static int trace_type __read_mostly;
kernel/trace/trace_irqsoff.c
662
static struct tracer irqsoff_tracer __read_mostly =
kernel/trace/trace_irqsoff.c
708
static struct tracer preemptoff_tracer __read_mostly =
kernel/trace/trace_irqsoff.c
743
static struct tracer preemptirqsoff_tracer __read_mostly =
kernel/trace/trace_mmiotrace.c
274
static struct tracer mmio_tracer __read_mostly =
kernel/trace/trace_nop.c
88
struct tracer nop_trace __read_mostly =
kernel/trace/trace_osnoise.c
2990
static struct tracer osnoise_tracer __read_mostly = {
kernel/trace/trace_osnoise.c
3071
static struct tracer timerlat_tracer __read_mostly = {
kernel/trace/trace_printk.c
188
static bool __read_mostly trace_printk_enabled = true;
kernel/trace/trace_sched_wakeup.c
23
static int __read_mostly tracer_enabled;
kernel/trace/trace_sched_wakeup.c
752
static struct tracer wakeup_tracer __read_mostly =
kernel/trace/trace_sched_wakeup.c
772
static struct tracer wakeup_rt_tracer __read_mostly =
kernel/trace/trace_sched_wakeup.c
792
static struct tracer wakeup_dl_tracer __read_mostly =
kernel/trace/trace_stack.c
318
static struct ftrace_ops trace_ops __read_mostly =
kernel/watchdog.c
352
int __read_mostly sysctl_softlockup_all_cpu_backtrace;
kernel/watchdog.c
362
static struct cpumask watchdog_allowed_mask __read_mostly;
kernel/watchdog.c
365
unsigned int __read_mostly softlockup_panic =
kernel/watchdog.c
368
static bool softlockup_initialized __read_mostly;
kernel/watchdog.c
369
static u64 __read_mostly sample_period;
kernel/watchdog.c
46
unsigned long __read_mostly watchdog_enabled;
kernel/watchdog.c
47
int __read_mostly watchdog_user_enabled = 1;
kernel/watchdog.c
48
static int __read_mostly watchdog_hardlockup_user_enabled = WATCHDOG_HARDLOCKUP_DEFAULT;
kernel/watchdog.c
49
static int __read_mostly watchdog_softlockup_user_enabled = 1;
kernel/watchdog.c
50
int __read_mostly watchdog_thresh = 10;
kernel/watchdog.c
51
static int __read_mostly watchdog_thresh_next;
kernel/watchdog.c
52
static int __read_mostly watchdog_hardlockup_available;
kernel/watchdog.c
54
struct cpumask watchdog_cpumask __read_mostly;
kernel/watchdog.c
60
int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
kernel/watchdog.c
66
unsigned int __read_mostly hardlockup_panic =
kernel/watchdog_buddy.c
9
static cpumask_t __read_mostly watchdog_cpus;
kernel/watchdog_perf.c
31
static ktime_t watchdog_hrtimer_sample_threshold __read_mostly;
kernel/workqueue.c
435
static bool wq_topo_initialized __read_mostly = false;
lib/debug_locks.c
25
int debug_locks __read_mostly = 1;
lib/debug_locks.c
33
int debug_locks_silent __read_mostly;
lib/debugobjects.c
100
static const struct debug_obj_descr *descr_test __read_mostly;
lib/debugobjects.c
93
static int __data_racy debug_objects_maxchain __read_mostly;
lib/debugobjects.c
94
static int __data_racy __maybe_unused debug_objects_maxchecked __read_mostly;
lib/debugobjects.c
95
static int __data_racy debug_objects_fixups __read_mostly;
lib/debugobjects.c
96
static int __data_racy debug_objects_warnings __read_mostly;
lib/debugobjects.c
97
static bool __data_racy debug_objects_enabled __read_mostly
lib/irq_poll.c
15
static unsigned int irq_poll_budget __read_mostly = 256;
lib/nmi_backtrace.c
25
static DECLARE_BITMAP(backtrace_mask, NR_CPUS) __read_mostly;
lib/percpu_counter.c
255
int percpu_counter_batch __read_mostly = 32;
lib/stackdepot.c
42
static unsigned int stack_max_pools __read_mostly =
lib/vsprintf.c
765
static bool filled_random_ptr_key __read_mostly;
lib/vsprintf.c
766
static siphash_key_t ptr_key __read_mostly;
lib/vsprintf.c
859
int kptr_restrict __read_mostly;
mm/compaction.c
1884
static int sysctl_compact_unevictable_allowed __read_mostly = CONFIG_COMPACT_UNEVICTABLE_DEFAULT;
mm/compaction.c
1890
static unsigned int __read_mostly sysctl_compaction_proactiveness = 20;
mm/compaction.c
1892
static int __read_mostly sysctl_compact_memory;
mm/damon/lru_sort.c
106
static unsigned long cold_min_age __read_mostly = 120000000;
mm/damon/lru_sort.c
145
static unsigned long monitor_region_start __read_mostly;
mm/damon/lru_sort.c
154
static unsigned long monitor_region_end __read_mostly;
mm/damon/lru_sort.c
162
static unsigned long addr_unit __read_mostly = 1;
mm/damon/lru_sort.c
170
static int kdamond_pid __read_mostly = -1;
mm/damon/lru_sort.c
30
static bool enabled __read_mostly;
mm/damon/lru_sort.c
41
static bool commit_inputs __read_mostly;
mm/damon/lru_sort.c
55
static unsigned long active_mem_bp __read_mostly;
mm/damon/lru_sort.c
69
static bool autotune_monitoring_intervals __read_mostly;
mm/damon/lru_sort.c
84
static bool filter_young_pages __read_mostly;
mm/damon/reclaim.c
119
static unsigned long monitor_region_start __read_mostly;
mm/damon/reclaim.c
128
static unsigned long monitor_region_end __read_mostly;
mm/damon/reclaim.c
136
static unsigned long addr_unit __read_mostly = 1;
mm/damon/reclaim.c
144
static bool skip_anon __read_mostly;
mm/damon/reclaim.c
153
static int kdamond_pid __read_mostly = -1;
mm/damon/reclaim.c
30
static bool enabled __read_mostly;
mm/damon/reclaim.c
41
static bool commit_inputs __read_mostly;
mm/damon/reclaim.c
50
static unsigned long min_age __read_mostly = 120000000;
mm/damon/reclaim.c
77
static unsigned long quota_mem_pressure_us __read_mostly;
mm/damon/reclaim.c
92
static unsigned long quota_autotune_feedback __read_mostly;
mm/damon/stat.c
27
static bool enabled __read_mostly = IS_ENABLED(
mm/damon/stat.c
32
static unsigned long estimated_memory_bandwidth __read_mostly;
mm/debug.c
311
static bool page_init_poisoning __read_mostly = true;
mm/debug_page_alloc.c
7
bool _debug_pagealloc_enabled_early __read_mostly
mm/huge_memory.c
59
unsigned long transparent_hugepage_flags __read_mostly =
mm/huge_memory.c
78
struct folio *huge_zero_folio __read_mostly;
mm/huge_memory.c
79
unsigned long huge_zero_pfn __read_mostly = ~0UL;
mm/huge_memory.c
80
unsigned long huge_anon_orders_always __read_mostly;
mm/huge_memory.c
81
unsigned long huge_anon_orders_madvise __read_mostly;
mm/huge_memory.c
82
unsigned long huge_anon_orders_inherit __read_mostly;
mm/hugetlb.c
55
int hugetlb_max_hstate __read_mostly;
mm/hugetlb_cgroup.c
31
static struct hugetlb_cgroup *root_h_cgroup __read_mostly;
mm/kfence/core.c
102
static unsigned long kfence_skip_covered_thresh __read_mostly = 75;
mm/kfence/core.c
106
static unsigned int kfence_burst __read_mostly;
mm/kfence/core.c
110
static bool kfence_deferrable __read_mostly = IS_ENABLED(CONFIG_KFENCE_DEFERRABLE);
mm/kfence/core.c
114
static bool kfence_check_on_panic __read_mostly;
mm/kfence/core.c
118
char *__kfence_pool __read_mostly;
mm/kfence/core.c
126
struct kfence_metadata *kfence_metadata __read_mostly;
mm/kfence/core.c
134
static struct kfence_metadata *kfence_metadata_init __read_mostly;
mm/kfence/core.c
54
static bool kfence_enabled __read_mostly;
mm/kfence/core.c
55
static bool disabled_by_warn __read_mostly;
mm/kfence/core.c
57
unsigned long kfence_sample_interval __read_mostly = CONFIG_KFENCE_SAMPLE_INTERVAL;
mm/khugepaged.c
68
static struct task_struct *khugepaged_thread __read_mostly;
mm/khugepaged.c
72
static unsigned int khugepaged_pages_to_scan __read_mostly;
mm/khugepaged.c
75
static unsigned int khugepaged_scan_sleep_millisecs __read_mostly = 10000;
mm/khugepaged.c
77
static unsigned int khugepaged_alloc_sleep_millisecs __read_mostly = 60000;
mm/khugepaged.c
88
unsigned int khugepaged_max_ptes_none __read_mostly;
mm/khugepaged.c
89
static unsigned int khugepaged_max_ptes_swap __read_mostly;
mm/khugepaged.c
90
static unsigned int khugepaged_max_ptes_shared __read_mostly;
mm/kmemleak.c
213
static int kmemleak_enabled __read_mostly = 1;
mm/kmemleak.c
215
static int kmemleak_free_enabled __read_mostly = 1;
mm/kmsan/core.c
32
bool kmsan_enabled __read_mostly;
mm/kmsan/report.c
23
int panic_on_kmsan __read_mostly;
mm/ksm.c
288
static unsigned int zero_checksum __read_mostly;
mm/ksm.c
291
static bool ksm_use_zero_pages __read_mostly;
mm/memcontrol-v1.c
34
static struct mem_cgroup_tree soft_limit_tree __read_mostly;
mm/memcontrol.c
352
static u8 mem_cgroup_stats_index[MEMCG_NR_STAT] __read_mostly;
mm/memcontrol.c
484
static u8 mem_cgroup_events_index[NR_VM_EVENT_ITEMS] __read_mostly;
mm/memcontrol.c
80
struct cgroup_subsys memory_cgrp_subsys __read_mostly;
mm/memcontrol.c
83
struct mem_cgroup *root_mem_cgroup __read_mostly;
mm/memory-failure.c
223
static hwpoison_filter_func_t __rcu *hwpoison_filter_func __read_mostly;
mm/memory-failure.c
71
static int sysctl_memory_failure_early_kill __read_mostly;
mm/memory-failure.c
73
static int sysctl_memory_failure_recovery __read_mostly = 1;
mm/memory-failure.c
75
static int sysctl_enable_soft_offline __read_mostly = 1;
mm/memory-failure.c
77
atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
mm/memory-failure.c
79
static bool hw_memory_failure __read_mostly = false;
mm/memory-tiers.c
131
static struct demotion_nodes *node_demotion __read_mostly;
mm/memory.c
121
int randomize_va_space __read_mostly =
mm/memory.c
165
unsigned long zero_pfn __read_mostly;
mm/memory.c
168
unsigned long highest_memmap_pfn __read_mostly;
mm/memory.c
5673
static unsigned long fault_around_pages __read_mostly =
mm/memory_hotplug.c
165
static int online_policy __read_mostly = ONLINE_POLICY_CONTIG_ZONES;
mm/memory_hotplug.c
182
static unsigned int auto_movable_ratio __read_mostly = 301;
mm/memory_hotplug.c
192
static bool auto_movable_numa_aware __read_mostly = true;
mm/memory_hotplug.c
51
static int memmap_mode __read_mostly = MEMMAP_ON_MEMORY_DISABLE;
mm/mm_init.c
2508
static bool _init_on_alloc_enabled_early __read_mostly
mm/mm_init.c
2517
static bool _init_on_free_enabled_early __read_mostly
mm/mmap.c
69
int mmap_rnd_bits __read_mostly = CONFIG_ARCH_MMAP_RND_BITS;
mm/mmap.c
74
int mmap_rnd_compat_bits __read_mostly = CONFIG_ARCH_MMAP_RND_COMPAT_BITS;
mm/oom_kill.c
486
static bool oom_killer_disabled __read_mostly;
mm/page_alloc.c
224
nodemask_t node_states[NR_NODE_STATES] __read_mostly = {
mm/page_alloc.c
238
gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK;
mm/page_alloc.c
241
unsigned int pageblock_order __read_mostly;
mm/page_alloc.c
304
static int watermark_boost_factor __read_mostly = 15000;
mm/page_alloc.c
313
unsigned int nr_node_ids __read_mostly = MAX_NUMNODES;
mm/page_alloc.c
314
unsigned int nr_online_nodes __read_mostly = 1;
mm/page_alloc.c
324
int page_group_by_mobility_disabled __read_mostly;
mm/page_alloc.c
3733
int __read_mostly node_reclaim_distance = RECLAIM_DISTANCE;
mm/page_reporting.c
51
static struct page_reporting_dev_info __rcu *pr_dev_info __read_mostly;
mm/percpu.c
198
static bool pcpu_async_enabled __read_mostly;
mm/percpu.c
3301
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
mm/shmem.c
138
static unsigned long huge_shmem_orders_always __read_mostly;
mm/shmem.c
139
static unsigned long huge_shmem_orders_madvise __read_mostly;
mm/shmem.c
140
static unsigned long huge_shmem_orders_inherit __read_mostly;
mm/shmem.c
141
static unsigned long huge_shmem_orders_within_size __read_mostly;
mm/shmem.c
584
static int shmem_huge __read_mostly = SHMEM_HUGE_DEFAULT;
mm/shmem.c
600
static int tmpfs_huge __read_mostly = TMPFS_HUGE_DEFAULT;
mm/show_mem.c
21
atomic_long_t _totalram_pages __read_mostly;
mm/show_mem.c
23
unsigned long totalreserve_pages __read_mostly;
mm/show_mem.c
24
unsigned long totalcma_pages __read_mostly;
mm/swap.h
228
extern struct address_space swap_space __read_mostly;
mm/swap_state.c
40
struct address_space swap_space __read_mostly = {
mm/swap_state.c
44
static bool enable_vma_readahead __read_mostly = true;
mm/util.c
752
int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS;
mm/util.c
753
static int sysctl_overcommit_ratio __read_mostly = 50;
mm/util.c
754
static unsigned long sysctl_overcommit_kbytes __read_mostly;
mm/util.c
755
int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT;
mm/util.c
756
unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */
mm/util.c
757
unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */
mm/vmalloc.c
872
static bool vmap_initialized __read_mostly;
mm/vmalloc.c
960
static __read_mostly unsigned int nr_vmap_nodes = 1;
mm/vmalloc.c
961
static __read_mostly unsigned int vmap_zone_size = 1;
mm/vmscan.c
4152
static unsigned long lru_gen_min_ttl __read_mostly;
mm/vmscan.c
7554
int node_reclaim_mode __read_mostly;
mm/vmstat.c
1966
static int sysctl_stat_interval __read_mostly = HZ;
mm/workingset.c
197
static unsigned int bucket_order __read_mostly;
net/802/garp.c
21
static unsigned int garp_join_time __read_mostly = 200;
net/802/mrp.c
21
static unsigned int mrp_join_time __read_mostly = 200;
net/802/mrp.c
25
static unsigned int mrp_periodic_time __read_mostly = 1000;
net/802/stp.c
22
static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly;
net/802/stp.c
23
static const struct stp_proto __rcu *stp_proto __read_mostly;
net/802/stp.c
25
static struct llc_sap *sap __read_mostly;
net/8021q/vlan.c
42
unsigned int vlan_net_id __read_mostly;
net/8021q/vlan.c
557
static struct notifier_block vlan_notifier_block __read_mostly = {
net/8021q/vlan_core.c
531
static struct packet_offload vlan_packet_offloads[] __read_mostly = {
net/8021q/vlan_gvrp.c
21
static struct garp_application vlan_gvrp_app __read_mostly = {
net/8021q/vlan_mvrp.c
25
static struct mrp_application vlan_mrp_app __read_mostly = {
net/8021q/vlan_netlink.c
290
struct rtnl_link_ops vlan_link_ops __read_mostly = {
net/appletalk/ddp.c
1915
static struct packet_type ltalk_packet_type __read_mostly = {
net/appletalk/ddp.c
1920
static struct packet_type ppptalk_packet_type __read_mostly = {
net/ax25/af_ax25.c
2037
static struct packet_type ax25_packet_type __read_mostly = {
net/batman-adv/bat_iv_ogm.c
2497
static struct batadv_algo_ops batadv_batman_iv __read_mostly = {
net/batman-adv/bat_v.c
778
static struct batadv_algo_ops batadv_batman_v __read_mostly = {
net/batman-adv/mesh-interface.c
1124
struct rtnl_link_ops batadv_link_ops __read_mostly = {
net/batman-adv/tp_meter.c
88
static u8 batadv_tp_prerandom[4096] __read_mostly;
net/batman-adv/translation-table.c
55
static struct kmem_cache *batadv_tl_cache __read_mostly;
net/batman-adv/translation-table.c
56
static struct kmem_cache *batadv_tg_cache __read_mostly;
net/batman-adv/translation-table.c
57
static struct kmem_cache *batadv_tt_orig_cache __read_mostly;
net/batman-adv/translation-table.c
58
static struct kmem_cache *batadv_tt_change_cache __read_mostly;
net/batman-adv/translation-table.c
59
static struct kmem_cache *batadv_tt_req_cache __read_mostly;
net/batman-adv/translation-table.c
60
static struct kmem_cache *batadv_tt_roam_cache __read_mostly;
net/bridge/br_cfm.c
492
static struct br_frame_type cfm_frame_type __read_mostly = {
net/bridge/br_device.c
26
const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
net/bridge/br_fdb.c
34
static struct kmem_cache *br_fdb_cache __read_mostly;
net/bridge/br_mrp.c
11
static struct br_frame_type mrp_frame_type __read_mostly = {
net/bridge/br_netfilter_hooks.c
1116
static struct notifier_block brnf_notifier __read_mostly = {
net/bridge/br_netfilter_hooks.c
1299
static struct pernet_operations brnf_net_ops __read_mostly = {
net/bridge/br_netfilter_hooks.c
52
static unsigned int brnf_net_id __read_mostly;
net/bridge/br_netlink.c
1894
static struct rtnl_af_ops br_af_ops __read_mostly = {
net/bridge/br_netlink.c
1899
struct rtnl_link_ops br_link_ops __read_mostly = {
net/bridge/netfilter/ebt_802_3.c
56
static struct xt_match ebt_802_3_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_among.c
258
static struct xt_match ebt_among_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_arp.c
115
static struct xt_match ebt_arp_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_arpreply.c
78
static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_dnat.c
81
static struct xt_target ebt_dnat_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_ip.c
146
static struct xt_match ebt_ip_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_ip6.c
140
static struct xt_match ebt_ip6_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_limit.c
102
static struct xt_match ebt_limit_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_log.c
203
static struct xt_target ebt_log_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_mark.c
83
static struct xt_target ebt_mark_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_mark_m.c
71
static struct xt_match ebt_mark_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_nflog.c
51
static struct xt_target ebt_nflog_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_pkttype.c
34
static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_redirect.c
56
static struct xt_target ebt_redirect_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_snat.c
63
static struct xt_target ebt_snat_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_stp.c
171
static struct xt_match ebt_stp_mt_reg __read_mostly = {
net/bridge/netfilter/ebt_vlan.c
151
static struct xt_match ebt_vlan_mt_reg __read_mostly = {
net/bridge/netfilter/ebtables.c
55
static unsigned int ebt_pernet_id __read_mostly;
net/bridge/netfilter/nf_conntrack_bridge.c
410
static struct nf_hook_ops nf_ct_bridge_hook_ops[] __read_mostly = {
net/bridge/netfilter/nft_meta_bridge.c
228
static struct nft_expr_type nft_meta_bridge_type __read_mostly = {
net/bridge/netfilter/nft_reject_bridge.c
190
static struct nft_expr_type nft_reject_bridge_type __read_mostly = {
net/caif/caif_dev.c
284
static struct packet_type caif_packet_type __read_mostly = {
net/caif/caif_usb.c
124
static struct packet_type caif_usb_type __read_mostly = {
net/caif/chnl_net.c
497
static struct rtnl_link_ops ipcaif_link_ops __read_mostly = {
net/can/af_can.c
75
static int stats_timer __read_mostly = 1;
net/can/af_can.c
79
static struct kmem_cache *rcv_cache __read_mostly;
net/can/af_can.c
82
static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
net/can/af_can.c
848
static struct packet_type can_packet __read_mostly = {
net/can/af_can.c
853
static struct packet_type canfd_packet __read_mostly = {
net/can/af_can.c
858
static struct packet_type canxl_packet __read_mostly = {
net/can/af_can.c
869
static struct pernet_operations can_pernet_ops __read_mostly = {
net/can/bcm.c
1797
static struct proto bcm_proto __read_mostly = {
net/can/bcm.c
1830
static struct pernet_operations canbcm_pernet_ops __read_mostly = {
net/can/gw.c
74
static unsigned char max_hops __read_mostly = CGW_DEFAULT_HOPS;
net/can/gw.c
83
static struct kmem_cache *cgw_cache __read_mostly;
net/can/isotp.c
101
static unsigned int max_pdu_size __read_mostly = DEFAULT_MAX_PDU_SIZE;
net/can/isotp.c
1726
static struct proto isotp_proto __read_mostly = {
net/can/j1939/socket.c
1393
static struct proto j1939_proto __read_mostly = {
net/can/raw.c
1086
static struct proto raw_proto __read_mostly = {
net/core/dev.c
11579
int netdev_unregister_timeout_secs __read_mostly = 10;
net/core/dev.c
172
struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
net/core/dev.c
2673
static struct static_key xps_needed __read_mostly;
net/core/dev.c
2674
static struct static_key xps_rxqs_needed __read_mostly;
net/core/dev.c
4937
int weight_p __read_mostly = 64; /* old backlog weight */
net/core/dev.c
4938
int dev_weight_rx_bias __read_mostly = 1; /* bias for backlog weight */
net/core/dev.c
4939
int dev_weight_tx_bias __read_mostly = 1; /* bias for output_queue quota */
net/core/dev.c
4980
struct static_key_false rps_needed __read_mostly;
net/core/dev.c
4982
struct static_key_false rfs_needed __read_mostly;
net/core/dev.c
5300
int netdev_flow_limit_table_len __read_mostly = (1 << 12);
net/core/dev.c
5840
unsigned char *addr) __read_mostly;
net/core/filter.c
5984
const struct ipv6_bpf_stub *ipv6_bpf_stub __read_mostly;
net/core/flow_dissector.c
1865
static struct flow_dissector flow_keys_dissector_symmetric __read_mostly;
net/core/flow_dissector.c
2082
struct flow_dissector flow_keys_dissector __read_mostly;
net/core/flow_dissector.c
2085
struct flow_dissector flow_keys_basic_dissector __read_mostly;
net/core/lwtunnel.c
80
lwtun_encaps[LWTUNNEL_ENCAP_MAX + 1] __read_mostly;
net/core/neighbour.c
1825
static struct neigh_table __rcu *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
net/core/neighbour.c
3799
} neigh_sysctl_template __read_mostly = {
net/core/pktgen.c
449
static unsigned int pg_net_id __read_mostly;
net/core/pktgen.c
497
static int pg_count_d __read_mostly = 1000;
net/core/pktgen.c
498
static int pg_delay_d __read_mostly;
net/core/pktgen.c
499
static int pg_clone_skb_d __read_mostly;
net/core/pktgen.c
500
static int debug __read_mostly;
net/core/ptp_classifier.c
102
static struct bpf_prog *ptp_insns __read_mostly;
net/core/skbuff.c
282
static u32 skbuff_cache_size __read_mostly;
net/core/sock.c
284
__u32 sysctl_wmem_max __read_mostly = 4 << 20;
net/core/sock.c
286
__u32 sysctl_rmem_max __read_mostly = 4 << 20;
net/core/sock.c
288
__u32 sysctl_wmem_default __read_mostly = SK_WMEM_DEFAULT;
net/core/sock.c
289
__u32 sysctl_rmem_default __read_mostly = SK_RMEM_DEFAULT;
net/core/sock.c
440
static int warned __read_mostly;
net/core/sysctl_net_core.c
43
int sysctl_fb_tunnels_only_for_init_net __read_mostly = 0;
net/core/sysctl_net_core.c
53
int sysctl_devconf_inherit_init_net __read_mostly;
net/dcb/dcbnl.c
2406
static struct notifier_block dcbnl_nb __read_mostly = {
net/dsa/netlink.c
55
struct rtnl_link_ops dsa_link_ops __read_mostly = {
net/dsa/netlink.h
6
extern struct rtnl_link_ops dsa_link_ops __read_mostly;
net/dsa/tag.c
128
struct packet_type dsa_pack_type __read_mostly = {
net/dsa/user.c
3820
static struct notifier_block dsa_user_nb __read_mostly = {
net/ethernet/eth.c
461
static struct packet_offload eth_packet_offload __read_mostly = {
net/ethtool/ioctl.c
1288
u8 netdev_rss_key[NETDEV_RSS_KEY_LEN] __read_mostly;
net/ethtool/netlink.c
14
static bool ethnl_ok __read_mostly;
net/hsr/hsr_netlink.c
192
static struct rtnl_link_ops hsr_link_ops __read_mostly = {
net/ieee802154/6lowpan/core.c
199
static struct rtnl_link_ops lowpan_link_ops __read_mostly = {
net/ipv4/af_inet.c
1890
static struct packet_type ip_packet_type __read_mostly = {
net/ipv4/arp.c
1376
static struct packet_type arp_packet_type __read_mostly = {
net/ipv4/devinet.c
2876
static struct rtnl_af_ops inet_af_ops __read_mostly = {
net/ipv4/gre_demux.c
29
static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly;
net/ipv4/inetpeer.c
68
int inet_peer_threshold __read_mostly; /* start to throw entries more
net/ipv4/inetpeer.c
70
int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */
net/ipv4/inetpeer.c
71
int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */
net/ipv4/ip_gre.c
110
static struct rtnl_link_ops ipgre_link_ops __read_mostly;
net/ipv4/ip_gre.c
118
static unsigned int ipgre_net_id __read_mostly;
net/ipv4/ip_gre.c
119
static unsigned int gre_tap_net_id __read_mostly;
net/ipv4/ip_gre.c
120
static unsigned int erspan_net_id __read_mostly;
net/ipv4/ip_gre.c
1667
static struct rtnl_link_ops ipgre_link_ops __read_mostly = {
net/ipv4/ip_gre.c
1682
static struct rtnl_link_ops ipgre_tap_ops __read_mostly = {
net/ipv4/ip_gre.c
1697
static struct rtnl_link_ops erspan_link_ops __read_mostly = {
net/ipv4/ip_tunnel_core.c
43
iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
net/ipv4/ip_tunnel_core.c
47
ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
net/ipv4/ip_vti.c
42
static struct rtnl_link_ops vti_link_ops __read_mostly;
net/ipv4/ip_vti.c
44
static unsigned int vti_net_id __read_mostly;
net/ipv4/ip_vti.c
462
static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {
net/ipv4/ip_vti.c
470
static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {
net/ipv4/ip_vti.c
478
static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
net/ipv4/ip_vti.c
495
static struct xfrm_tunnel vti_ipip_handler __read_mostly = {
net/ipv4/ip_vti.c
503
static struct xfrm_tunnel vti_ipip6_handler __read_mostly = {
net/ipv4/ip_vti.c
646
static struct rtnl_link_ops vti_link_ops __read_mostly = {
net/ipv4/ipip.c
119
static unsigned int ipip_net_id __read_mostly;
net/ipv4/ipip.c
122
static struct rtnl_link_ops ipip_link_ops __read_mostly;
net/ipv4/ipip.c
598
static struct rtnl_link_ops ipip_link_ops __read_mostly = {
net/ipv4/ipip.c
613
static struct xfrm_tunnel ipip_handler __read_mostly = {
net/ipv4/ipip.c
620
static struct xfrm_tunnel mplsip_handler __read_mostly = {
net/ipv4/netfilter/arp_tables.c
1590
static struct xt_target arpt_builtin_tg[] __read_mostly = {
net/ipv4/netfilter/arpt_mangle.c
72
static struct xt_target arpt_mangle_reg __read_mostly = {
net/ipv4/netfilter/arptable_filter.c
29
static struct nf_hook_ops *arpfilter_ops __read_mostly;
net/ipv4/netfilter/ip_tables.c
1808
static struct xt_target ipt_builtin_tg[] __read_mostly = {
net/ipv4/netfilter/ipt_ECN.c
112
static struct xt_target ecn_tg_reg __read_mostly = {
net/ipv4/netfilter/ipt_REJECT.c
88
static struct xt_target reject_tg_reg __read_mostly = {
net/ipv4/netfilter/ipt_SYNPROXY.c
95
static struct xt_target synproxy_tg4_reg __read_mostly = {
net/ipv4/netfilter/ipt_ah.c
67
static struct xt_match ah_mt_reg __read_mostly = {
net/ipv4/netfilter/ipt_rpfilter.c
106
static struct xt_match rpfilter_mt_reg __read_mostly = {
net/ipv4/netfilter/iptable_filter.c
31
static struct nf_hook_ops *filter_ops __read_mostly;
net/ipv4/netfilter/iptable_filter.c
34
static bool forward __read_mostly = true;
net/ipv4/netfilter/iptable_mangle.c
83
static struct nf_hook_ops *mangle_ops __read_mostly;
net/ipv4/netfilter/iptable_nat.c
20
static unsigned int iptable_nat_net_id __read_mostly;
net/ipv4/netfilter/iptable_raw.c
15
static bool raw_before_defrag __read_mostly;
net/ipv4/netfilter/iptable_raw.c
35
static struct nf_hook_ops *rawtable_ops __read_mostly;
net/ipv4/netfilter/iptable_security.c
36
static struct nf_hook_ops *sectbl_ops __read_mostly;
net/ipv4/netfilter/nf_nat_snmp_basic_main.c
205
static struct nf_conntrack_helper snmp_trap_helper __read_mostly = {
net/ipv4/netfilter/nft_dup_ipv4.c
87
static struct nft_expr_type nft_dup_ipv4_type __read_mostly = {
net/ipv4/netfilter/nft_fib_ipv4.c
202
static struct nft_expr_type nft_fib4_type __read_mostly = {
net/ipv4/netfilter/nft_reject_ipv4.c
51
static struct nft_expr_type nft_reject_ipv4_type __read_mostly = {
net/ipv4/protocol.c
27
struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
net/ipv4/protocol.c
29
const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
net/ipv4/route.c
116
static int ip_rt_redirect_number __read_mostly = 9;
net/ipv4/route.c
117
static int ip_rt_redirect_load __read_mostly = HZ / 50;
net/ipv4/route.c
118
static int ip_rt_redirect_silence __read_mostly = ((HZ / 50) << (9 + 1));
net/ipv4/route.c
119
static int ip_rt_error_cost __read_mostly = HZ;
net/ipv4/route.c
120
static int ip_rt_error_burst __read_mostly = 5 * HZ;
net/ipv4/route.c
122
static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT;
net/ipv4/route.c
3466
static int ip_rt_gc_interval __read_mostly = 60 * HZ;
net/ipv4/route.c
3467
static int ip_rt_gc_min_interval __read_mostly = HZ / 2;
net/ipv4/route.c
3468
static int ip_rt_gc_elasticity __read_mostly = 8;
net/ipv4/route.c
3469
static int ip_min_valid_pmtu __read_mostly = IPV4_MIN_MTU;
net/ipv4/route.c
3714
struct ip_rt_acct __percpu *ip_rt_acct __read_mostly;
net/ipv4/route.c
462
static u32 ip_idents_mask __read_mostly;
net/ipv4/route.c
463
static atomic_t *ip_idents __read_mostly;
net/ipv4/route.c
464
static u32 *ip_tstamps __read_mostly;
net/ipv4/sysctl_net_ipv4.c
55
static int sysctl_tcp_low_latency __read_mostly;
net/ipv4/tcp.c
305
long sysctl_tcp_mem[3] __read_mostly;
net/ipv4/tcp.c
328
unsigned long tcp_memory_pressure __read_mostly;
net/ipv4/tcp_bbr.c
1143
static struct tcp_congestion_ops tcp_bbr_cong_ops __read_mostly = {
net/ipv4/tcp_bic.c
202
static struct tcp_congestion_ops bictcp __read_mostly = {
net/ipv4/tcp_bpf.c
620
static struct proto *tcpv6_prot_saved __read_mostly;
net/ipv4/tcp_cdg.c
38
static int window __read_mostly = 8;
net/ipv4/tcp_cdg.c
39
static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */
net/ipv4/tcp_cdg.c
395
static struct tcp_congestion_ops tcp_cdg __read_mostly = {
net/ipv4/tcp_cdg.c
40
static unsigned int backoff_factor __read_mostly = 42;
net/ipv4/tcp_cdg.c
41
static unsigned int hystart_detect __read_mostly = 3;
net/ipv4/tcp_cdg.c
42
static unsigned int use_ineff __read_mostly = 5;
net/ipv4/tcp_cdg.c
43
static bool use_shadow __read_mostly = true;
net/ipv4/tcp_cdg.c
44
static bool use_tolerance __read_mostly;
net/ipv4/tcp_cubic.c
478
static struct tcp_congestion_ops cubictcp __read_mostly = {
net/ipv4/tcp_cubic.c
49
static int fast_convergence __read_mostly = 1;
net/ipv4/tcp_cubic.c
50
static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */
net/ipv4/tcp_cubic.c
51
static int initial_ssthresh __read_mostly;
net/ipv4/tcp_cubic.c
52
static int bic_scale __read_mostly = 41;
net/ipv4/tcp_cubic.c
53
static int tcp_friendliness __read_mostly = 1;
net/ipv4/tcp_cubic.c
55
static int hystart __read_mostly = 1;
net/ipv4/tcp_cubic.c
56
static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
net/ipv4/tcp_cubic.c
57
static int hystart_low_window __read_mostly = 16;
net/ipv4/tcp_cubic.c
58
static int hystart_ack_delta_us __read_mostly = 2000;
net/ipv4/tcp_cubic.c
60
static u32 cube_rtt_scale __read_mostly;
net/ipv4/tcp_cubic.c
61
static u32 beta_scale __read_mostly;
net/ipv4/tcp_cubic.c
62
static u64 cube_factor __read_mostly;
net/ipv4/tcp_dctcp.c
251
static struct tcp_congestion_ops dctcp __read_mostly = {
net/ipv4/tcp_dctcp.c
265
static struct tcp_congestion_ops dctcp_reno __read_mostly = {
net/ipv4/tcp_dctcp.c
60
static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */
net/ipv4/tcp_dctcp.c
75
static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA;
net/ipv4/tcp_highspeed.c
160
static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
net/ipv4/tcp_htcp.c
18
static int use_rtt_scaling __read_mostly = 1;
net/ipv4/tcp_htcp.c
22
static int use_bandwidth_switch __read_mostly = 1;
net/ipv4/tcp_htcp.c
289
static struct tcp_congestion_ops htcp __read_mostly = {
net/ipv4/tcp_hybla.c
167
static struct tcp_congestion_ops tcp_hybla __read_mostly = {
net/ipv4/tcp_illinois.c
330
static struct tcp_congestion_ops tcp_illinois __read_mostly = {
net/ipv4/tcp_illinois.c
35
static int win_thresh __read_mostly = 15;
net/ipv4/tcp_illinois.c
39
static int theta __read_mostly = 5;
net/ipv4/tcp_input.c
87
int sysctl_tcp_max_orphans __read_mostly = NR_FILE;
net/ipv4/tcp_ipv4.c
1655
struct request_sock_ops tcp_request_sock_ops __read_mostly = {
net/ipv4/tcp_lp.c
330
static struct tcp_congestion_ops tcp_lp __read_mostly = {
net/ipv4/tcp_metrics.c
92
static struct tcpm_hash_bucket *tcp_metrics_hash __read_mostly;
net/ipv4/tcp_metrics.c
93
static unsigned int tcp_metrics_hash_log __read_mostly;
net/ipv4/tcp_nv.c
470
static struct tcp_congestion_ops tcpnv __read_mostly = {
net/ipv4/tcp_nv.c
57
static int nv_pad __read_mostly = 10;
net/ipv4/tcp_nv.c
58
static int nv_pad_buffer __read_mostly = 2;
net/ipv4/tcp_nv.c
59
static int nv_reset_period __read_mostly = 5; /* in seconds */
net/ipv4/tcp_nv.c
60
static int nv_min_cwnd __read_mostly = 2;
net/ipv4/tcp_nv.c
61
static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */
net/ipv4/tcp_nv.c
62
static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */
net/ipv4/tcp_nv.c
63
static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */
net/ipv4/tcp_nv.c
64
static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */
net/ipv4/tcp_nv.c
65
static int nv_cwnd_growth_rate_neg __read_mostly = 8;
net/ipv4/tcp_nv.c
66
static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */
net/ipv4/tcp_nv.c
67
static int nv_dec_eval_min_calls __read_mostly = 60;
net/ipv4/tcp_nv.c
68
static int nv_inc_eval_min_calls __read_mostly = 20;
net/ipv4/tcp_nv.c
69
static int nv_ssthresh_eval_min_calls __read_mostly = 30;
net/ipv4/tcp_nv.c
70
static int nv_stop_rtt_cnt __read_mostly = 10;
net/ipv4/tcp_nv.c
71
static int nv_rtt_min_cnt __read_mostly = 2;
net/ipv4/tcp_scalable.c
41
static struct tcp_congestion_ops tcp_scalable __read_mostly = {
net/ipv4/tcp_vegas.c
309
static struct tcp_congestion_ops tcp_vegas __read_mostly = {
net/ipv4/tcp_veno.c
208
static struct tcp_congestion_ops tcp_veno __read_mostly = {
net/ipv4/tcp_westwood.c
279
static struct tcp_congestion_ops tcp_westwood __read_mostly = {
net/ipv4/tcp_yeah.c
208
static struct tcp_congestion_ops tcp_yeah __read_mostly = {
net/ipv4/tunnel4.c
19
static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly;
net/ipv4/tunnel4.c
20
static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly;
net/ipv4/tunnel4.c
21
static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly;
net/ipv4/udp.c
125
struct udp_table udp_table __read_mostly;
net/ipv4/udp.c
127
long sysctl_udp_mem[3] __read_mostly;
net/ipv4/udp.c
3843
static u32 hashrnd __read_mostly;
net/ipv4/udp_bpf.c
12
static struct proto *udpv6_prot_saved __read_mostly;
net/ipv4/udp_tunnel_nic.c
967
static struct notifier_block udp_tunnel_nic_notifier_block __read_mostly = {
net/ipv4/udplite.c
17
struct udp_table udplite_table __read_mostly;
net/ipv4/xfrm4_protocol.c
21
static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly;
net/ipv4/xfrm4_protocol.c
22
static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly;
net/ipv4/xfrm4_protocol.c
23
static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly;
net/ipv4/xfrm4_tunnel.c
65
static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = {
net/ipv4/xfrm4_tunnel.c
72
static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = {
net/ipv6/addrconf.c
180
static struct ipv6_devconf ipv6_devconf __read_mostly = {
net/ipv6/addrconf.c
245
static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
net/ipv6/addrconf.c
7503
static struct rtnl_af_ops inet6_ops __read_mostly = {
net/ipv6/addrconf_core.c
207
const struct ipv6_stub *ipv6_stub __read_mostly = &(struct ipv6_stub) {
net/ipv6/af_inet6.c
875
static struct packet_type ipv6_packet_type __read_mostly = {
net/ipv6/ila/ila_xlat.c
34
static u32 hashrnd __read_mostly;
net/ipv6/ip6_fib.c
40
static struct kmem_cache *fib6_node_kmem __read_mostly;
net/ipv6/ip6_gre.c
1546
static struct inet6_protocol ip6gre_protocol __read_mostly = {
net/ipv6/ip6_gre.c
2281
static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
net/ipv6/ip6_gre.c
2296
static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = {
net/ipv6/ip6_gre.c
2310
static struct rtnl_link_ops ip6erspan_tap_ops __read_mostly = {
net/ipv6/ip6_gre.c
65
static unsigned int ip6gre_net_id __read_mostly;
net/ipv6/ip6_gre.c
74
static struct rtnl_link_ops ip6gre_link_ops __read_mostly;
net/ipv6/ip6_gre.c
75
static struct rtnl_link_ops ip6gre_tap_ops __read_mostly;
net/ipv6/ip6_gre.c
76
static struct rtnl_link_ops ip6erspan_tap_ops __read_mostly;
net/ipv6/ip6_tunnel.c
2242
static struct rtnl_link_ops ip6_link_ops __read_mostly = {
net/ipv6/ip6_tunnel.c
2257
static struct xfrm6_tunnel ip4ip6_handler __read_mostly = {
net/ipv6/ip6_tunnel.c
2263
static struct xfrm6_tunnel ip6ip6_handler __read_mostly = {
net/ipv6/ip6_tunnel.c
2269
static struct xfrm6_tunnel mplsip6_handler __read_mostly = {
net/ipv6/ip6_tunnel.c
81
static struct rtnl_link_ops ip6_link_ops __read_mostly;
net/ipv6/ip6_tunnel.c
83
static unsigned int ip6_tnl_net_id __read_mostly;
net/ipv6/ip6_vti.c
1100
static struct rtnl_link_ops vti6_link_ops __read_mostly = {
net/ipv6/ip6_vti.c
1180
static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1188
static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1196
static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
net/ipv6/ip6_vti.c
1216
static struct xfrm6_tunnel vti_ipv6_handler __read_mostly = {
net/ipv6/ip6_vti.c
1223
static struct xfrm6_tunnel vti_ip6ip_handler __read_mostly = {
net/ipv6/ip6_vti.c
63
static struct rtnl_link_ops vti6_link_ops __read_mostly;
net/ipv6/ip6_vti.c
65
static unsigned int vti6_net_id __read_mostly;
net/ipv6/ip6mr.c
85
static struct kmem_cache *mrt_cachep __read_mostly;
net/ipv6/mcast.c
108
int sysctl_mld_max_msf __read_mostly = IPV6_MLD_MAX_MSF;
net/ipv6/mcast.c
109
int sysctl_mld_qrv __read_mostly = MLD_QRV_DEFAULT;
net/ipv6/netfilter/ip6_tables.c
1815
static struct xt_target ip6t_builtin_tg[] __read_mostly = {
net/ipv6/netfilter/ip6t_NPT.c
145
static struct xt_target ip6t_npt_target_reg[] __read_mostly = {
net/ipv6/netfilter/ip6t_REJECT.c
98
static struct xt_target reject_tg6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_SYNPROXY.c
98
static struct xt_target synproxy_tg6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_ah.c
97
static struct xt_match ah_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_eui64.c
49
static struct xt_match eui64_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_frag.c
112
static struct xt_match frag_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_hbh.c
180
static struct xt_match hbh_mt6_reg[] __read_mostly = {
net/ipv6/netfilter/ip6t_hbh.c
41
static struct xt_match hbh_mt6_reg[] __read_mostly;
net/ipv6/netfilter/ip6t_ipv6header.c
132
static struct xt_match ipv6header_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_mh.c
69
static struct xt_match mh_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_rpfilter.c
129
static struct xt_match rpfilter_mt_reg __read_mostly = {
net/ipv6/netfilter/ip6t_rt.c
175
static struct xt_match rt_mt6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_srh.c
284
static struct xt_match srh_mt6_reg[] __read_mostly = {
net/ipv6/netfilter/ip6table_filter.c
30
static struct nf_hook_ops *filter_ops __read_mostly;
net/ipv6/netfilter/ip6table_mangle.c
76
static struct nf_hook_ops *mangle_ops __read_mostly;
net/ipv6/netfilter/ip6table_nat.c
22
static unsigned int ip6table_nat_net_id __read_mostly;
net/ipv6/netfilter/ip6table_raw.c
14
static bool raw_before_defrag __read_mostly;
net/ipv6/netfilter/ip6table_raw.c
34
static struct nf_hook_ops *rawtable_ops __read_mostly;
net/ipv6/netfilter/ip6table_security.c
35
static struct nf_hook_ops *sectbl_ops __read_mostly;
net/ipv6/netfilter/nf_conntrack_reasm.c
36
static unsigned int nf_frag_pernet_id __read_mostly;
net/ipv6/netfilter/nft_dup_ipv6.c
85
static struct nft_expr_type nft_dup_ipv6_type __read_mostly = {
net/ipv6/netfilter/nft_fib_ipv6.c
264
static struct nft_expr_type nft_fib6_type __read_mostly = {
net/ipv6/netfilter/nft_reject_ipv6.c
52
static struct nft_expr_type nft_reject_ipv6_type __read_mostly = {
net/ipv6/protocol.c
25
struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
net/ipv6/protocol.c
49
const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
net/ipv6/raw.c
116
static mh_filter_t __rcu *mh_filter __read_mostly;
net/ipv6/sit.c
1764
static struct rtnl_link_ops sit_link_ops __read_mostly = {
net/ipv6/sit.c
1779
static struct xfrm_tunnel sit_handler __read_mostly = {
net/ipv6/sit.c
1785
static struct xfrm_tunnel ipip_handler __read_mostly = {
net/ipv6/sit.c
1792
static struct xfrm_tunnel mplsip_handler __read_mostly = {
net/ipv6/sit.c
75
static struct rtnl_link_ops sit_link_ops __read_mostly;
net/ipv6/sit.c
77
static unsigned int sit_net_id __read_mostly;
net/ipv6/tcp_ipv6.c
794
struct request_sock_ops tcp6_request_sock_ops __read_mostly = {
net/ipv6/tunnel6.c
22
static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly;
net/ipv6/tunnel6.c
23
static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly;
net/ipv6/tunnel6.c
24
static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
22
static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
23
static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
net/ipv6/xfrm6_protocol.c
24
static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
net/ipv6/xfrm6_tunnel.c
306
static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = {
net/ipv6/xfrm6_tunnel.c
312
static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = {
net/ipv6/xfrm6_tunnel.c
34
static unsigned int xfrm6_tunnel_net_id __read_mostly;
net/ipv6/xfrm6_tunnel.c
55
static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly;
net/kcm/kcmsock.c
36
static struct kmem_cache *kcm_psockp __read_mostly;
net/kcm/kcmsock.c
37
static struct kmem_cache *kcm_muxp __read_mostly;
net/key/af_key.c
35
static unsigned int pfkey_net_id __read_mostly;
net/l2tp/l2tp_ip.c
656
static struct net_protocol l2tp_ip_protocol __read_mostly = {
net/l2tp/l2tp_ip6.c
788
static struct inet6_protocol l2tp_ip6_protocol __read_mostly = {
net/llc/llc_core.c
133
static struct packet_type llc_packet_type __read_mostly = {
net/mac80211/rc80211_minstrel_ht.c
267
static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
net/mpls/af_mpls.c
2820
static struct rtnl_af_ops mpls_af_ops __read_mostly = {
net/mpls/af_mpls.c
504
static struct packet_type mpls_packet_type __read_mostly = {
net/mpls/mpls_gso.c
76
static struct packet_offload mpls_mc_offload __read_mostly = {
net/mpls/mpls_gso.c
84
static struct packet_offload mpls_uc_offload __read_mostly = {
net/mptcp/subflow.c
2118
static struct tcp_ulp_ops subflow_ulp_ops __read_mostly = {
net/mptcp/syncookies.c
40
static u32 mptcp_join_hash_secret __read_mostly;
net/mptcp/token.c
45
static struct token_bucket *token_hash __read_mostly;
net/mptcp/token.c
46
static unsigned int token_mask __read_mostly;
net/netfilter/core.c
31
const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;
net/netfilter/core.c
672
const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;
net/netfilter/core.c
675
const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
net/netfilter/core.c
678
const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly;
net/netfilter/core.c
681
const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly;
net/netfilter/core.c
688
const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly;
net/netfilter/ipset/ip_set_bitmap_ip.c
336
static struct ip_set_type bitmap_ip_type __read_mostly = {
net/netfilter/ipset/ip_set_core.c
2232
static struct nfnetlink_subsystem ip_set_netlink_subsys __read_mostly = {
net/netfilter/ipset/ip_set_core.c
2362
static struct nf_sockopt_ops so_set __read_mostly = {
net/netfilter/ipset/ip_set_core.c
36
static unsigned int ip_set_net_id __read_mostly;
net/netfilter/ipset/ip_set_hash_ip.c
274
static struct ip_set_type hash_ip_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipmac.c
263
static struct ip_set_type hash_ipmac_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipmark.c
279
static struct ip_set_type hash_ipmark_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipport.c
361
static struct ip_set_type hash_ipport_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipportip.c
356
static struct ip_set_type hash_ipportip_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_ipportnet.c
514
static struct ip_set_type hash_ipportnet_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_mac.c
120
static struct ip_set_type hash_mac_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_net.c
356
static struct ip_set_type hash_net_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netiface.c
470
static struct ip_set_type hash_netiface_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netnet.c
474
static struct ip_set_type hash_netnet_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netport.c
460
static struct ip_set_type hash_netport_type __read_mostly = {
net/netfilter/ipset/ip_set_hash_netportnet.c
570
static struct ip_set_type hash_netportnet_type __read_mostly = {
net/netfilter/ipset/ip_set_list_set.c
645
static struct ip_set_type list_set_type __read_mostly = {
net/netfilter/ipvs/ip_vs_conn.c
51
int ip_vs_conn_tab_size __read_mostly;
net/netfilter/ipvs/ip_vs_conn.c
52
static int ip_vs_conn_tab_mask __read_mostly;
net/netfilter/ipvs/ip_vs_conn.c
57
static struct hlist_head *ip_vs_conn_tab __read_mostly;
net/netfilter/ipvs/ip_vs_conn.c
60
static struct kmem_cache *ip_vs_conn_cachep __read_mostly;
net/netfilter/ipvs/ip_vs_conn.c
66
static unsigned int ip_vs_conn_rnd __read_mostly;
net/netfilter/ipvs/ip_vs_core.c
81
static unsigned int ip_vs_net_id __read_mostly;
net/netfilter/nf_conncount.c
68
static u_int32_t conncount_rnd __read_mostly;
net/netfilter/nf_conncount.c
69
static struct kmem_cache *conncount_rb_cachep __read_mostly;
net/netfilter/nf_conncount.c
70
static struct kmem_cache *conncount_conn_cachep __read_mostly;
net/netfilter/nf_conntrack_acct.c
20
static bool nf_ct_acct __read_mostly;
net/netfilter/nf_conntrack_amanda.c
178
static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
net/netfilter/nf_conntrack_amanda.c
24
static unsigned int master_timeout __read_mostly = 300;
net/netfilter/nf_conntrack_amanda.c
46
__read_mostly;
net/netfilter/nf_conntrack_amanda.c
62
} search[] __read_mostly = {
net/netfilter/nf_conntrack_core.c
202
unsigned int nf_conntrack_htable_size __read_mostly;
net/netfilter/nf_conntrack_core.c
205
unsigned int nf_conntrack_max __read_mostly;
net/netfilter/nf_conntrack_core.c
207
seqcount_spinlock_t nf_conntrack_generation __read_mostly;
net/netfilter/nf_conntrack_core.c
2178
static unsigned int size __read_mostly;
net/netfilter/nf_conntrack_core.c
63
struct hlist_nulls_head *nf_conntrack_hash __read_mostly;
net/netfilter/nf_conntrack_core.c
76
static __read_mostly struct kmem_cache *nf_conntrack_cachep;
net/netfilter/nf_conntrack_core.c
78
static __read_mostly bool nf_conntrack_locks_all;
net/netfilter/nf_conntrack_ecache.c
363
static int nf_ct_events __read_mostly = NF_CT_EVENTS_DEFAULT;
net/netfilter/nf_conntrack_expect.c
35
unsigned int nf_ct_expect_hsize __read_mostly;
net/netfilter/nf_conntrack_expect.c
38
struct hlist_head *nf_ct_expect_hash __read_mostly;
net/netfilter/nf_conntrack_expect.c
41
unsigned int nf_ct_expect_max __read_mostly;
net/netfilter/nf_conntrack_expect.c
43
static struct kmem_cache *nf_ct_expect_cachep __read_mostly;
net/netfilter/nf_conntrack_extend.c
30
atomic_t nf_conntrack_ext_genid __read_mostly = ATOMIC_INIT(1);
net/netfilter/nf_conntrack_ftp.c
560
static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_h323_main.c
1143
static struct nf_conntrack_helper nf_conntrack_helper_q931[] __read_mostly = {
net/netfilter/nf_conntrack_h323_main.c
1714
static struct nf_conntrack_helper nf_conntrack_helper_ras[] __read_mostly = {
net/netfilter/nf_conntrack_h323_main.c
41
static unsigned int default_rrq_ttl __read_mostly = 300;
net/netfilter/nf_conntrack_h323_main.c
45
static int gkrouted_only __read_mostly = 1;
net/netfilter/nf_conntrack_h323_main.c
49
static bool callforward_filter __read_mostly = true;
net/netfilter/nf_conntrack_h323_main.c
55
const struct nfct_h323_nat_hooks __rcu *nfct_h323_nat_hook __read_mostly;
net/netfilter/nf_conntrack_h323_main.c
580
static struct nf_conntrack_helper nf_conntrack_helper_h245 __read_mostly = {
net/netfilter/nf_conntrack_helper.c
34
struct hlist_head *nf_ct_helper_hash __read_mostly;
net/netfilter/nf_conntrack_helper.c
36
unsigned int nf_ct_helper_hsize __read_mostly;
net/netfilter/nf_conntrack_helper.c
38
static unsigned int nf_ct_helper_count __read_mostly;
net/netfilter/nf_conntrack_helper.c
41
static struct list_head nf_ct_nat_helpers __read_mostly;
net/netfilter/nf_conntrack_irc.c
263
static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
net/netfilter/nf_conntrack_irc.c
28
static unsigned int dcc_timeout __read_mostly = 300;
net/netfilter/nf_conntrack_irc.c
39
__read_mostly;
net/netfilter/nf_conntrack_netbios_ns.c
32
static unsigned int timeout __read_mostly = 3;
net/netfilter/nf_conntrack_netbios_ns.c
47
static struct nf_conntrack_helper helper __read_mostly = {
net/netfilter/nf_conntrack_pptp.c
589
static struct nf_conntrack_helper pptp __read_mostly = {
net/netfilter/nf_conntrack_proto_icmp.c
307
static unsigned int size __read_mostly;
net/netfilter/nf_conntrack_proto_icmpv6.c
285
static unsigned int size __read_mostly;
net/netfilter/nf_conntrack_proto_tcp.c
1451
static unsigned int size __read_mostly;
net/netfilter/nf_conntrack_sane.c
169
static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_sip.c
1650
static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
net/netfilter/nf_conntrack_sip.c
44
static unsigned int sip_timeout __read_mostly = SIP_TIMEOUT;
net/netfilter/nf_conntrack_sip.c
48
static int sip_direct_signalling __read_mostly = 1;
net/netfilter/nf_conntrack_sip.c
53
static int sip_direct_media __read_mostly = 1;
net/netfilter/nf_conntrack_sip.c
58
static int sip_external_media __read_mostly = 0;
net/netfilter/nf_conntrack_snmp.c
24
static unsigned int timeout __read_mostly = 30;
net/netfilter/nf_conntrack_snmp.c
53
static struct nf_conntrack_helper helper __read_mostly = {
net/netfilter/nf_conntrack_standalone.c
28
static bool enable_hooks __read_mostly;
net/netfilter/nf_conntrack_standalone.c
32
unsigned int nf_conntrack_net_id __read_mostly;
net/netfilter/nf_conntrack_standalone.c
539
static unsigned int nf_conntrack_htable_size_user __read_mostly;
net/netfilter/nf_conntrack_tftp.c
101
static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_tftp.c
38
__read_mostly;
net/netfilter/nf_conntrack_timeout.c
25
const struct nf_ct_timeout_hooks __rcu *nf_ct_timeout_hook __read_mostly;
net/netfilter/nf_conntrack_timestamp.c
17
static bool nf_ct_tstamp __read_mostly;
net/netfilter/nf_flow_table_core.c
19
static __read_mostly struct kmem_cache *flow_offload_cachep;
net/netfilter/nf_log.c
19
int sysctl_nf_log_all_netns __read_mostly;
net/netfilter/nf_log.c
22
static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
net/netfilter/nf_log_syslog.c
158
static struct nf_logger nf_arp_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
861
static struct nf_logger nf_ip_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
896
static struct nf_logger nf_ip6_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
955
static struct nf_logger nf_netdev_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
962
static struct nf_logger nf_bridge_logger __read_mostly = {
net/netfilter/nf_nat_core.c
36
static unsigned int nat_net_id __read_mostly;
net/netfilter/nf_nat_core.c
38
static struct hlist_head *nf_nat_bysource __read_mostly;
net/netfilter/nf_nat_core.c
39
static unsigned int nf_nat_htable_size __read_mostly;
net/netfilter/nf_nat_masquerade.c
24
static unsigned int masq_refcnt __read_mostly;
net/netfilter/nf_nat_masquerade.c
25
static atomic_t masq_worker_count __read_mostly;
net/netfilter/nf_tables_api.c
33
unsigned int nf_tables_net_id __read_mostly;
net/netfilter/nf_tables_trace.c
364
static siphash_key_t trace_key __read_mostly;
net/netfilter/nfnetlink.c
46
static unsigned int nfnetlink_pernet_id __read_mostly;
net/netfilter/nfnetlink_acct.c
49
static unsigned int nfnl_acct_net_id __read_mostly;
net/netfilter/nfnetlink_cttimeout.c
34
static unsigned int nfct_timeout_id __read_mostly;
net/netfilter/nfnetlink_log.c
862
static struct nf_logger nfulnl_logger __read_mostly = {
net/netfilter/nfnetlink_log.c
87
static unsigned int nfnl_log_net_id __read_mostly;
net/netfilter/nfnetlink_queue.c
90
static struct workqueue_struct *nfq_cleanup_wq __read_mostly;
net/netfilter/nfnetlink_queue.c
91
static unsigned int nfnl_queue_net_id __read_mostly;
net/netfilter/nft_bitwise.c
622
struct nft_expr_type nft_bitwise_type __read_mostly = {
net/netfilter/nft_byteorder.c
192
struct nft_expr_type nft_byteorder_type __read_mostly = {
net/netfilter/nft_cmp.c
430
struct nft_expr_type nft_cmp_type __read_mostly = {
net/netfilter/nft_compat.c
859
static struct nft_expr_type nft_match_type __read_mostly = {
net/netfilter/nft_compat.c
942
static struct nft_expr_type nft_target_type __read_mostly = {
net/netfilter/nft_connlimit.c
176
static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
net/netfilter/nft_connlimit.c
264
static struct nft_expr_type nft_connlimit_type __read_mostly = {
net/netfilter/nft_counter.c
209
struct nft_object_type nft_counter_obj_type __read_mostly = {
net/netfilter/nft_counter.c
321
struct nft_expr_type nft_counter_type __read_mostly = {
net/netfilter/nft_ct.c
1066
static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1253
static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1405
static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
net/netfilter/nft_ct.c
36
static unsigned int nft_ct_pcpu_template_refcnt __read_mostly;
net/netfilter/nft_ct.c
852
static struct nft_expr_type nft_ct_type __read_mostly = {
net/netfilter/nft_ct.c
884
static struct nft_expr_type nft_notrack_type __read_mostly = {
net/netfilter/nft_dup_netdev.c
88
static struct nft_expr_type nft_dup_netdev_type __read_mostly = {
net/netfilter/nft_dynset.c
435
struct nft_expr_type nft_dynset_type __read_mostly = {
net/netfilter/nft_exthdr.c
842
struct nft_expr_type nft_exthdr_type __read_mostly = {
net/netfilter/nft_fib_inet.c
55
static struct nft_expr_type nft_fib_inet_type __read_mostly = {
net/netfilter/nft_fib_netdev.c
64
static struct nft_expr_type nft_fib_netdev_type __read_mostly = {
net/netfilter/nft_flow_offload.c
231
static struct nft_expr_type nft_flow_offload_type __read_mostly = {
net/netfilter/nft_fwd_netdev.c
248
static struct nft_expr_type nft_fwd_netdev_type __read_mostly = {
net/netfilter/nft_hash.c
263
static struct nft_expr_type nft_hash_type __read_mostly = {
net/netfilter/nft_immediate.c
349
struct nft_expr_type nft_imm_type __read_mostly = {
net/netfilter/nft_inner.c
425
struct nft_expr_type nft_inner_type __read_mostly = {
net/netfilter/nft_last.c
131
struct nft_expr_type nft_last_type __read_mostly = {
net/netfilter/nft_limit.c
321
static struct nft_expr_type nft_limit_type __read_mostly = {
net/netfilter/nft_limit.c
445
static struct nft_object_type nft_limit_obj_type __read_mostly = {
net/netfilter/nft_log.c
241
static struct nft_expr_type nft_log_type __read_mostly = {
net/netfilter/nft_lookup.c
293
struct nft_expr_type nft_lookup_type __read_mostly = {
net/netfilter/nft_masq.c
149
static struct nft_expr_type nft_masq_ipv4_type __read_mostly = {
net/netfilter/nft_masq.c
177
static struct nft_expr_type nft_masq_ipv6_type __read_mostly = {
net/netfilter/nft_masq.c
219
static struct nft_expr_type nft_masq_inet_type __read_mostly = {
net/netfilter/nft_meta.c
1005
struct nft_object_type nft_secmark_obj_type __read_mostly = {
net/netfilter/nft_meta.c
897
struct nft_expr_type nft_meta_type __read_mostly = {
net/netfilter/nft_nat.c
326
static struct nft_expr_type nft_nat_type __read_mostly = {
net/netfilter/nft_nat.c
357
static struct nft_expr_type nft_inet_nat_type __read_mostly = {
net/netfilter/nft_numgen.c
233
static struct nft_expr_type nft_ng_type __read_mostly = {
net/netfilter/nft_objref.c
276
struct nft_expr_type nft_objref_type __read_mostly = {
net/netfilter/nft_osf.c
165
static struct nft_expr_type nft_osf_type __read_mostly = {
net/netfilter/nft_payload.c
1091
struct nft_expr_type nft_payload_type __read_mostly = {
net/netfilter/nft_queue.c
19
static u32 jhash_initval __read_mostly;
net/netfilter/nft_queue.c
225
static struct nft_expr_type nft_queue_type __read_mostly = {
net/netfilter/nft_quota.c
201
static struct nft_object_type nft_quota_obj_type __read_mostly = {
net/netfilter/nft_quota.c
272
static struct nft_expr_type nft_quota_type __read_mostly = {
net/netfilter/nft_range.c
144
struct nft_expr_type nft_range_type __read_mostly = {
net/netfilter/nft_redir.c
152
static struct nft_expr_type nft_redir_ipv4_type __read_mostly = {
net/netfilter/nft_redir.c
180
static struct nft_expr_type nft_redir_ipv6_type __read_mostly = {
net/netfilter/nft_redir.c
209
static struct nft_expr_type nft_redir_inet_type __read_mostly = {
net/netfilter/nft_reject_inet.c
85
static struct nft_expr_type nft_reject_inet_type __read_mostly = {
net/netfilter/nft_reject_netdev.c
164
static struct nft_expr_type nft_reject_netdev_type __read_mostly = {
net/netfilter/nft_rt.c
201
struct nft_expr_type nft_rt_type __read_mostly = {
net/netfilter/nft_socket.c
302
static struct nft_expr_type nft_socket_type __read_mostly = {
net/netfilter/nft_synproxy.c
298
static struct nft_expr_type nft_synproxy_type __read_mostly = {
net/netfilter/nft_synproxy.c
358
static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
net/netfilter/nft_tproxy.c
338
static struct nft_expr_type nft_tproxy_type __read_mostly = {
net/netfilter/nft_tunnel.c
162
static struct nft_expr_type nft_tunnel_type __read_mostly = {
net/netfilter/nft_tunnel.c
718
static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
net/netfilter/nft_xfrm.c
299
static struct nft_expr_type nft_xfrm_type __read_mostly = {
net/netfilter/x_tables.c
1343
struct static_key xt_tee_enabled __read_mostly;
net/netfilter/x_tables.c
77
static unsigned int xt_pernet_id __read_mostly;
net/netfilter/x_tables.c
78
static struct xt_af *xt __read_mostly;
net/netfilter/xt_AUDIT.c
72
static struct xt_target audit_tg_reg[] __read_mostly = {
net/netfilter/xt_CHECKSUM.c
66
static struct xt_target checksum_tg_reg[] __read_mostly = {
net/netfilter/xt_CLASSIFY.c
37
static struct xt_target classify_tg_reg[] __read_mostly = {
net/netfilter/xt_CONNSECMARK.c
117
static struct xt_target connsecmark_tg_reg[] __read_mostly = {
net/netfilter/xt_CT.c
332
static struct xt_target xt_ct_tg_reg[] __read_mostly = {
net/netfilter/xt_DSCP.c
111
static struct xt_target dscp_tg_reg[] __read_mostly = {
net/netfilter/xt_HL.c
123
static struct xt_target hl_tg_reg[] __read_mostly = {
net/netfilter/xt_HMARK.c
336
static struct xt_target hmark_tg_reg[] __read_mostly = {
net/netfilter/xt_IDLETIMER.c
467
static struct xt_target idletimer_tg[] __read_mostly = {
net/netfilter/xt_LED.c
181
static struct xt_target led_tg_reg[] __read_mostly = {
net/netfilter/xt_LOG.c
77
static struct xt_target log_tg_regs[] __read_mostly = {
net/netfilter/xt_MASQUERADE.c
72
static struct xt_target masquerade_tg_reg[] __read_mostly = {
net/netfilter/xt_NETMAP.c
119
static struct xt_target netmap_tg_reg[] __read_mostly = {
net/netfilter/xt_NFLOG.c
67
static struct xt_target nflog_tg_reg[] __read_mostly = {
net/netfilter/xt_NFQUEUE.c
110
static struct xt_target nfqueue_tg_reg[] __read_mostly = {
net/netfilter/xt_NFQUEUE.c
26
static u32 jhash_initval __read_mostly;
net/netfilter/xt_RATEEST.c
182
static struct xt_target xt_rateest_tg_reg[] __read_mostly = {
net/netfilter/xt_RATEEST.c
29
static unsigned int jhash_rnd __read_mostly;
net/netfilter/xt_REDIRECT.c
77
static struct xt_target redirect_tg_reg[] __read_mostly = {
net/netfilter/xt_SECMARK.c
156
static struct xt_target secmark_tg_reg[] __read_mostly = {
net/netfilter/xt_TCPMSS.c
311
static struct xt_target tcpmss_tg_reg[] __read_mostly = {
net/netfilter/xt_TCPOPTSTRIP.c
112
static struct xt_target tcpoptstrip_tg_reg[] __read_mostly = {
net/netfilter/xt_TEE.c
146
static struct xt_target tee_tg_reg[] __read_mostly = {
net/netfilter/xt_TEE.c
27
static unsigned int tee_net_id __read_mostly;
net/netfilter/xt_TPROXY.c
211
static struct xt_target tproxy_tg_reg[] __read_mostly = {
net/netfilter/xt_TRACE.c
32
static struct xt_target trace_tg_reg[] __read_mostly = {
net/netfilter/xt_addrtype.c
201
static struct xt_match addrtype_mt_reg[] __read_mostly = {
net/netfilter/xt_bpf.c
117
static struct xt_match bpf_mt_reg[] __read_mostly = {
net/netfilter/xt_cgroup.c
197
static struct xt_match cgroup_mt_reg[] __read_mostly = {
net/netfilter/xt_cluster.c
149
static struct xt_match xt_cluster_match[] __read_mostly = {
net/netfilter/xt_comment.c
26
static struct xt_match comment_mt_reg __read_mostly = {
net/netfilter/xt_connbytes.c
137
static struct xt_match connbytes_mt_reg __read_mostly = {
net/netfilter/xt_connlabel.c
81
static struct xt_match connlabels_mt_reg __read_mostly = {
net/netfilter/xt_connlimit.c
112
static struct xt_match connlimit_mt_reg[] __read_mostly = {
net/netfilter/xt_connmark.c
150
static struct xt_target connmark_tg_reg[] __read_mostly = {
net/netfilter/xt_connmark.c
195
static struct xt_match connmark_mt_reg __read_mostly = {
net/netfilter/xt_conntrack.c
282
static struct xt_match conntrack_mt_reg[] __read_mostly = {
net/netfilter/xt_cpu.c
40
static struct xt_match cpu_mt_reg __read_mostly = {
net/netfilter/xt_dccp.c
137
static struct xt_match dccp_mt_reg[] __read_mostly = {
net/netfilter/xt_devgroup.c
59
static struct xt_match devgroup_mt_reg __read_mostly = {
net/netfilter/xt_dscp.c
64
static struct xt_match dscp_mt_reg[] __read_mostly = {
net/netfilter/xt_ecn.c
146
static struct xt_match ecn_mt_reg[] __read_mostly = {
net/netfilter/xt_esp.c
72
static struct xt_match esp_mt_reg[] __read_mostly = {
net/netfilter/xt_hashlimit.c
174
static struct kmem_cache *hashlimit_cachep __read_mostly;
net/netfilter/xt_hashlimit.c
982
static struct xt_match hashlimit_mt_reg[] __read_mostly = {
net/netfilter/xt_helper.c
74
static struct xt_match helper_mt_reg __read_mostly = {
net/netfilter/xt_hl.c
63
static struct xt_match hl_mt_reg[] __read_mostly = {
net/netfilter/xt_ipcomp.c
77
static struct xt_match comp_mt_reg[] __read_mostly = {
net/netfilter/xt_iprange.c
101
static struct xt_match iprange_mt_reg[] __read_mostly = {
net/netfilter/xt_ipvs.c
170
static struct xt_match xt_ipvs_mt_reg __read_mostly = {
net/netfilter/xt_l2tp.c
313
static struct xt_match l2tp_mt_reg[] __read_mostly = {
net/netfilter/xt_length.c
38
static struct xt_match length_mt_reg[] __read_mostly = {
net/netfilter/xt_limit.c
187
static struct xt_match limit_mt_reg __read_mostly = {
net/netfilter/xt_mac.c
41
static struct xt_match mac_mt_reg __read_mostly = {
net/netfilter/xt_mark.c
42
static struct xt_target mark_tg_reg[] __read_mostly = {
net/netfilter/xt_mark.c
73
static struct xt_match mark_mt_reg __read_mostly = {
net/netfilter/xt_multiport.c
169
static struct xt_match multiport_mt_reg[] __read_mostly = {
net/netfilter/xt_nat.c
150
static struct xt_target xt_nat_target_reg[] __read_mostly = {
net/netfilter/xt_nfacct.c
57
static struct xt_match nfacct_mt_reg[] __read_mostly = {
net/netfilter/xt_owner.c
130
static struct xt_match owner_mt_reg __read_mostly = {
net/netfilter/xt_physdev.c
118
static struct xt_match physdev_mt_reg __read_mostly = {
net/netfilter/xt_physdev.c
97
static bool brnf_probed __read_mostly;
net/netfilter/xt_pkttype.c
41
static struct xt_match pkttype_mt_reg __read_mostly = {
net/netfilter/xt_policy.c
157
static struct xt_match policy_mt_reg[] __read_mostly = {
net/netfilter/xt_quota.c
69
static struct xt_match quota_mt_reg __read_mostly = {
net/netfilter/xt_rateest.c
130
static struct xt_match xt_rateest_mt_reg __read_mostly = {
net/netfilter/xt_realm.c
30
static struct xt_match realm_mt_reg __read_mostly = {
net/netfilter/xt_recent.c
109
static u_int32_t hash_rnd __read_mostly;
net/netfilter/xt_recent.c
43
static unsigned int ip_list_tot __read_mostly = 100;
net/netfilter/xt_recent.c
44
static unsigned int ip_list_hash_size __read_mostly;
net/netfilter/xt_recent.c
45
static unsigned int ip_list_perms __read_mostly = 0644;
net/netfilter/xt_recent.c
46
static unsigned int ip_list_uid __read_mostly;
net/netfilter/xt_recent.c
47
static unsigned int ip_list_gid __read_mostly;
net/netfilter/xt_recent.c
60
static unsigned int ip_pkt_list_tot __read_mostly;
net/netfilter/xt_recent.c
694
static struct xt_match recent_mt_reg[] __read_mostly = {
net/netfilter/xt_recent.c
95
static unsigned int recent_net_id __read_mostly;
net/netfilter/xt_sctp.c
168
static struct xt_match sctp_mt_reg[] __read_mostly = {
net/netfilter/xt_set.c
520
static struct xt_match set_matches[] __read_mostly = {
net/netfilter/xt_set.c
616
static struct xt_target set_targets[] __read_mostly = {
net/netfilter/xt_socket.c
229
static struct xt_match socket_mt_reg[] __read_mostly = {
net/netfilter/xt_state.c
54
static struct xt_match state_mt_reg __read_mostly = {
net/netfilter/xt_statistic.c
76
static struct xt_match xt_statistic_mt_reg __read_mostly = {
net/netfilter/xt_string.c
70
static struct xt_match xt_string_mt_reg __read_mostly = {
net/netfilter/xt_tcpmss.c
77
static struct xt_match tcpmss_mt_reg[] __read_mostly = {
net/netfilter/xt_tcpudp.c
258
static struct xt_match tcpudp_mt_reg[] __read_mostly = {
net/netfilter/xt_time.c
262
static struct xt_match xt_time_mt_reg __read_mostly = {
net/netfilter/xt_u32.c
119
static struct xt_match xt_u32_mt_reg __read_mostly = {
net/netlink/af_netlink.c
90
struct netlink_table *nl_table __read_mostly;
net/nsh/nsh.c
129
static struct packet_offload nsh_packet_offload __read_mostly = {
net/openvswitch/datapath.c
52
unsigned int ovs_net_id __read_mostly;
net/openvswitch/flow_table.c
46
struct kmem_cache *flow_stats_cache __read_mostly;
net/openvswitch/vport-internal_dev.c
90
static struct rtnl_link_ops internal_dev_link_ops __read_mostly = {
net/phonet/af_phonet.c
25
static const struct phonet_protocol __rcu *proto_tab[PHONET_NPROTO] __read_mostly;
net/phonet/af_phonet.c
454
static struct packet_type phonet_packet_type __read_mostly = {
net/phonet/pn_dev.c
34
static unsigned int phonet_net_id __read_mostly;
net/rds/connection.c
57
static u32 rds6_hash_secret __read_mostly;
net/rds/connection.c
58
static u32 rds_hash_secret __read_mostly;
net/rxrpc/ar-internal.h
1332
extern unsigned int rxrpc_max_backlog __read_mostly;
net/rxrpc/conn_client.c
33
__read_mostly unsigned int rxrpc_reap_client_connections = 900;
net/rxrpc/conn_client.c
34
__read_mostly unsigned long rxrpc_conn_idle_client_expiry = 2 * 60 * HZ;
net/rxrpc/conn_client.c
35
__read_mostly unsigned long rxrpc_conn_idle_client_fast_expiry = 2 * HZ;
net/rxrpc/conn_object.c
19
unsigned int __read_mostly rxrpc_connection_expiry = 10 * 60;
net/rxrpc/conn_object.c
20
unsigned int __read_mostly rxrpc_closed_conn_expiry = 10;
net/rxrpc/misc.c
17
unsigned int rxrpc_max_backlog __read_mostly = 10;
net/sched/act_bpf.c
392
static struct tc_action_ops act_bpf_ops __read_mostly = {
net/sched/cls_basic.c
318
static struct tcf_proto_ops cls_basic_ops __read_mostly = {
net/sched/cls_bpf.c
682
static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
net/sched/cls_cgroup.c
200
static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
net/sched/cls_flow.c
702
static struct tcf_proto_ops cls_flow_ops __read_mostly = {
net/sched/cls_flower.c
3832
static struct tcf_proto_ops cls_fl_ops __read_mostly = {
net/sched/cls_fw.c
433
static struct tcf_proto_ops cls_fw_ops __read_mostly = {
net/sched/cls_matchall.c
389
static struct tcf_proto_ops cls_mall_ops __read_mostly = {
net/sched/cls_route.c
661
static struct tcf_proto_ops cls_route4_ops __read_mostly = {
net/sched/cls_u32.c
1455
static struct tcf_proto_ops cls_u32_ops __read_mostly = {
net/sched/sch_blackhole.c
28
static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = {
net/sched/sch_cake.c
3223
static struct Qdisc_ops cake_qdisc_ops __read_mostly = {
net/sched/sch_cake.c
3334
static struct Qdisc_ops cake_mq_qdisc_ops __read_mostly = {
net/sched/sch_cbs.c
535
static struct Qdisc_ops cbs_qdisc_ops __read_mostly = {
net/sched/sch_choke.c
487
static struct Qdisc_ops choke_qdisc_ops __read_mostly = {
net/sched/sch_codel.c
255
static struct Qdisc_ops codel_qdisc_ops __read_mostly = {
net/sched/sch_drr.c
476
static struct Qdisc_ops drr_qdisc_ops __read_mostly = {
net/sched/sch_dualpi2.c
1140
static struct Qdisc_ops dualpi2_qdisc_ops __read_mostly = {
net/sched/sch_etf.c
491
static struct Qdisc_ops etf_qdisc_ops __read_mostly = {
net/sched/sch_ets.c
818
static struct Qdisc_ops ets_qdisc_ops __read_mostly = {
net/sched/sch_fifo.c
187
struct Qdisc_ops pfifo_qdisc_ops __read_mostly = {
net/sched/sch_fifo.c
202
struct Qdisc_ops bfifo_qdisc_ops __read_mostly = {
net/sched/sch_fifo.c
217
struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = {
net/sched/sch_fq.c
1322
static struct Qdisc_ops fq_qdisc_ops __read_mostly = {
net/sched/sch_fq.c
245
static struct kmem_cache *fq_flow_cachep __read_mostly;
net/sched/sch_fq_codel.c
720
static struct Qdisc_ops fq_codel_qdisc_ops __read_mostly = {
net/sched/sch_fq_pie.c
563
static struct Qdisc_ops fq_pie_qdisc_ops __read_mostly = {
net/sched/sch_generic.c
651
struct Qdisc_ops noop_qdisc_ops __read_mostly = {
net/sched/sch_generic.c
697
struct Qdisc_ops noqueue_qdisc_ops __read_mostly = {
net/sched/sch_generic.c
917
struct Qdisc_ops pfifo_fast_ops __read_mostly = {
net/sched/sch_gred.c
921
static struct Qdisc_ops gred_qdisc_ops __read_mostly = {
net/sched/sch_hfsc.c
1673
static struct Qdisc_ops hfsc_qdisc_ops __read_mostly = {
net/sched/sch_hhf.c
698
static struct Qdisc_ops hhf_qdisc_ops __read_mostly = {
net/sched/sch_htb.c
2139
static struct Qdisc_ops htb_qdisc_ops __read_mostly = {
net/sched/sch_htb.c
54
static int htb_hysteresis __read_mostly = 0; /* whether to use mode hysteresis for speedup */
net/sched/sch_ingress.c
160
static struct Qdisc_ops ingress_qdisc_ops __read_mostly = {
net/sched/sch_ingress.c
336
static struct Qdisc_ops clsact_qdisc_ops __read_mostly = {
net/sched/sch_mq.c
291
struct Qdisc_ops mq_qdisc_ops __read_mostly = {
net/sched/sch_mqprio.c
763
static struct Qdisc_ops mqprio_qdisc_ops __read_mostly = {
net/sched/sch_multiq.c
383
static struct Qdisc_ops multiq_qdisc_ops __read_mostly = {
net/sched/sch_netem.c
1345
static struct Qdisc_ops netem_qdisc_ops __read_mostly = {
net/sched/sch_pie.c
553
static struct Qdisc_ops pie_qdisc_ops __read_mostly = {
net/sched/sch_plug.c
205
static struct Qdisc_ops plug_qdisc_ops __read_mostly = {
net/sched/sch_prio.c
406
static struct Qdisc_ops prio_qdisc_ops __read_mostly = {
net/sched/sch_qfq.c
1528
static struct Qdisc_ops qfq_qdisc_ops __read_mostly = {
net/sched/sch_red.c
538
static struct Qdisc_ops red_qdisc_ops __read_mostly = {
net/sched/sch_sfb.c
699
static struct Qdisc_ops sfb_qdisc_ops __read_mostly = {
net/sched/sch_sfq.c
953
static struct Qdisc_ops sfq_qdisc_ops __read_mostly = {
net/sched/sch_skbprio.c
280
static struct Qdisc_ops skbprio_qdisc_ops __read_mostly = {
net/sched/sch_taprio.c
2531
static struct Qdisc_ops taprio_qdisc_ops __read_mostly = {
net/sched/sch_tbf.c
603
static struct Qdisc_ops tbf_qdisc_ops __read_mostly = {
net/sctp/protocol.c
54
struct sctp_globals sctp_globals __read_mostly;
net/sctp/protocol.c
64
struct kmem_cache *sctp_chunk_cachep __read_mostly;
net/sctp/protocol.c
65
struct kmem_cache *sctp_bucket_cachep __read_mostly;
net/socket.c
116
unsigned int sysctl_net_busy_read __read_mostly;
net/socket.c
117
unsigned int sysctl_net_busy_poll __read_mostly;
net/socket.c
229
static const struct net_proto_family __rcu *net_families[NPROTO] __read_mostly;
net/socket.c
437
static struct vfsmount *sock_mnt __read_mostly;
net/sunrpc/rpc_pipe.c
46
static struct kmem_cache *rpc_inode_cachep __read_mostly;
net/sunrpc/sched.c
39
static struct kmem_cache *rpc_task_slabp __read_mostly;
net/sunrpc/sched.c
40
static struct kmem_cache *rpc_buffer_slabp __read_mostly;
net/sunrpc/sched.c
41
static mempool_t *rpc_task_mempool __read_mostly;
net/sunrpc/sched.c
42
static mempool_t *rpc_buffer_mempool __read_mostly;
net/sunrpc/sched.c
56
struct workqueue_struct *rpciod_workqueue __read_mostly;
net/sunrpc/sched.c
57
struct workqueue_struct *xprtiod_workqueue __read_mostly;
net/sunrpc/svc_xprt.c
26
static unsigned int svc_rpc_per_connection_limit __read_mostly;
net/sunrpc/xprtsock.c
81
static unsigned int xs_tcp_fin_timeout __read_mostly = XS_TCP_LINGER_TO;
net/tipc/bcast.c
49
unsigned long sysctl_tipc_bc_retruni __read_mostly;
net/tipc/core.c
50
unsigned int tipc_net_id __read_mostly;
net/tipc/core.c
51
int sysctl_tipc_rmem[3] __read_mostly; /* min/default/max */
net/tipc/core.h
90
extern unsigned int tipc_net_id __read_mostly;
net/tipc/core.h
91
extern int sysctl_tipc_rmem[3] __read_mostly;
net/tipc/core.h
92
extern int sysctl_tipc_named_timeout __read_mostly;
net/tipc/crypto.c
89
int sysctl_tipc_max_tfms __read_mostly = TIPC_MAX_TFMS_DEF;
net/tipc/crypto.c
91
int sysctl_tipc_key_exchange_enabled __read_mostly = 1;
net/tipc/crypto.h
69
extern int sysctl_tipc_max_tfms __read_mostly;
net/tipc/crypto.h
70
extern int sysctl_tipc_key_exchange_enabled __read_mostly;
net/tipc/name_distr.c
42
int sysctl_tipc_named_timeout __read_mostly = 2000;
net/tipc/trace.c
43
unsigned long sysctl_tipc_sk_filter[5] __read_mostly = {0, };
net/tipc/trace.h
127
extern unsigned long sysctl_tipc_sk_filter[5] __read_mostly;
net/tls/tls_device.c
50
static struct workqueue_struct *destruct_wq __read_mostly;
net/tls/tls_main.c
1230
static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
net/unix/unix_bpf.c
102
static struct proto *unix_stream_prot_saved __read_mostly;
net/unix/unix_bpf.c
98
static struct proto *unix_dgram_prot_saved __read_mostly;
net/vmw_vsock/af_vsock_tap.c
14
static struct list_head vsock_tap_all __read_mostly =
net/vmw_vsock/vsock_bpf.c
21
static struct proto *vsock_prot_saved __read_mostly;
net/x25/af_x25.c
1762
static struct packet_type x25_packet_type __read_mostly = {
net/xfrm/espintcp.c
578
static struct tcp_ulp_ops espintcp_ulp __read_mostly = {
net/xfrm/xfrm_interface_core.c
1012
static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1019
static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1027
static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
1035
static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
1043
static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
1057
static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1064
static struct xfrm_tunnel xfrmi_ipip6_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
51
static struct rtnl_link_ops xfrmi_link_ops __read_mostly;
net/xfrm/xfrm_interface_core.c
52
static unsigned int xfrmi_net_id __read_mostly;
net/xfrm/xfrm_interface_core.c
935
static struct rtnl_link_ops xfrmi_link_ops __read_mostly = {
net/xfrm/xfrm_interface_core.c
976
static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
984
static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {
net/xfrm/xfrm_interface_core.c
992
static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {
net/xfrm/xfrm_policy.c
174
static struct xfrm_if_cb const __rcu *xfrm_if_cb __read_mostly;
net/xfrm/xfrm_policy.c
178
__read_mostly;
net/xfrm/xfrm_policy.c
507
static unsigned int xfrm_policy_hashmax __read_mostly = 1 * 1024 * 1024;
net/xfrm/xfrm_state.c
49
static unsigned int xfrm_state_hashmax __read_mostly = 1 * 1024 * 1024;
samples/damon/mtier.c
20
static unsigned long node0_start_addr __read_mostly;
samples/damon/mtier.c
23
static unsigned long node0_end_addr __read_mostly;
samples/damon/mtier.c
26
static unsigned long node1_start_addr __read_mostly;
samples/damon/mtier.c
29
static unsigned long node1_end_addr __read_mostly;
samples/damon/mtier.c
32
static unsigned long node0_mem_used_bp __read_mostly = 9970;
samples/damon/mtier.c
35
static unsigned long node0_mem_free_bp __read_mostly = 50;
samples/damon/mtier.c
46
static bool enabled __read_mostly;
samples/damon/mtier.c
50
static bool detect_node_addresses __read_mostly;
samples/damon/prcl.c
19
static int target_pid __read_mostly;
samples/damon/prcl.c
30
static bool enabled __read_mostly;
samples/damon/wsse.c
20
static int target_pid __read_mostly;
samples/damon/wsse.c
31
static bool enabled __read_mostly;
security/selinux/xfrm.c
50
atomic_t selinux_xfrm_refcount __read_mostly = ATOMIC_INIT(0);
sound/soc/sof/sof-client-probes.c
35
static bool __read_mostly sof_probes_enabled;
tools/testing/crypto/chacha20-s390/test-cipher.c
39
static unsigned int data_size __read_mostly = 256;
tools/testing/crypto/chacha20-s390/test-cipher.c
40
static unsigned int debug __read_mostly = 0;
tools/testing/selftests/bpf/progs/test_skeleton.c
51
int read_mostly_var __read_mostly;
virt/kvm/kvm_main.c
116
static __read_mostly struct preempt_ops kvm_preempt_ops;