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

12

/freebsd-11-stable/sys/rpc/
H A Dclnt_vc.c468 tvtohz(&timeout));
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c1739 error = _mqueue_send(mq, msg, tvtohz(&tv));
1891 error = _mqueue_recv(mq, &msg, tvtohz(&tv));
H A Dvfs_aio.c1888 timo = tvtohz(&atv);
2409 timo = tvtohz(&atv);
H A Dkern_tc.c1606 timo = tvtohz(&tv);
H A Dkern_umtx.c768 return tvtohz(&tv);
H A Dkern_sig.c1313 timo = tvtohz(&tv);
/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c1474 return (tvtohz(&t2));
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c1157 pause("fix95", tvtohz(&tv));
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c363 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv));
421 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv));
/freebsd-11-stable/sys/net/
H A Dbpf.c1549 * Subtract 1 tick from tvtohz() since this isn't
1553 d->bd_rtout = tvtohz(tv) - 1;
/freebsd-11-stable/share/man/man9/
H A DMakefile294 tvtohz.9 \
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c5248 callout_reset(&sc->softcallout, tvtohz(&sc->idletimeout),
5251 tvtohz(&sc->idletimeout)));

Completed in 303 milliseconds

12