Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 57) sorted by relevance

123

/kernel/
Dwatchdog.c49 static unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED|NMI_WATCHDOG_ENABLED;
51 static unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED;
53 int __read_mostly nmi_watchdog_enabled;
54 int __read_mostly soft_watchdog_enabled;
55 int __read_mostly watchdog_user_enabled;
56 int __read_mostly watchdog_thresh = 10;
59 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
60 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
65 static struct cpumask watchdog_cpumask __read_mostly; variable
77 static int __read_mostly watchdog_running;
[all …]
Dhung_task.c24 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
38 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
40 int __read_mostly sysctl_hung_task_warnings = 10;
42 static int __read_mostly did_panic;
50 unsigned int __read_mostly sysctl_hung_task_panic =
Dcpu.c788 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly
791 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly;
796 static DECLARE_BITMAP(cpu_online_bits, CONFIG_NR_CPUS) __read_mostly;
800 static DECLARE_BITMAP(cpu_present_bits, CONFIG_NR_CPUS) __read_mostly;
804 static DECLARE_BITMAP(cpu_active_bits, CONFIG_NR_CPUS) __read_mostly;
Dkcmp.c32 static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
Ddelayacct.c24 int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ variable
Dpanic.c37 int panic_on_warn __read_mostly; variable
/kernel/sched/
Dwalt.c35 static __read_mostly unsigned int walt_ravg_hist_size = 5;
36 static __read_mostly unsigned int walt_window_stats_policy =
38 static __read_mostly unsigned int walt_account_wait_time = 1;
39 static __read_mostly unsigned int walt_freq_account_wait_time = 0;
40 static __read_mostly unsigned int walt_io_is_busy = 0;
45 bool __read_mostly walt_disabled = false;
51 __read_mostly unsigned int walt_ravg_window =
Didle.c28 static int __read_mostly cpu_idle_force_poll;
Dauto_group.c10 unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
Dclock.c77 __read_mostly int sched_clock_running;
/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
657 static struct tracer irqsoff_tracer __read_mostly = variable
689 static struct tracer preemptoff_tracer __read_mostly = variable
723 static struct tracer preemptirqsoff_tracer __read_mostly = variable
Dtrace_sched_wakeup.c22 static int __read_mostly tracer_enabled;
739 static struct tracer wakeup_tracer __read_mostly = variable
759 static struct tracer wakeup_rt_tracer __read_mostly = variable
779 static struct tracer wakeup_dl_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
Dftrace.c80 static struct ftrace_ops ftrace_list_end __read_mostly = { variable
87 int ftrace_enabled __read_mostly; variable
91 struct ftrace_ops *function_trace_op __read_mostly = &ftrace_list_end; variable
113 static int ftrace_disabled __read_mostly; variable
117 static struct ftrace_ops *ftrace_control_list __read_mostly = &ftrace_list_end; variable
118 static struct ftrace_ops *ftrace_ops_list __read_mostly = &ftrace_list_end; variable
119 ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; variable
532 static int ftrace_profile_enabled __read_mostly; variable
962 static struct ftrace_ops ftrace_profile_ops __read_mostly = { variable
1123 static struct hlist_head ftrace_func_hash[FTRACE_FUNC_HASHSIZE] __read_mostly;
[all …]
Dtrace_printk.c186 static bool __read_mostly trace_printk_enabled = true;
/kernel/bpf/
Darraymap.c175 static struct bpf_map_type_list array_type __read_mostly = { variable
297 static struct bpf_map_type_list prog_array_type __read_mostly = { variable
363 static struct bpf_map_type_list perf_event_array_type __read_mostly = { variable
/kernel/rcu/
Dupdate.c450 int rcu_cpu_stall_suppress __read_mostly; /* 1 = suppress stall warnings. */ variable
451 static int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
528 static int rcu_task_stall_timeout __read_mostly = HZ * 60 * 10; variable
Dtiny_plugin.h58 int rcu_scheduler_active __read_mostly; variable
/kernel/irq/
Dspurious.c19 static int irqfixup __read_mostly; variable
431 bool noirqdebug __read_mostly; variable
/kernel/time/
Dtimer_stats.c99 int __read_mostly timer_stats_active;
136 static struct entry *tstat_hash_table[TSTAT_HASH_SIZE] __read_mostly;
Dtick-internal.h18 extern int tick_do_timer_cpu __read_mostly;
Dtick-sched.c390 static int tick_nohz_enabled __read_mostly = 1; variable
391 unsigned long tick_nohz_active __read_mostly; variable
/kernel/power/
Dprocess.c27 unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
/kernel/locking/
Dqspinlock_paravirt.h68 static unsigned int pv_lock_hash_bits __read_mostly; variable

123