Searched defs:watchdog_long_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c76 static uint64_t watchdog_long_timeout = WDT_LONG_TIMEOUT; variable
147 if (watchdog_long_timeout > watchdog_max_timeout)
148 watchdog_long_timeout = watchdog_max_timeout;
170 watchdog_long_timeout -=
171 watchdog_long_timeout % watchdog_resolution;
203 config_watchdog(watchdog_long_timeout, WDT_ON);
228 config_watchdog(watchdog_long_timeout, WDT_ON);

Completed in 58 milliseconds