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

12

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_os.h104 qla_hz = tvtohz(&t);
121 return (tvtohz(&t));
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.h105 qla_hz = tvtohz(&t);
122 return (tvtohz(&t));
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.h106 qla_hz = tvtohz(&t);
123 return (tvtohz(&t));
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h112 qlnx_hz = tvtohz(&t);
129 return (tvtohz(&t));
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c76 static int tvtohz(struct timeval *tv);
226 ticks = tvtohz(&tv);
586 tvtohz(struct timeval *tv) function
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h353 return tvtohz(&tv);
363 return tvtohz(&tv);
/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c104 return (tvtohz(&tv));
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_os.c968 hz = tvtohz(&tv);
995 hz = tvtohz(&tv);
H A Docs_os.h750 ticks = tvtohz(&tv);
/freebsd-13-stable/sys/rpc/
H A Dclnt_dg.c389 timeout = tvtohz(tvp);
414 rt->rt_rtxcur = tvtohz(&cu->cu_wait);
418 retransmit_time = next_sendtime = tvtohz(&cu->cu_wait);
H A Dclnt_bck.c379 tvtohz(&timeout));
/freebsd-13-stable/sys/dev/tpm/
H A Dtpm.c495 return tvtohz(&tv);
1052 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
1123 to = tvtohz(&tv) / TPM_LEGACY_SLEEP;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_event.c929 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
970 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
980 callout_reset(&tfd->tfd_callout, tvtohz(&tv),
/freebsd-13-stable/sys/netinet/
H A Dip_carp.c1049 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_send_ad, sc);
1340 callout_reset(&sc->sc_md_tmo, tvtohz(&tv),
1346 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1353 callout_reset(&sc->sc_md_tmo, tvtohz(&tv),
1358 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1367 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv),
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_smb.c83 return (tvtohz(&tv));
/freebsd-13-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c388 ticks = tvtohz(&t);
/freebsd-13-stable/sys/kern/
H A Dkern_time.c939 * tvtohz() always adds 1 to allow for the time until the next clock
1615 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire,
1719 callout_reset(&it->it_callout, tvtohz(&tv),
1741 callout_reset(&it->it_callout, tvtohz(&tv),
H A Dkern_clock.c532 tvtohz(struct timeval *tv) function
H A Dkern_thr.c527 timo = tvtohz(&tv);
H A Dtty_ttydisc.c257 hz = tvtohz(&left);
H A Duipc_sem.c854 &sem_lock, tvtohz(&tv));
/freebsd-13-stable/sys/dev/acpica/Osd/
H A DOsdSynch.c61 return (tvtohz(&tv));
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c206 ticksPerSec = tvtohz( &tv );
/freebsd-13-stable/sys/sys/
H A Dtime.h594 int tvtohz(struct timeval *tv);
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1598 return tvtohz(&tv);
1739 &ntoskrnl_dispatchlock, tvtohz(&tv));
1890 &ntoskrnl_dispatchlock, tvtohz(&tv));
3660 ntoskrnl_insert_timer(timer, tvtohz(&tv));
4118 ntoskrnl_insert_timer(timer, tvtohz(&tv));
4199 ticks = tvtohz(&tv);

Completed in 193 milliseconds

12