Home
last modified time | relevance | path

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

/linux/include/linux/
A Dwatchdog.h116 #define WDOG_NO_WAY_OUT 1 /* Is 'nowayout' feature set ? */ macro
125 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)
146 set_bit(WDOG_NO_WAY_OUT, &wdd->status); in watchdog_set_nowayout()
/linux/drivers/watchdog/
A Dwatchdog_dev.c295 if (test_bit(WDOG_NO_WAY_OUT, &wdd->status)) { in watchdog_stop()
441 return sysfs_emit(buf, "%d\n", !!test_bit(WDOG_NO_WAY_OUT, in nowayout_show()
458 if (test_bit(WDOG_NO_WAY_OUT, &wdd->status) && !value) in nowayout_store()
A Di6300esb.c119 int _wdd_nowayout = test_bit(WDOG_NO_WAY_OUT, &wdd->status); in esb_timer_start()
/linux/Documentation/watchdog/
A Dwatchdog-kernel-api.rst245 * WDOG_NO_WAY_OUT: this bit stores the nowayout setting for the watchdog.
257 To set the WDOG_NO_WAY_OUT status bit (before registering your watchdog

Completed in 11 milliseconds