Searched refs:watchdog_dontfire (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_watchdog.c67 static int watchdog_dontfire = 1; variable
123 watchdog_dontfire = 1;
128 watchdog_dontfire = 0;
200 if (watchdog_timer == 0 && watchdog_dontfire == 0) {
202 watchdog_dontfire = 1;
/freebsd-10.1-release/sys/i386/i386/
H A Dmp_watchdog.c67 static int watchdog_dontfire = 1; variable
123 watchdog_dontfire = 1;
128 watchdog_dontfire = 0;
200 if (watchdog_timer == 0 && watchdog_dontfire == 0) {
202 watchdog_dontfire = 1;

Completed in 97 milliseconds