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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c4150 * SOFTERR_MIN_TIMEOUT is defined in microseconds
4154 #define SOFTERR_MIN_TIMEOUT (60 * MICROSEC) /* This is 1 minute */ macro
4271 if (timeout_in_microsecs < SOFTERR_MIN_TIMEOUT)
4272 timeout_in_microsecs = SOFTERR_MIN_TIMEOUT;

Completed in 52 milliseconds