Home
last modified time | relevance | path

Searched refs:tvtohz (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h353 return tvtohz(&tv); in _jiffies()
363 return tvtohz(&tv); in msecs_to_jiffies()
/f-stack/freebsd/netinet/
H A Dip_carp.c1049 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_send_ad, sc); in carp_send_ad_locked()
1340 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()
1346 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()
1353 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()
1358 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()
1367 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), in carp_setrun()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_smb.c83 return (tvtohz(&tv)); in tstohz()
/f-stack/freebsd/kern/
H A Dkern_time.c1560 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_settime()
1639 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire()
1651 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire, in realtimer_expire()
H A Dkern_thr.c527 timo = tvtohz(&tv); in kern_thr_suspend()
H A Dkern_clock.c532 tvtohz(struct timeval *tv) in tvtohz() function
H A Dtty_ttydisc.c257 hz = tvtohz(&left); in ttydisc_read_raw_read_timer()
H A Duipc_sem.c854 &sem_lock, tvtohz(&tv)); in kern_sem_wait()
H A Duipc_mqueue.c1748 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send()
1899 error = _mqueue_recv(mq, &msg, tvtohz(&tv)); in mqueue_receive()
H A Dvfs_aio.c1964 timo = tvtohz(&atv); in kern_aio_suspend()
2522 timo = tvtohz(&atv); in kern_aio_waitcomplete()
H A Dkern_tc.c1562 timo = tvtohz(&tv); in pps_fetch()
H A Dkern_sig.c1320 timo = tvtohz(&tv); in kern_sigtimedwait()
H A Dkern_umtx.c740 return tvtohz(&tv); in tstohz()
/f-stack/freebsd/sys/
H A Dtime.h583 int tvtohz(struct timeval *tv);
/f-stack/lib/
H A Dff_glue.c547 tvtohz(tv) in tvtohz() function
/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c1464 return (tvtohz(&t2));
/f-stack/freebsd/net/
H A Dbpf.c1645 d->bd_rtout = tvtohz(tv) - 1; in bpfioctl()