Searched refs:tvtohz (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h100 qlnx_hz = tvtohz(&t);
117 return (tvtohz(&t));
/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.h100 qla_hz = tvtohz(&t);
117 return (tvtohz(&t));
/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.h101 qla_hz = tvtohz(&t);
118 return (tvtohz(&t));
/freebsd-current/sys/dev/qlxge/
H A Dqls_os.h102 qla_hz = tvtohz(&t);
119 return (tvtohz(&t));
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c74 static int tvtohz(struct timeval *tv);
224 ticks = tvtohz(&tv);
584 tvtohz(struct timeval *tv) function
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h353 return tvtohz(&tv);
363 return tvtohz(&tv);
/freebsd-current/sys/dev/watchdog/
H A Dwatchdog.c101 return (tvtohz(&tv));
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.c964 hz = tvtohz(&tv);
991 hz = tvtohz(&tv);
H A Docs_os.h748 ticks = tvtohz(&tv);
/freebsd-current/sys/dev/tpm/
H A Dtpm.c492 return tvtohz(&tv);
1046 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
1117 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
/freebsd-current/sys/rpc/
H A Dclnt_dg.c382 timeout = tvtohz(tvp);
407 rt->rt_rtxcur = tvtohz(&cu->cu_wait);
411 retransmit_time = next_sendtime = tvtohz(&cu->cu_wait);
H A Dclnt_bck.c372 tvtohz(&timeout));
H A Dclnt_vc.c493 tvtohz(&timeout));
/freebsd-current/tools/tools/vhba/mptest/
H A Dvhba_mptest.c387 ticks = tvtohz(&t);
/freebsd-current/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,
1710 callout_reset(&it->it_callout, tvtohz(&tv),
1732 callout_reset(&it->it_callout, tvtohz(&tv),
H A Dkern_clock.c566 "tvtohz() can overflow the regular integer type")
590 tvtohz(struct timeval *tv) function
H A Dkern_thr.c527 timo = tvtohz(&tv);
H A Dtty_ttydisc.c340 hz = tvtohz(&left);
H A Duipc_sem.c852 &sem_lock, tvtohz(&tv));
H A Duipc_mqueue.c1742 error = _mqueue_send(mq, msg, tvtohz(&tv));
1893 error = _mqueue_recv(mq, &msg, tvtohz(&tv));
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdSynch.c59 return (tvtohz(&tv));
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c205 ticksPerSec = tvtohz( &tv );
/freebsd-current/sys/sys/
H A Dtime.h583 int tvtohz(struct timeval *tv);
586 * The following HZ limits allow the tvtohz() function
/freebsd-current/sys/netinet/
H A Dip_carp.c1356 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_callout, sc);
1829 timeout = tvtohz(&tv);
1872 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv),
H A Dip_mroute.c1884 callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time));
1974 callout_reset(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time),

Completed in 324 milliseconds

12