Home
last modified time | relevance | path

Searched refs:tvtohz_low (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dtime.h218 int tvtohz_low(struct timeval *);
/dragonfly/sys/kern/
H A Dkern_time.c547 ticks = tvtohz_low(&tv); /* also handles overflow */ in clock_nanosleep1()
1052 callout_reset(&p->p_ithandle, tvtohz_low(&ntv), in realitexpire()
H A Dkern_clock.c1248 tvtohz_low(struct timeval *tv) in tvtohz_low() function
/dragonfly/share/man/man9/
H A DMakefile1017 tvtohz.9 tvtohz_low.9
/dragonfly/sys/net/
H A Dbpf.c908 d->bd_rtout = tvtohz_low(tv); in bpfioctl()