Lines Matching refs:__read_mostly
38 unsigned long __read_mostly watchdog_enabled;
39 int __read_mostly watchdog_user_enabled = 1;
40 static int __read_mostly watchdog_hardlockup_user_enabled = WATCHDOG_HARDLOCKUP_DEFAULT;
41 static int __read_mostly watchdog_softlockup_user_enabled = 1;
42 int __read_mostly watchdog_thresh = 10;
43 static int __read_mostly watchdog_hardlockup_available;
45 struct cpumask watchdog_cpumask __read_mostly; variable
51 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
57 unsigned int __read_mostly hardlockup_panic =
266 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
269 static struct cpumask watchdog_allowed_mask __read_mostly; variable
272 unsigned int __read_mostly softlockup_panic =
275 static bool softlockup_initialized __read_mostly; variable
276 static u64 __read_mostly sample_period;