Home
last modified time | relevance | path

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

12

/kernel/bpf/
Darraymap.c312 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
Dhashtab.c729 static struct bpf_map_type_list htab_type __read_mostly = { variable
795 static struct bpf_map_type_list htab_percpu_type __read_mostly = { variable
Dstackmap.c280 static struct bpf_map_type_list stack_map_type __read_mostly = { variable
/kernel/trace/
Dtrace_irqsoff.c23 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
Dtrace_branch.c24 static int branch_tracing_enabled __read_mostly; variable
171 static struct tracer branch_trace __read_mostly = variable
Dtrace_nop.c87 struct tracer nop_trace __read_mostly = variable
Dtrace_sched_wakeup.c737 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
Dftrace.c77 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
Dtrace_stack.c228 static struct ftrace_ops trace_ops __read_mostly = variable
Dtrace_mmiotrace.c275 static struct tracer mmio_tracer __read_mostly = variable
Dblktrace.c37 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/
Dspurious.c19 static int irqfixup __read_mostly; variable
429 bool noirqdebug __read_mostly; variable
/kernel/events/
Dcallchain.c21 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
Dcore.c376 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/
Dupdate.c452 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
Dtiny_plugin.h58 int rcu_scheduler_active __read_mostly; variable
Dtree.c122 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/
Ddelayacct.c24 int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ variable
Dcpu.c1906 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
Dworkqueue.c338 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
Dcfi.c61 static struct cfi_shadow __rcu *cfi_shadow __read_mostly = NULL; variable
Dpanic.c38 int panic_on_warn __read_mostly; variable
/kernel/time/
Dtick-common.c52 int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; variable
Dtick-sched.c491 bool tick_nohz_enabled __read_mostly = true; variable
492 unsigned long tick_nohz_active __read_mostly; variable
/kernel/locking/
Dqspinlock_paravirt.h175 static unsigned int pv_lock_hash_bits __read_mostly; variable

12