/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.h | 100 qlnx_hz = tvtohz(&t); in qlnx_ms_to_hz() 117 return (tvtohz(&t)); in qlnx_sec_to_hz()
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_os.h | 102 qla_hz = tvtohz(&t); in qls_ms_to_hz() 119 return (tvtohz(&t)); in qls_sec_to_hz()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.h | 101 qla_hz = tvtohz(&t); in qla_ms_to_hz() 118 return (tvtohz(&t)); in qla_sec_to_hz()
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_os.h | 100 qla_hz = tvtohz(&t); in qla_ms_to_hz() 117 return (tvtohz(&t)); in qla_sec_to_hz()
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 74 static int tvtohz(struct timeval *tv); 224 ticks = tvtohz(&tv); in parse_timeout_to_pow2ns() 584 tvtohz(struct timeval *tv) in tvtohz() function
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.h | 353 return tvtohz(&tv); in _jiffies() 363 return tvtohz(&tv); in msecs_to_jiffies()
|
/freebsd/sys/rpc/ |
H A D | clnt_nl.c | 336 (nl->nl_timo ? nl->nl_timo : tvtohz(&utimeout)) / in clnt_nl_call() 482 nl->nl_timo = tvtohz((struct timeval *)info); in clnt_nl_control()
|
H A D | clnt_dg.c | 382 timeout = tvtohz(tvp); in clnt_dg_call() 407 rt->rt_rtxcur = tvtohz(&cu->cu_wait); in clnt_dg_call() 411 retransmit_time = next_sendtime = tvtohz(&cu->cu_wait); in clnt_dg_call()
|
H A D | clnt_bck.c | 372 tvtohz(&timeout)); in clnt_bck_call()
|
H A D | clnt_vc.c | 488 tvtohz(&timeout)); in clnt_vc_call()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_os.c | 964 hz = tvtohz(&tv); in ocs_setup_timer() 991 hz = tvtohz(&tv); in ocs_mod_timer()
|
H A D | ocs_os.h | 748 ticks = tvtohz(&tv); in ocs_sem_p()
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 101 return (tvtohz(&tv)); in pow2ns_to_ticks()
|
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 492 return tvtohz(&tv); in tpm_tmotohz() 1046 to = tvtohz(&tv) / TPM_LEGACY_SLEEP; in tpm_legacy_start() 1117 to = tvtohz(&tv) / TPM_LEGACY_SLEEP; in tpm_legacy_end()
|
/freebsd/tools/tools/vhba/mptest/ |
H A D | vhba_mptest.c | 387 ticks = tvtohz(&t); in mptest_act()
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 935 * tvtohz() always adds 1 to allow for the time until the next clock 1606 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire, in realtimer_settime() 1710 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire_l() 1732 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire_l()
|
H A D | kern_thr.c | 527 timo = tvtohz(&tv); in kern_thr_suspend()
|
H A D | kern_clock.c | 592 tvtohz(struct timeval *tv) in tvtohz() function
|
H A D | tty_ttydisc.c | 340 hz = tvtohz(&left); in ttydisc_read_raw_read_timer()
|
H A D | uipc_sem.c | 852 &sem_lock, tvtohz(&tv)); in kern_sem_wait()
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdSynch.c | 59 return (tvtohz(&tv)); in timeout2hz()
|
/freebsd/sys/sys/ |
H A D | time.h | 583 int tvtohz(struct timeval *tv);
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxutil.c | 205 ticksPerSec = tvtohz( &tv ); in agtiapi_InitResource()
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 1351 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_callout, sc); in carp_send_ad_locked() 1824 timeout = tvtohz(&tv); in carp_setrun() 1867 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), in carp_setrun()
|
H A D | ip_mroute.c | 1906 callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time)); in expire_bw_meter_leq() 1996 callout_reset(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time), in add_bw_upcall()
|