Symbol: tvtohz
sys/dev/acpica/Osd/OsdSynch.c
59
return (tvtohz(&tv));
sys/dev/atkbdc/psm.c
5255
callout_reset(&sc->softcallout, tvtohz(&sc->idletimeout),
sys/dev/atkbdc/psm.c
5258
tvtohz(&sc->idletimeout)));
sys/dev/ocs_fc/ocs_os.c
964
hz = tvtohz(&tv);
sys/dev/ocs_fc/ocs_os.c
991
hz = tvtohz(&tv);
sys/dev/ocs_fc/ocs_os.h
748
ticks = tvtohz(&tv);
sys/dev/pms/freebsd/driver/common/lxutil.c
205
ticksPerSec = tvtohz( &tv );
sys/dev/qlnx/qlnxe/qlnx_os.h
100
qlnx_hz = tvtohz(&t);
sys/dev/qlnx/qlnxe/qlnx_os.h
117
return (tvtohz(&t));
sys/dev/qlxgb/qla_os.h
100
qla_hz = tvtohz(&t);
sys/dev/qlxgb/qla_os.h
117
return (tvtohz(&t));
sys/dev/qlxgbe/ql_os.h
101
qla_hz = tvtohz(&t);
sys/dev/qlxgbe/ql_os.h
118
return (tvtohz(&t));
sys/dev/qlxge/qls_os.h
102
qla_hz = tvtohz(&t);
sys/dev/qlxge/qls_os.h
119
return (tvtohz(&t));
sys/dev/tpm/tpm.c
1046
to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
sys/dev/tpm/tpm.c
1117
to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
sys/dev/tpm/tpm.c
492
return tvtohz(&tv);
sys/fs/smbfs/smbfs_smb.c
1154
pause("fix95", tvtohz(&tv));
sys/kern/kern_tc.c
1622
timo = tvtohz(&tv);
sys/kern/kern_thr.c
556
timo = tvtohz(&tv);
sys/kern/kern_time.c
1659
callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire,
sys/kern/kern_time.c
1756
callout_reset(&it->it_callout, tvtohz(&tv),
sys/kern/kern_time.c
1778
callout_reset(&it->it_callout, tvtohz(&tv),
sys/kern/kern_umtx.c
678
return tvtohz(&tv);
sys/kern/tty_ttydisc.c
340
hz = tvtohz(&left);
sys/kern/uipc_mqueue.c
1743
error = _mqueue_send(mq, msg, tvtohz(&tv));
sys/kern/uipc_mqueue.c
1894
error = _mqueue_recv(mq, &msg, tvtohz(&tv));
sys/kern/uipc_sem.c
852
&sem_lock, tvtohz(&tv));
sys/kern/vfs_aio.c
1972
timo = tvtohz(&atv);
sys/kern/vfs_aio.c
2547
timo = tvtohz(&atv);
sys/net/altq/altq_rmclass.c
1457
return (tvtohz(&t2));
sys/net/bpf.c
1445
d->bd_rtout = tvtohz(tv) - 1;
sys/netinet/ip_carp.c
1342
callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_callout, sc);
sys/netinet/ip_carp.c
1837
timeout = tvtohz(&tv);
sys/netinet/ip_carp.c
1880
callout_reset(&sc->sc_ad_tmo, tvtohz(&tv),
sys/netinet/ip_mroute.c
1955
callout_schedule(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time));
sys/netinet/ip_mroute.c
2046
callout_reset(&x->bm_meter_callout, tvtohz(&x->bm_threshold.b_time),
sys/rpc/clnt_bck.c
370
tvtohz(&timeout));
sys/rpc/clnt_dg.c
382
timeout = tvtohz(tvp);
sys/rpc/clnt_dg.c
407
rt->rt_rtxcur = tvtohz(&cu->cu_wait);
sys/rpc/clnt_dg.c
411
retransmit_time = next_sendtime = tvtohz(&cu->cu_wait);
sys/rpc/clnt_nl.c
336
(nl->nl_timo ? nl->nl_timo : tvtohz(&utimeout)) /
sys/rpc/clnt_nl.c
482
nl->nl_timo = tvtohz((struct timeval *)info);
sys/rpc/clnt_vc.c
488
tvtohz(&timeout));
sys/sys/time.h
604
int tvtohz(struct timeval *tv);
tools/tools/vhba/mptest/vhba_mptest.c
387
ticks = tvtohz(&t);
usr.sbin/watchdogd/watchdogd.c
208
ticks = tvtohz(&tv);
usr.sbin/watchdogd/watchdogd.c
72
static int tvtohz(struct timeval *tv);