Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dtimers.c251 first = tv2hrt(&aitv.it_value); in xgetitimer()
252 interval = tv2hrt(&aitv.it_interval); in xgetitimer()
433 when.cyt_when = (ts = gethrtime() + tv2hrt(&aitv.it_value)); in xsetitimer()
434 when.cyt_interval = tv2hrt(&aitv.it_interval); in xsetitimer()
1240 tv2hrt(struct timeval *tvp) in tv2hrt() function
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h361 extern hrtime_t tv2hrt(struct timeval *);