Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dwatchdog.c252 watchdog_enabled |= WATCHDOG_HARDLOCKUP_ENABLED; in lockup_detector_update_enable()
555 if (watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED) in watchdog_enable()
771 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED | in proc_watchdog()
784 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED, in proc_nmi_watchdog()
Dwatchdog_perf.c226 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in hardlockup_detector_perf_restart()
/Linux-v6.6/arch/powerpc/kernel/
Dwatchdog.c441 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in watchdog_timer_fn()
482 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in start_watchdog()
/Linux-v6.6/include/linux/
Dnmi.h82 #define WATCHDOG_HARDLOCKUP_ENABLED (1 << WATCHDOG_HARDLOCKUP_ENABLED_BIT) macro