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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c4248 long timeout_in_microsecs; local
4268 timeout_in_microsecs = ((int64_t)ecc_softerr_interval * 60 * MICROSEC) /
4271 if (timeout_in_microsecs < SOFTERR_MIN_TIMEOUT)
4272 timeout_in_microsecs = SOFTERR_MIN_TIMEOUT;
4275 (void *)NULL, drv_usectohz((clock_t)timeout_in_microsecs));

Completed in 52 milliseconds