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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h116 extern clock_t timespectohz(timespec_t *, timespec_t);
/illumos-gate/usr/src/uts/common/os/
H A Dclock_realtime.c137 ticks = timespectohz(val, now);
212 ticks = timespectohz(&it->it_itime.it_value, now);
220 * The "ticks" we've been returned from timespectohz(), then,
H A Dtimers.c603 * see comment in timespectohz().
887 return (timespectohz(&ts, now));
895 timespectohz(timespec_t *tv, timespec_t now) function

Completed in 107 milliseconds