Searched refs:WDOG_NO_WAY_OUT (Results 1 – 4 of 4) sorted by relevance
116 #define WDOG_NO_WAY_OUT 1 /* Is 'nowayout' feature set ? */ macro125 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)146 set_bit(WDOG_NO_WAY_OUT, &wdd->status); in watchdog_set_nowayout()
295 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()
119 int _wdd_nowayout = test_bit(WDOG_NO_WAY_OUT, &wdd->status); in esb_timer_start()
245 * 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