WDOG_NO_WAY_OUT   425 drivers/hwmon/sch56xx-common.c 		set_bit(WDOG_NO_WAY_OUT, &data->wddev.status);
WDOG_NO_WAY_OUT   119 drivers/watchdog/i6300esb.c 	int _wdd_nowayout = test_bit(WDOG_NO_WAY_OUT, &wdd->status);
WDOG_NO_WAY_OUT   311 drivers/watchdog/watchdog_dev.c 	if (test_bit(WDOG_NO_WAY_OUT, &wdd->status)) {
WDOG_NO_WAY_OUT   453 drivers/watchdog/watchdog_dev.c 	return sprintf(buf, "%d\n", !!test_bit(WDOG_NO_WAY_OUT, &wdd->status));
WDOG_NO_WAY_OUT   123 include/linux/watchdog.h #define WATCHDOG_NOWAYOUT_INIT_STATUS	(WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)
WDOG_NO_WAY_OUT   144 include/linux/watchdog.h 		set_bit(WDOG_NO_WAY_OUT, &wdd->status);