Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/drivers/watchdog/
H A Dwatchdog_core.c328 if (test_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status)) { in __watchdog_register_device()