Searched refs:WATCHDOG_HARDLOCKUP_ENABLED (Results 1 – 4 of 4) sorted by relevance
202 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in hardlockup_detector_perf_adjust_period()245 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in hardlockup_detector_perf_restart()
338 watchdog_enabled |= WATCHDOG_HARDLOCKUP_ENABLED; in lockup_detector_update_enable()910 if (watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED) in watchdog_enable()1114 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED | in proc_watchdog()1127 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED, in proc_nmi_watchdog()
446 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in watchdog_timer_fn()487 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in start_watchdog()
80 #define WATCHDOG_HARDLOCKUP_ENABLED (1 << WATCHDOG_HARDLOCKUP_ENABLED_BIT) macro