Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ !
Dwatchdog.h120 #define WDOG_NO_PING_ON_SUSPEND 5 /* Ping worker should be stopped on suspend */ macro
164 set_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status); in watchdog_stop_ping_on_suspend()
/linux-6.6.21/drivers/watchdog/ !
Dwatchdog_core.c327 if (test_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status)) { in __watchdog_register_device()