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

12

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h102 qla_hz = tvtohz(&t);
119 return (tvtohz(&t));
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h104 qla_hz = tvtohz(&t);
121 return (tvtohz(&t));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h112 qlnx_hz = tvtohz(&t);
129 return (tvtohz(&t));
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h103 qla_hz = tvtohz(&t);
120 return (tvtohz(&t));
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c76 static int tvtohz(struct timeval *tv);
234 ticks = tvtohz(&tv);
594 tvtohz(struct timeval *tv) function
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h356 return tvtohz(&tv);
366 return tvtohz(&tv);
/freebsd-11-stable/sys/netinet6/
H A Din6_rmx.c203 callout_reset(&V_rtq_mtutimer, tvtohz(&atv), in6_mtutimo, rock);
/freebsd-11-stable/sys/dev/watchdog/
H A Dwatchdog.c100 return (tvtohz(&tv));
/freebsd-11-stable/sys/netinet/
H A Dip_carp.c944 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_send_ad, sc);
1231 callout_reset(&sc->sc_md_tmo, tvtohz(&tv),
1237 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1244 callout_reset(&sc->sc_md_tmo, tvtohz(&tv),
1249 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1258 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv),
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.c967 hz = tvtohz(&tv);
994 hz = tvtohz(&tv);
H A Docs_os.h752 ticks = tvtohz(&tv);
/freebsd-11-stable/sys/rpc/
H A Dclnt_dg.c388 timeout = tvtohz(tvp);
416 rt->rt_rtxcur = tvtohz(&cu->cu_wait);
420 retransmit_time = next_sendtime = tvtohz(&cu->cu_wait);
H A Dclnt_bck.c359 tvtohz(&timeout));
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c639 return tvtohz(&tv);
1232 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
1306 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c1275 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
1316 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
1327 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
/freebsd-11-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c388 ticks = tvtohz(&t);
/freebsd-11-stable/sys/sys/
H A Dtime.h502 int tvtohz(struct timeval *tv);
/freebsd-11-stable/sys/kern/
H A Dkern_time.c886 * tvtohz() always adds 1 to allow for the time until the next clock
1559 callout_reset(&it->it_callout, tvtohz(&tv),
1637 callout_reset(&it->it_callout, tvtohz(&tv),
1649 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire,
H A Dkern_thr.c529 timo = tvtohz(&tv);
H A Dkern_clock.c587 tvtohz(struct timeval *tv) function
H A Duipc_sem.c838 &sem_lock, tvtohz(&tv));
H A Dtty_ttydisc.c254 hz = tvtohz(&left);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSynch.c61 return (tvtohz(&tv));
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c206 ticksPerSec = tvtohz( &tv );
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1596 return tvtohz(&tv);
1738 &ntoskrnl_dispatchlock, tvtohz(&tv));
1889 &ntoskrnl_dispatchlock, tvtohz(&tv));
3666 ntoskrnl_insert_timer(timer, tvtohz(&tv));
4124 ntoskrnl_insert_timer(timer, tvtohz(&tv));
4205 ticks = tvtohz(&tv);

Completed in 220 milliseconds

12