Home
last modified time | relevance | path

Searched refs:hzto (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h124 extern clock_t hzto(struct timeval *);
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c401 p, hzto(&aitv.it_value)); in xsetitimer()
598 if ((ticks = hzto(valp)) > 1) { in realitexpire()
618 p->p_itimerid = realtime_timeout(realitexpire, p, hzto(valp)); in realitexpire()
880 hzto(struct timeval *tv) in hzto() function