Lines Matching refs:__read_mostly
42 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 =
162 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
165 static struct cpumask watchdog_allowed_mask __read_mostly; variable
168 unsigned int __read_mostly softlockup_panic =
171 static bool softlockup_initialized __read_mostly; variable
172 static u64 __read_mostly sample_period;