/kernel/ |
D | watchdog.c | 40 unsigned long __read_mostly watchdog_enabled; 41 int __read_mostly watchdog_user_enabled = 1; 42 int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT; 43 int __read_mostly soft_watchdog_user_enabled = 1; 44 int __read_mostly watchdog_thresh = 10; 45 static int __read_mostly nmi_watchdog_available; 47 static struct cpumask watchdog_allowed_mask __read_mostly; variable 49 struct cpumask watchdog_cpumask __read_mostly; variable 56 unsigned int __read_mostly hardlockup_panic = 86 int __read_mostly sysctl_hardlockup_all_cpu_backtrace; [all …]
|
D | hung_task.c | 30 int __read_mostly sysctl_hung_task_check_count = PID_MAX_LIMIT; 44 unsigned long __read_mostly sysctl_hung_task_timeout_secs = CONFIG_DEFAULT_HUNG_TASK_TIMEOUT; 49 unsigned long __read_mostly sysctl_hung_task_check_interval_secs; 51 int __read_mostly sysctl_hung_task_warnings = 10; 53 static int __read_mostly did_panic; 63 unsigned int __read_mostly sysctl_hung_task_panic =
|
D | cpu.c | 391 enum cpuhp_smt_control cpu_smt_control __read_mostly = CPU_SMT_ENABLED; variable 2300 struct cpumask __cpu_possible_mask __read_mostly variable 2303 struct cpumask __cpu_possible_mask __read_mostly; variable 2307 struct cpumask __cpu_online_mask __read_mostly; variable 2310 struct cpumask __cpu_present_mask __read_mostly; variable 2313 struct cpumask __cpu_active_mask __read_mostly; variable 2316 atomic_t __num_online_cpus __read_mostly; variable
|
D | watchdog_hld.c | 48 static ktime_t watchdog_hrtimer_sample_threshold __read_mostly; variable
|
D | kcmp.c | 37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly;
|
D | delayacct.c | 17 int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ variable
|
D | cfi.c | 59 static struct cfi_shadow __rcu *cfi_shadow __read_mostly; variable
|
/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 640 static struct tracer irqsoff_tracer __read_mostly = variable 690 static struct tracer preemptoff_tracer __read_mostly = variable 725 static struct tracer preemptirqsoff_tracer __read_mostly = variable
|
D | trace_sched_wakeup.c | 23 static int __read_mostly tracer_enabled; 744 static struct tracer wakeup_tracer __read_mostly = variable 764 static struct tracer wakeup_rt_tracer __read_mostly = variable 784 static struct tracer wakeup_dl_tracer __read_mostly = variable
|
D | trace_nop.c | 88 struct tracer nop_trace __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_printk.c | 188 static bool __read_mostly trace_printk_enabled = true;
|
/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
|
/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
|
/kernel/sched/ |
D | clock.c | 87 __read_mostly u64 __sched_clock_offset; 88 static __read_mostly u64 __gtod_offset;
|
D | autogroup.c | 8 unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
|
D | idle.c | 25 static int __read_mostly cpu_idle_force_poll;
|
/kernel/irq/ |
D | spurious.c | 17 static int irqfixup __read_mostly; variable 429 bool noirqdebug __read_mostly; variable
|
/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-internal.h | 19 extern int tick_do_timer_cpu __read_mostly;
|
/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 129 static char current_driver_name[NAME_MAX_LEN] __read_mostly; 130 static struct device_driver *current_driver __read_mostly; variable
|
/kernel/power/ |
D | process.c | 30 unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
|
/kernel/printk/ |
D | printk.c | 71 atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0); variable 94 int __read_mostly suppress_printk; 117 static unsigned int __read_mostly devkmsg_log = DEVKMSG_LOG_MASK_DEFAULT; 1184 static bool __read_mostly ignore_loglevel; 1795 int printk_delay_msec __read_mostly; variable 2617 static int __read_mostly keep_bootcon;
|
D | printk_safe.c | 30 static int printk_safe_irq_ready __read_mostly; variable
|