Searched refs:tvtohz (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 353 return tvtohz(&tv); in _jiffies() 363 return tvtohz(&tv); in msecs_to_jiffies()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 1049 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 D | jz4780_smb.c | 83 return (tvtohz(&tv)); in tstohz()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 1560 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 D | kern_thr.c | 527 timo = tvtohz(&tv); in kern_thr_suspend()
|
| H A D | kern_clock.c | 532 tvtohz(struct timeval *tv) in tvtohz() function
|
| H A D | tty_ttydisc.c | 257 hz = tvtohz(&left); in ttydisc_read_raw_read_timer()
|
| H A D | uipc_sem.c | 854 &sem_lock, tvtohz(&tv)); in kern_sem_wait()
|
| H A D | uipc_mqueue.c | 1748 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send() 1899 error = _mqueue_recv(mq, &msg, tvtohz(&tv)); in mqueue_receive()
|
| H A D | vfs_aio.c | 1964 timo = tvtohz(&atv); in kern_aio_suspend() 2522 timo = tvtohz(&atv); in kern_aio_waitcomplete()
|
| H A D | kern_tc.c | 1562 timo = tvtohz(&tv); in pps_fetch()
|
| H A D | kern_sig.c | 1320 timo = tvtohz(&tv); in kern_sigtimedwait()
|
| H A D | kern_umtx.c | 740 return tvtohz(&tv); in tstohz()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 583 int tvtohz(struct timeval *tv);
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 547 tvtohz(tv) in tvtohz() function
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_rmclass.c | 1464 return (tvtohz(&t2));
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 1645 d->bd_rtout = tvtohz(tv) - 1; in bpfioctl()
|