/kernel/bpf/ |
D | arraymap.c | 312 static struct bpf_map_type_list array_type __read_mostly = { variable 326 static struct bpf_map_type_list percpu_array_type __read_mostly = { variable 452 static struct bpf_map_type_list prog_array_type __read_mostly = { variable 565 static struct bpf_map_type_list perf_event_array_type __read_mostly = { variable 607 static struct bpf_map_type_list cgroup_array_type __read_mostly = { variable
|
D | hashtab.c | 729 static struct bpf_map_type_list htab_type __read_mostly = { variable 795 static struct bpf_map_type_list htab_percpu_type __read_mostly = { variable
|
D | stackmap.c | 280 static struct bpf_map_type_list stack_map_type __read_mostly = { variable
|
/kernel/trace/ |
D | trace_irqsoff.c | 23 static struct trace_array *irqsoff_trace __read_mostly; variable 24 static int tracer_enabled __read_mostly; variable 35 static int trace_type __read_mostly; variable 656 static struct tracer irqsoff_tracer __read_mostly = variable 688 static struct tracer preemptoff_tracer __read_mostly = variable 722 static struct tracer preemptirqsoff_tracer __read_mostly = variable
|
D | trace_branch.c | 24 static int branch_tracing_enabled __read_mostly; variable 171 static struct tracer branch_trace __read_mostly = variable
|
D | trace_nop.c | 87 struct tracer nop_trace __read_mostly = variable
|
D | trace_sched_wakeup.c | 737 static struct tracer wakeup_tracer __read_mostly = variable 757 static struct tracer wakeup_rt_tracer __read_mostly = variable 777 static struct tracer wakeup_dl_tracer __read_mostly = variable
|
D | ftrace.c | 77 static struct ftrace_ops ftrace_list_end __read_mostly = { variable 84 int ftrace_enabled __read_mostly; variable 88 struct ftrace_ops *function_trace_op __read_mostly = &ftrace_list_end; variable 110 static int ftrace_disabled __read_mostly; variable 114 static struct ftrace_ops *ftrace_ops_list __read_mostly = &ftrace_list_end; variable 115 ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; variable 503 static int ftrace_profile_enabled __read_mostly; variable 943 static struct ftrace_ops ftrace_profile_ops __read_mostly = { variable 3709 static struct ftrace_ops trace_probe_ops __read_mostly = variable
|
D | trace_stack.c | 228 static struct ftrace_ops trace_ops __read_mostly = variable
|
D | trace_mmiotrace.c | 275 static struct tracer mmio_tracer __read_mostly = variable
|
D | blktrace.c | 37 static unsigned int blktrace_seq __read_mostly = 1; variable 40 static bool blk_tracer_enabled __read_mostly; variable 1439 static struct tracer blk_tracer __read_mostly = { variable
|
/kernel/irq/ |
D | spurious.c | 19 static int irqfixup __read_mostly; variable 429 bool noirqdebug __read_mostly; variable
|
/kernel/events/ |
D | callchain.c | 21 int sysctl_perf_event_max_stack __read_mostly = PERF_MAX_STACK_DEPTH; variable 22 int sysctl_perf_event_max_contexts_per_stack __read_mostly = PERF_MAX_CONTEXTS_PER_STACK; variable
|
D | core.c | 376 static atomic_t nr_mmap_events __read_mostly; variable 377 static atomic_t nr_comm_events __read_mostly; variable 378 static atomic_t nr_task_events __read_mostly; variable 379 static atomic_t nr_freq_events __read_mostly; variable 380 static atomic_t nr_switch_events __read_mostly; variable 395 int sysctl_perf_event_paranoid __read_mostly = 3; variable 397 int sysctl_perf_event_paranoid __read_mostly = 2; variable 401 int sysctl_perf_event_mlock __read_mostly = 512 + (PAGE_SIZE / 1024); /* 'free' kiB per user */ variable 410 int sysctl_perf_event_sample_rate __read_mostly = DEFAULT_MAX_SAMPLE_RATE; variable 412 static int max_samples_per_tick __read_mostly = DIV_ROUND_UP(DEFAULT_MAX_SAMPLE_RATE, HZ); variable [all …]
|
/kernel/rcu/ |
D | update.c | 452 int rcu_cpu_stall_suppress __read_mostly; /* 1 = suppress stall warnings. */ variable 453 static int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable 530 static int rcu_task_stall_timeout __read_mostly = HZ * 60 * 10; variable
|
D | tiny_plugin.h | 58 int rcu_scheduler_active __read_mostly; variable
|
D | tree.c | 122 int rcu_num_lvls __read_mostly = RCU_NUM_LVLS; variable 125 int rcu_num_nodes __read_mostly = NUM_RCU_NODES; /* Total # rcu_nodes in use. */ variable 127 int sysctl_panic_on_rcu_stall __read_mostly; variable 141 int rcu_scheduler_active __read_mostly; variable 156 static int rcu_scheduler_fully_active __read_mostly; variable
|
/kernel/ |
D | delayacct.c | 24 int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ variable
|
D | cpu.c | 1906 struct cpumask __cpu_possible_mask __read_mostly variable 1909 struct cpumask __cpu_possible_mask __read_mostly; variable 1913 struct cpumask __cpu_online_mask __read_mostly; variable 1916 struct cpumask __cpu_present_mask __read_mostly; variable 1919 struct cpumask __cpu_active_mask __read_mostly; variable
|
D | workqueue.c | 338 struct workqueue_struct *system_wq __read_mostly; variable 340 struct workqueue_struct *system_highpri_wq __read_mostly; variable 342 struct workqueue_struct *system_long_wq __read_mostly; variable 344 struct workqueue_struct *system_unbound_wq __read_mostly; variable 346 struct workqueue_struct *system_freezable_wq __read_mostly; variable 348 struct workqueue_struct *system_power_efficient_wq __read_mostly; variable 350 struct workqueue_struct *system_freezable_power_efficient_wq __read_mostly; variable
|
D | cfi.c | 61 static struct cfi_shadow __rcu *cfi_shadow __read_mostly = NULL; variable
|
D | panic.c | 38 int panic_on_warn __read_mostly; variable
|
/kernel/time/ |
D | tick-common.c | 52 int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; variable
|
D | tick-sched.c | 491 bool tick_nohz_enabled __read_mostly = true; variable 492 unsigned long tick_nohz_active __read_mostly; variable
|
/kernel/locking/ |
D | qspinlock_paravirt.h | 175 static unsigned int pv_lock_hash_bits __read_mostly; variable
|