Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dwatchdog.c288 watchdog_enabled |= WATCHDOG_HARDLOCKUP_ENABLED; in lockup_detector_update_enable()
805 if (watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED) in watchdog_enable()
999 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED | in proc_watchdog()
1012 return proc_watchdog_common(WATCHDOG_HARDLOCKUP_ENABLED, in proc_nmi_watchdog()
H A Dwatchdog_perf.c219 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in hardlockup_detector_perf_restart()
/linux-6.15/arch/powerpc/kernel/
H A Dwatchdog.c441 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in watchdog_timer_fn()
482 if (!(watchdog_enabled & WATCHDOG_HARDLOCKUP_ENABLED)) in start_watchdog()
/linux-6.15/include/linux/
H A Dnmi.h80 #define WATCHDOG_HARDLOCKUP_ENABLED (1 << WATCHDOG_HARDLOCKUP_ENABLED_BIT) macro