Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 46) sorted by relevance

12

/kernel/rcu/
Dupdate.c239 static bool rcu_boot_ended __read_mostly; variable
240 static bool rcu_boot_end_called __read_mostly; variable
612 int rcu_cpu_stall_notifiers __read_mostly; // !0 = provide stall notifiers (rarely useful) variable
616 int rcu_cpu_stall_ftrace_dump __read_mostly; variable
621 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable
624 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
626 int rcu_exp_cpu_stall_timeout __read_mostly = CONFIG_RCU_EXP_CPU_STALL_TIMEOUT; variable
628 int rcu_cpu_stall_cputime __read_mostly = IS_ENABLED(CONFIG_RCU_CPU_STALL_CPUTIME); variable
630 bool rcu_exp_stall_task_details __read_mostly; variable
636 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
Dtasks.h166 static int rcu_task_ipi_delay __read_mostly = RCU_TASK_IPI_DELAY; variable
172 static int rcu_task_stall_timeout __read_mostly = RCU_TASK_STALL_TIMEOUT; variable
175 static int rcu_task_stall_info __read_mostly = RCU_TASK_STALL_INFO; variable
177 static int rcu_task_stall_info_mult __read_mostly = 3; variable
180 static int rcu_task_enqueue_lim __read_mostly = -1; variable
184 static int rcu_task_contend_lim __read_mostly = 100; variable
186 static int rcu_task_collapse_lim __read_mostly = 10; variable
188 static int rcu_task_lazy_lim __read_mostly = 32; variable
Dsrcutiny.c23 int rcu_scheduler_active __read_mostly; variable
Dtree_stall.h20 int sysctl_panic_on_rcu_stall __read_mostly; variable
21 int sysctl_max_rcu_stall_to_panic __read_mostly; variable
/kernel/trace/
Dtrace_irqsoff.c24 static struct trace_array *irqsoff_trace __read_mostly; variable
25 static int tracer_enabled __read_mostly; variable
36 static int trace_type __read_mostly; variable
635 static struct tracer irqsoff_tracer __read_mostly = variable
681 static struct tracer preemptoff_tracer __read_mostly = variable
716 static struct tracer preemptirqsoff_tracer __read_mostly = variable
Dtrace_nop.c88 struct tracer nop_trace __read_mostly = variable
Dtrace_sched_wakeup.c742 static struct tracer wakeup_tracer __read_mostly = variable
762 static struct tracer wakeup_rt_tracer __read_mostly = variable
782 static struct tracer wakeup_dl_tracer __read_mostly = variable
Dtrace_branch.c25 static int branch_tracing_enabled __read_mostly; variable
173 static struct tracer branch_trace __read_mostly = variable
Dtrace_stack.c318 static struct ftrace_ops trace_ops __read_mostly = variable
Dtrace_mmiotrace.c274 static struct tracer mmio_tracer __read_mostly = variable
/kernel/irq/
Dspurious.c17 static int irqfixup __read_mostly; variable
434 bool noirqdebug __read_mostly; variable
/kernel/events/
Dcallchain.c23 int sysctl_perf_event_max_stack __read_mostly = PERF_MAX_STACK_DEPTH; variable
24 int sysctl_perf_event_max_contexts_per_stack __read_mostly = PERF_MAX_CONTEXTS_PER_STACK; variable
Dcore.c437 static atomic_t nr_mmap_events __read_mostly; variable
438 static atomic_t nr_comm_events __read_mostly; variable
439 static atomic_t nr_namespaces_events __read_mostly; variable
440 static atomic_t nr_task_events __read_mostly; variable
441 static atomic_t nr_freq_events __read_mostly; variable
442 static atomic_t nr_switch_events __read_mostly; variable
443 static atomic_t nr_ksymbol_events __read_mostly; variable
444 static atomic_t nr_bpf_events __read_mostly; variable
445 static atomic_t nr_cgroup_events __read_mostly; variable
446 static atomic_t nr_text_poke_events __read_mostly; variable
[all …]
/kernel/time/
Dtick-common.c52 int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; variable
59 static int tick_do_timer_boot_cpu __read_mostly = -1; variable
Dtimer_migration.c418 static struct list_head *tmigr_level_list __read_mostly; variable
420 static unsigned int tmigr_hierarchy_levels __read_mostly; variable
421 static unsigned int tmigr_crossnode_level __read_mostly; variable
/kernel/
Dcpu.c605 enum cpuhp_smt_control cpu_smt_control __read_mostly = CPU_SMT_ENABLED; variable
607 unsigned int cpu_smt_num_threads __read_mostly = UINT_MAX; variable
3101 struct cpumask __cpu_online_mask __read_mostly; variable
3104 struct cpumask __cpu_enabled_mask __read_mostly; variable
3107 struct cpumask __cpu_present_mask __read_mostly; variable
3110 struct cpumask __cpu_active_mask __read_mostly; variable
3113 struct cpumask __cpu_dying_mask __read_mostly; variable
3116 atomic_t __num_online_cpus __read_mostly; variable
Dpanic.c62 int panic_on_warn __read_mostly; variable
65 static unsigned int warn_limit __read_mostly; variable
Dwatchdog.c55 struct cpumask watchdog_cpumask __read_mostly; variable
308 static struct cpumask watchdog_allowed_mask __read_mostly; variable
314 static bool softlockup_initialized __read_mostly; variable
Dwatchdog_perf.c30 static ktime_t watchdog_hrtimer_sample_threshold __read_mostly; variable
Dprofile.c47 int prof_on __read_mostly; variable
Ddelayacct.c18 int delayacct_on __read_mostly; /* Delay accounting turned on/off */ variable
/kernel/dma/
Ddebug.c100 static bool global_disable __read_mostly; variable
103 static bool dma_debug_initialized __read_mostly; variable
114 static u32 show_all_errors __read_mostly; variable
130 static struct device_driver *current_driver __read_mostly; variable
/kernel/cgroup/
Dcpuset-v1.c120 int cpuset_memory_pressure_enabled __read_mostly; variable
/kernel/bpf/
Dcore.c581 int bpf_jit_enable __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON); variable
582 int bpf_jit_kallsyms __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_DEFAULT_ON); variable
583 int bpf_jit_harden __read_mostly; variable
584 long bpf_jit_limit __read_mostly; variable
585 long bpf_jit_limit_max __read_mostly; variable
/kernel/locking/
Dqspinlock_paravirt.h176 static unsigned int pv_lock_hash_bits __read_mostly; variable

12