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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c428 #define MAXCLOCK_T LONG_MAX macro
434 * If converting ticks to usecs would overflow, return MAXCLOCK_T.
443 if (ticks > MAXCLOCK_T / usec_per_tick)
444 return (MAXCLOCK_T);

Completed in 57 milliseconds