Lines Matching refs:__read_mostly
45 unsigned long __read_mostly watchdog_enabled;
46 int __read_mostly watchdog_user_enabled = 1;
47 static int __read_mostly watchdog_hardlockup_user_enabled = WATCHDOG_HARDLOCKUP_DEFAULT;
48 static int __read_mostly watchdog_softlockup_user_enabled = 1;
49 int __read_mostly watchdog_thresh = 10;
50 static int __read_mostly watchdog_thresh_next;
51 static int __read_mostly watchdog_hardlockup_available;
53 struct cpumask watchdog_cpumask __read_mostly; variable
59 int __read_mostly sysctl_hardlockup_all_cpu_backtrace;
65 unsigned int __read_mostly hardlockup_panic =
330 int __read_mostly sysctl_softlockup_all_cpu_backtrace;
333 static struct cpumask watchdog_allowed_mask __read_mostly; variable
336 unsigned int __read_mostly softlockup_panic =
339 static bool softlockup_initialized __read_mostly; variable
340 static u64 __read_mostly sample_period;