Lines Matching refs:__read_mostly
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 struct cpumask watchdog_cpumask __read_mostly; variable
53 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
59 unsigned int __read_mostly hardlockup_panic =
164 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
167 static struct cpumask watchdog_allowed_mask __read_mostly; variable
170 unsigned int __read_mostly softlockup_panic =
173 static bool softlockup_initialized __read_mostly; variable
174 static u64 __read_mostly sample_period;