WDOG_STOP_ON_REBOOT
set_bit(WDOG_STOP_ON_REBOOT, &wdd->status);
clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status);
if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) {
if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status))
set_bit(WDOG_STOP_ON_REBOOT, &wdd->status);