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()
296 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()
348 if (!watchdog_enabled) in watchdog_timer_fn()
465 if (watchdog_enabled & NMI_WATCHDOG_ENABLED) in watchdog_enable()
541 if (watchdog_enabled && watchdog_thresh) in lockup_detector_reconfigure()
569 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()
619 watchdog_enabled = 0; in lockup_detector_soft_poweroff()
656 *param = (watchdog_enabled & which) != 0; in proc_watchdog_common()