/kernel/trace/ |
D | trace_irqsoff.c | 24 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 641 static struct tracer irqsoff_tracer __read_mostly = variable 691 static struct tracer preemptoff_tracer __read_mostly = variable 726 static struct tracer preemptirqsoff_tracer __read_mostly = variable
|
D | trace_nop.c | 88 struct tracer nop_trace __read_mostly = variable
|
D | trace_sched_wakeup.c | 746 static struct tracer wakeup_tracer __read_mostly = variable 766 static struct tracer wakeup_rt_tracer __read_mostly = variable 786 static struct tracer wakeup_dl_tracer __read_mostly = variable
|
D | trace_branch.c | 25 static int branch_tracing_enabled __read_mostly; variable 173 static struct tracer branch_trace __read_mostly = variable
|
D | trace_stack.c | 318 static struct ftrace_ops trace_ops __read_mostly = variable
|
/kernel/rcu/ |
D | update.c | 465 int rcu_cpu_stall_ftrace_dump __read_mostly; variable 467 int rcu_cpu_stall_suppress __read_mostly; /* 1 = suppress stall warnings. */ variable 470 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable 499 static int rcu_task_stall_timeout __read_mostly = RCU_TASK_STALL_TIMEOUT; variable
|
D | srcutiny.c | 23 int rcu_scheduler_active __read_mostly; variable
|
D | tree.c | 111 int rcu_num_lvls __read_mostly = RCU_NUM_LVLS; variable 114 int rcu_num_nodes __read_mostly = NUM_RCU_NODES; /* Total # rcu_nodes in use. */ variable 128 int rcu_scheduler_active __read_mostly; variable 143 static int rcu_scheduler_fully_active __read_mostly; variable
|
/kernel/irq/ |
D | spurious.c | 17 static int irqfixup __read_mostly; variable 429 bool noirqdebug __read_mostly; variable
|
/kernel/events/ |
D | callchain.c | 22 int sysctl_perf_event_max_stack __read_mostly = PERF_MAX_STACK_DEPTH; variable 23 int sysctl_perf_event_max_contexts_per_stack __read_mostly = PERF_MAX_CONTEXTS_PER_STACK; variable
|
D | core.c | 387 static atomic_t nr_mmap_events __read_mostly; variable 388 static atomic_t nr_comm_events __read_mostly; variable 389 static atomic_t nr_namespaces_events __read_mostly; variable 390 static atomic_t nr_task_events __read_mostly; variable 391 static atomic_t nr_freq_events __read_mostly; variable 392 static atomic_t nr_switch_events __read_mostly; variable 393 static atomic_t nr_ksymbol_events __read_mostly; variable 394 static atomic_t nr_bpf_events __read_mostly; variable 408 int sysctl_perf_event_paranoid __read_mostly = 2; variable 411 int sysctl_perf_event_mlock __read_mostly = 512 + (PAGE_SIZE / 1024); /* 'free' kiB per user */ variable [all …]
|
/kernel/time/ |
D | tick-common.c | 48 int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; variable 55 static int tick_do_timer_boot_cpu __read_mostly = -1; variable
|
D | tick-sched.c | 512 bool tick_nohz_enabled __read_mostly = true; variable 513 unsigned long tick_nohz_active __read_mostly; variable
|
/kernel/ |
D | watchdog.c | 47 static struct cpumask watchdog_allowed_mask __read_mostly; variable 49 struct cpumask watchdog_cpumask __read_mostly; variable 170 static bool softlockup_initialized __read_mostly; variable
|
D | cpu.c | 394 enum cpuhp_smt_control cpu_smt_control __read_mostly = CPU_SMT_ENABLED; variable 2391 struct cpumask __cpu_possible_mask __read_mostly variable 2394 struct cpumask __cpu_possible_mask __read_mostly; variable 2398 struct cpumask __cpu_online_mask __read_mostly; variable 2401 struct cpumask __cpu_present_mask __read_mostly; variable 2404 struct cpumask __cpu_active_mask __read_mostly; variable 2407 atomic_t __num_online_cpus __read_mostly; variable
|
D | panic.c | 47 int panic_on_warn __read_mostly; variable 48 static unsigned int warn_limit __read_mostly; variable
|
D | delayacct.c | 17 int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ variable
|
D | watchdog_hld.c | 48 static ktime_t watchdog_hrtimer_sample_threshold __read_mostly; variable
|
D | workqueue.c | 346 struct workqueue_struct *system_wq __read_mostly; variable 348 struct workqueue_struct *system_highpri_wq __read_mostly; variable 350 struct workqueue_struct *system_long_wq __read_mostly; variable 352 struct workqueue_struct *system_unbound_wq __read_mostly; variable 354 struct workqueue_struct *system_freezable_wq __read_mostly; variable 356 struct workqueue_struct *system_power_efficient_wq __read_mostly; variable 358 struct workqueue_struct *system_freezable_power_efficient_wq __read_mostly; variable
|
D | cfi.c | 60 static struct cfi_shadow __rcu *cfi_shadow __read_mostly; variable
|
/kernel/bpf/ |
D | core.c | 525 int bpf_jit_enable __read_mostly = IS_BUILTIN(CONFIG_BPF_JIT_ALWAYS_ON); variable 526 int bpf_jit_harden __read_mostly; variable 527 int bpf_jit_kallsyms __read_mostly; variable 528 long bpf_jit_limit __read_mostly; variable 529 long bpf_jit_limit_max __read_mostly; variable
|
/kernel/dma/ |
D | debug.c | 100 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/sched/ |
D | psi.c | 145 static int psi_bug __read_mostly; variable 172 static u64 psi_period __read_mostly; variable
|
/kernel/locking/ |
D | qspinlock_paravirt.h | 180 static unsigned int pv_lock_hash_bits __read_mostly; variable
|
/kernel/cgroup/ |
D | cgroup.c | 91 bool cgroup_debug __read_mostly; variable 200 static u16 have_fork_callback __read_mostly; variable 201 static u16 have_exit_callback __read_mostly; variable 202 static u16 have_release_callback __read_mostly; variable 203 static u16 have_canfork_callback __read_mostly; variable 1937 static bool use_task_css_set_links __read_mostly; variable 6526 static bool cgroup_sk_alloc_disabled __read_mostly; variable
|