Lines Matching refs:watchdog_enabled
40 unsigned long __read_mostly watchdog_enabled; variable
146 watchdog_enabled = 0; in lockup_detector_update_enable()
150 watchdog_enabled |= NMI_WATCHDOG_ENABLED; in lockup_detector_update_enable()
152 watchdog_enabled |= SOFT_WATCHDOG_ENABLED; in lockup_detector_update_enable()
309 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()
361 if (!watchdog_enabled) in watchdog_timer_fn()
472 if (watchdog_enabled & NMI_WATCHDOG_ENABLED) in watchdog_enable()
548 if (watchdog_enabled && watchdog_thresh) in __lockup_detector_reconfigure()
579 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()
633 watchdog_enabled = 0; in lockup_detector_soft_poweroff()
670 *param = (watchdog_enabled & which) != 0; in proc_watchdog_common()