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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c49 #define WDT_LONG_TIMEOUT (60 * MILLISEC) /* Long timeout = 60s */ macro
76 static uint64_t watchdog_long_timeout = WDT_LONG_TIMEOUT;
141 else if (watchdog_timeout > WDT_LONG_TIMEOUT)
142 watchdog_timeout = WDT_LONG_TIMEOUT;

Completed in 88 milliseconds