Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwatchdog.h119 #define WDOG_STOP_ON_UNREGISTER 4 /* Should be stopped on unregister */ macro
158 set_bit(WDOG_STOP_ON_UNREGISTER, &wdd->status); in watchdog_stop_on_unregister()
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_dev.c1131 test_bit(WDOG_STOP_ON_UNREGISTER, &wdd->status)) { in watchdog_cdev_unregister()