Searched refs:timo (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/sys/sys/
H A Dsx.h261 #define sx_sleep(chan, sx, pri, wmesg, timo) \
263 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Drwlock.h239 #define rw_sleep(chan, rw, pri, wmesg, timo) \
241 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dbuf.h284 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \
286 (interlock), (wmesg), (PRIBIO + 4) | (catch), (timo), \
H A Dtty.h189 int tty_timedwait(struct tty *tp, struct cv *cv, int timo);
H A Dmutex.h458 #define mtx_sleep(chan, mtx, pri, wmesg, timo) \
460 tick_sbt * (timo), 0, C_HARDCLOCK)
/freebsd-11-stable/sys/kgssapi/
H A Dgsstest.c593 struct timeval timo; local
647 timo.tv_sec = 25;
648 timo.tv_usec = 0;
659 (xdrproc_t) xdr_wrapstring, &uaddr, timo);
698 (xdrproc_t) xdr_u_short, &port, timo);
/freebsd-11-stable/sys/kern/
H A Dkern_fail.c425 int timo; local
428 timo = howmany(msecs * hz, 1000);
430 if (timo > 0) {
435 tsleep(FP_SLEEP_CHANNEL(fp), PWAIT, "failpt", timo); local
444 timo);
H A Dvfs_aio.c1878 int error, i, timo; local
1880 timo = 0;
1888 timo = tvtohz(&atv);
1918 "aiospn", timo);
2394 int timo; local
2399 timo = 0;
2401 timo = -1;
2409 timo = tvtohz(&atv);
2420 if (timo == -1) {
2426 "aiowc", timo);
[all...]
H A Dkern_tc.c1586 int err, timo; local
1602 timo = 0x7fffffff;
1606 timo = tvtohz(&tv);
1615 "ppsfch", timo);
1618 "ppsfch", timo);
1621 err = tsleep(pps, PCATCH, "ppsfch", timo);
H A Duipc_mqueue.c256 int timo);
258 int timo);
1754 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) argument
1761 if (timo < 0) {
1767 PCATCH, "mqsend", timo);
1912 _mqueue_recv(struct mqueue *mq, struct mqueue_msg **msg, int timo) argument
1918 if (timo < 0) {
1924 PCATCH, "mqrecv", timo);
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h475 int priority, const char *wmesg, int timo)
480 retval = msleep(ident, &hba->lock, priority, wmesg, timo);
474 hptiop_sleep(struct hpt_iop_hba *hba, void *ident, int priority, const char *wmesg, int timo) argument
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c369 const struct timespec *timo, const sigset_t *mask)
376 ret = __sys_pselect(count, rfds, wfds, efds, timo, mask);
368 __thr_pselect(int count, fd_set *rfds, fd_set *wfds, fd_set *efds, const struct timespec *timo, const sigset_t *mask) argument
H A Dthr_private.h600 #define THR_UMUTEX_TIMEDLOCK(thrd, lck, timo) \
601 _thr_umutex_timedlock((lck), TID(thrd), (timo))
/freebsd-11-stable/sys/geom/
H A Dgeom.h396 #define g_topology_sleep(chan, timo) \
397 sx_sleep(chan, &topology_lock, 0, "gtopol", timo)
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h299 struct callout timo; /* timeout */ member in struct:ng_btsocket_rfcomm_pcb
/freebsd-11-stable/sys/nfsclient/
H A Dnfs.h289 int priority, char *wmesg, int timo);
/freebsd-11-stable/sys/dev/bktr/
H A Dmsp34xx.c936 int timo = 0; local
945 timo = 0;
947 timo = 10*hz;
948 tsleep(msp->kthread, PRIBIO, "idle", timo);
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_smic.c392 smic_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) argument
H A Dipmi_kcs.c500 kcs_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) argument
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.c1178 struct timespec timo; local
1204 timo.tv_sec = prefix_timo;
1205 timo.tv_nsec = 0;
1206 rtadvd_set_timer(&timo, pfx->pfx_timer);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c349 cv_timedwait(struct cv *cv, struct mtx *mtx, int timo) argument
361 if (timo >= 0) {
363 if (delta >= timo || delta < 0)
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c587 int error, on, rcvflg, timo, len; local
660 timo = 0;
767 if (timo < MAX_RESEND_DELAY)
768 timo++;
776 * Wait for up to timo seconds for a reply.
779 atimo = timo + time_second;
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c278 int timo; local
280 timo = msec * hz / 1000;
281 if (timo == 0)
282 timo = 1;
283 msleep(sc, &sc->lock, PWAIT, wmesg, timo);
/freebsd-11-stable/sys/rpc/
H A Dsvc.c1056 time_t timo; local
1068 timo = xprt->xp_lastactive + xprt->xp_idletimeout;
1069 if (time_uptime > timo) {
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.h437 int timo; /* state timeout counter */ member in struct:_ct_chan_t

Completed in 388 milliseconds

1234