Home
last modified time | relevance | path

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

123

/kernel/
Dwatchdog.c42 unsigned long __read_mostly watchdog_enabled;
43 int __read_mostly watchdog_user_enabled = 1;
44 int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT;
45 int __read_mostly soft_watchdog_user_enabled = 1;
46 int __read_mostly watchdog_thresh = 10;
47 static int __read_mostly nmi_watchdog_available;
49 struct cpumask watchdog_cpumask __read_mostly; variable
55 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
61 unsigned int __read_mostly hardlockup_panic =
166 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
[all …]
Dhung_task.c33 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT;
47 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT;
52 unsigned long __read_mostly sysctl_hung_task_check_interval_secs;
54 int __read_mostly sysctl_hung_task_warnings = 10;
56 static int __read_mostly did_panic;
68 unsigned int __read_mostly sysctl_hung_task_all_cpu_backtrace;
75 unsigned int __read_mostly sysctl_hung_task_panic =
Dpanic.c46 static unsigned int __read_mostly sysctl_oops_all_cpu_backtrace;
58 int panic_on_warn __read_mostly; variable
61 static unsigned int warn_limit __read_mostly; variable
Ddelayacct.c20 int delayacct_on __read_mostly; /* Delay accounting turned on/off */ variable
218 int delayacct_enabled __read_mostly; /* Delay accounting turned on/off */ variable
Dcpu.c416 enum cpuhp_smt_control cpu_smt_control __read_mostly = CPU_SMT_ENABLED; variable
2662 struct cpumask __cpu_possible_mask __read_mostly variable
2665 struct cpumask __cpu_possible_mask __read_mostly; variable
2669 struct cpumask __cpu_online_mask __read_mostly; variable
2672 struct cpumask __cpu_present_mask __read_mostly; variable
2675 struct cpumask __cpu_active_mask __read_mostly; variable
2678 struct cpumask __cpu_dying_mask __read_mostly; variable
2681 atomic_t __num_online_cpus __read_mostly; variable
Dwatchdog_hld.c48 static ktime_t watchdog_hrtimer_sample_threshold __read_mostly; variable
Dkcmp.c37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
/kernel/rcu/
Dupdate.c238 static bool rcu_boot_ended __read_mostly; variable
239 static bool rcu_boot_end_called __read_mostly; variable
605 int rcu_cpu_stall_ftrace_dump __read_mostly; variable
607 int rcu_cpu_stall_suppress __read_mostly; // !0 = suppress stall warnings. variable
610 int rcu_cpu_stall_timeout __read_mostly = CONFIG_RCU_CPU_STALL_TIMEOUT; variable
616 int rcu_cpu_stall_suppress_at_boot __read_mostly; // !0 = suppress boot stalls. variable
Dsrcutiny.c23 int rcu_scheduler_active __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_sched_wakeup.c23 static int __read_mostly tracer_enabled;
741 static struct tracer wakeup_tracer __read_mostly = variable
761 static struct tracer wakeup_rt_tracer __read_mostly = variable
781 static struct tracer wakeup_dl_tracer __read_mostly = variable
Dtrace_nop.c88 struct tracer nop_trace __read_mostly = variable
Dtrace_branch.c25 static int branch_tracing_enabled __read_mostly; variable
173 static struct tracer branch_trace __read_mostly = variable
Dtrace_printk.c188 static bool __read_mostly trace_printk_enabled = true;
/kernel/events/
Dcallchain.c22 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
/kernel/sched/
Dclock.c87 __read_mostly u64 __sched_clock_offset;
88 static __read_mostly u64 __gtod_offset;
Dautogroup.c8 unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
Dpelt.c480 __read_mostly unsigned int sched_pelt_lshift;
/kernel/irq/
Dspurious.c17 static int irqfixup __read_mostly; variable
434 bool noirqdebug __read_mostly; variable
/kernel/time/
Dtick-common.c51 int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; variable
58 static int tick_do_timer_boot_cpu __read_mostly = -1; variable
Dtick-internal.h18 extern int tick_do_timer_cpu __read_mostly;
/kernel/dma/
Ddebug.c99 static bool global_disable __read_mostly; variable
102 static bool dma_debug_initialized __read_mostly; variable
113 static u32 show_all_errors __read_mostly; variable
128 static char current_driver_name[NAME_MAX_LEN] __read_mostly;
129 static struct device_driver *current_driver __read_mostly; variable
/kernel/power/
Dprocess.c31 unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
/kernel/printk/
Dprintk.c74 atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0); variable
97 int __read_mostly suppress_printk;
120 static unsigned int __read_mostly devkmsg_log = DEVKMSG_LOG_MASK_DEFAULT;
436 static bool __printk_percpu_data_ready __read_mostly; variable
1194 static bool __read_mostly ignore_loglevel;
2038 int printk_delay_msec __read_mostly; variable
2894 static int __read_mostly keep_bootcon;
/kernel/locking/
Dqspinlock_paravirt.h180 static unsigned int pv_lock_hash_bits __read_mostly; variable

123