Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h100 qlnx_hz = tvtohz(&t); in qlnx_ms_to_hz()
117 return (tvtohz(&t)); in qlnx_sec_to_hz()
/freebsd/sys/dev/qlxge/
H A Dqls_os.h102 qla_hz = tvtohz(&t); in qls_ms_to_hz()
119 return (tvtohz(&t)); in qls_sec_to_hz()
/freebsd/sys/dev/qlxgbe/
H A Dql_os.h101 qla_hz = tvtohz(&t); in qla_ms_to_hz()
118 return (tvtohz(&t)); in qla_sec_to_hz()
/freebsd/sys/dev/qlxgb/
H A Dqla_os.h100 qla_hz = tvtohz(&t); in qla_ms_to_hz()
117 return (tvtohz(&t)); in qla_sec_to_hz()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c74 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 Dvchi_bsd.h353 return tvtohz(&tv); in _jiffies()
363 return tvtohz(&tv); in msecs_to_jiffies()
/freebsd/sys/rpc/
H A Dclnt_nl.c336 (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 Dclnt_dg.c382 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 Dclnt_bck.c372 tvtohz(&timeout)); in clnt_bck_call()
H A Dclnt_vc.c488 tvtohz(&timeout)); in clnt_vc_call()
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c964 hz = tvtohz(&tv); in ocs_setup_timer()
991 hz = tvtohz(&tv); in ocs_mod_timer()
H A Docs_os.h748 ticks = tvtohz(&tv); in ocs_sem_p()
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c101 return (tvtohz(&tv)); in pow2ns_to_ticks()
/freebsd/sys/dev/tpm/
H A Dtpm.c492 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 Dvhba_mptest.c387 ticks = tvtohz(&t); in mptest_act()
/freebsd/sys/kern/
H A Dkern_time.c935 * 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 Dkern_thr.c527 timo = tvtohz(&tv); in kern_thr_suspend()
H A Dkern_clock.c592 tvtohz(struct timeval *tv) in tvtohz() function
H A Dtty_ttydisc.c340 hz = tvtohz(&left); in ttydisc_read_raw_read_timer()
H A Duipc_sem.c852 &sem_lock, tvtohz(&tv)); in kern_sem_wait()
/freebsd/sys/dev/acpica/Osd/
H A DOsdSynch.c59 return (tvtohz(&tv)); in timeout2hz()
/freebsd/sys/sys/
H A Dtime.h583 int tvtohz(struct timeval *tv);
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c205 ticksPerSec = tvtohz( &tv ); in agtiapi_InitResource()
/freebsd/sys/netinet/
H A Dip_carp.c1351 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 Dip_mroute.c1906 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()

12