Home
last modified time | relevance | path

Searched refs:NMI_WATCHDOG_ENABLED (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
Dwatchdog.c41 #define NMI_WATCHDOG_ENABLED (1 << NMI_WATCHDOG_ENABLED_BIT) macro
47 static unsigned long __read_mostly watchdog_enabled = SOFT_WATCHDOG_ENABLED|NMI_WATCHDOG_ENABLED;
98 watchdog_enabled &= ~NMI_WATCHDOG_ENABLED; in hardlockup_detector_disable()
108 watchdog_enabled &= ~NMI_WATCHDOG_ENABLED; in hardlockup_panic_setup()
110 watchdog_enabled |= NMI_WATCHDOG_ENABLED; in hardlockup_panic_setup()
507 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog()
525 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_nmi_enable()
615 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_nmi_enable_all()
833 return proc_watchdog_common(NMI_WATCHDOG_ENABLED|SOFT_WATCHDOG_ENABLED, in proc_watchdog()
843 return proc_watchdog_common(NMI_WATCHDOG_ENABLED, in proc_nmi_watchdog()