Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c35 # 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()
H A Dwatchdog_hld.c271 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in hardlockup_detector_perf_restart()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dwatchdog.c335 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in watchdog_timer_fn()
376 if (!(watchdog_enabled & NMI_WATCHDOG_ENABLED)) in start_watchdog()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnmi.h81 #define NMI_WATCHDOG_ENABLED (1 << NMI_WATCHDOG_ENABLED_BIT) macro