Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/watchdog/
Dwatchdog_core.c327 if (test_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status)) { in __watchdog_register_device()