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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c53 static uint_t watchdog_timeout; variable
190 watchdog_timeout = timeoutval;
213 return (watchdog_timeout);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c74 static uint64_t watchdog_timeout = WDT_REGULAR_TIMEOUT; variable
139 if (watchdog_timeout < WDT_MIN_TIMEOUT)
140 watchdog_timeout = WDT_MIN_TIMEOUT;
141 else if (watchdog_timeout > WDT_LONG_TIMEOUT)
142 watchdog_timeout = WDT_LONG_TIMEOUT;
144 if (watchdog_timeout > watchdog_max_timeout)
145 watchdog_timeout = watchdog_max_timeout;
172 watchdog_timeout -=
173 watchdog_timeout % watchdog_resolution;
178 * frequency to approximately 44% of watchdog_timeout
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h205 uint_t watchdog_timeout; member in struct:__anon7050

Completed in 55 milliseconds