Searched refs:NMI_WATCHDOG_ENABLED (Results 1 – 4 of 4) sorted by relevance
33 # define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED | NMI_WATCHDOG_ENABLED)157 watchdog_enabled |= NMI_WATCHDOG_ENABLED; in lockup_detector_update_enable()501 if (watchdog_enabled & NMI_WATCHDOG_ENABLED) in watchdog_enable()710 return proc_watchdog_common(NMI_WATCHDOG_ENABLED|SOFT_WATCHDOG_ENABLED, in proc_watchdog()722 return proc_watchdog_common(NMI_WATCHDOG_ENABLED, in proc_nmi_watchdog()
271 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in hardlockup_detector_perf_restart()
300 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_timer_fn()337 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in start_watchdog()
81 #define NMI_WATCHDOG_ENABLED (1 << NMI_WATCHDOG_ENABLED_BIT) macro