Searched refs:NMI_WATCHDOG_ENABLED (Results 1 – 4 of 4) sorted by relevance
35 # define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED | NMI_WATCHDOG_ENABLED)194 watchdog_enabled |= NMI_WATCHDOG_ENABLED; in lockup_detector_update_enable()573 if (watchdog_enabled & NMI_WATCHDOG_ENABLED) in watchdog_enable()795 return proc_watchdog_common(NMI_WATCHDOG_ENABLED|SOFT_WATCHDOG_ENABLED, in proc_watchdog()807 return proc_watchdog_common(NMI_WATCHDOG_ENABLED, in proc_nmi_watchdog()
271 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in hardlockup_detector_perf_restart()
335 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_timer_fn()376 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in start_watchdog()
81 #define NMI_WATCHDOG_ENABLED (1 << NMI_WATCHDOG_ENABLED_BIT) macro