Home
last modified time | relevance | path

Searched defs:timo (Results 1 – 25 of 55) sorted by relevance

123

/dragonfly/test/debug/
H A Dumtx.c50 int timo = 0; in main() local
120 userland_get_mutex(struct umtx *mtx, int timo) in userland_get_mutex()
148 userland_get_mutex_contested(struct umtx *mtx, int timo) in userland_get_mutex_contested()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_umtx.c57 __thr_umtx_lock(volatile umtx_t *mtx, int id, int timo) in __thr_umtx_lock()
141 int timo, ret; in __thr_umtx_timedlock() local
185 int timo, errval, ret = 0; in _thr_umtx_wait() local
/dragonfly/sys/kern/
H A Dkern_lock.c114 int timo; in lockmgr_shared() local
292 int timo; in lockmgr_exclusive() local
584 int timo; in lockmgr_upgrade() local
1300 lockinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockinit()
1315 lockreinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockreinit()
H A Dkern_condvar.c21 _cv_timedwait(struct cv *c, struct lock *lk, int timo, int wakesig) in _cv_timedwait()
50 _cv_mtx_timedwait(struct cv *c, struct mtx *mtx, int timo, int wakesig) in _cv_mtx_timedwait()
H A Dkern_synch.c512 tsleep(const volatile void *ident, int flags, const char *wmesg, int timo) in tsleep()
816 const char *wmesg, int timo) in ssleep()
832 const char *wmesg, int timo) in lksleep()
852 const char *wmesg, int timo) in mtxsleep()
873 const char *wmesg, int timo) in zsleep()
H A Dkern_kthread.c188 suspend_kproc(struct thread *td, int timo) in suspend_kproc()
/dragonfly/lib/libc/sysvipc/
H A Dlock_generic.c40 __sysv_umtx_lock(volatile umtx_t *mtx, int timo) in __sysv_umtx_lock()
/dragonfly/sys/sys/
H A Dsleepqueue.h117 #define sleepq_set_timeout(wchan, timo) \ argument
H A Dlock.h223 #define LOCK_INITIALIZER(wmesg, timo, flags) \ argument
H A Dbuf2.h84 BUF_TIMELOCK(struct buf *bp, int locktype, char *wmesg, int timo) in BUF_TIMELOCK()
/dragonfly/lib/libcompat/4.3/
H A Drexec.c308 int s, timo = 1, s3; in rexec_af() local
442 int s, timo = 1, s3; in rexec() local
/dragonfly/lib/librt/
H A Daio.c230 aio_suspend(const struct aiocb *const list[], int nent, const struct timespec *timo) in aio_suspend()
/dragonfly/sys/bus/u4b/
H A Dusb_util.c126 usb_pause_mtx(struct lock *lock, int timo) in usb_pause_mtx()
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSchedule.c170 int timo; in AcpiOsSleep() local
/dragonfly/usr.sbin/lpr/common_source/
H A Dnet.c88 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport() local
/dragonfly/sys/bus/cam/
H A Dcam_sim.c120 sim_lock_sleep(void *ident, int flags, const char *wmesg, int timo, in sim_lock_sleep()
/dragonfly/stand/lib/
H A Dnetif.c206 netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timo) in netif_get()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4_var.h98 struct callout timo; /* See man timeout(9) */ member
/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.h110 #define uether_do_request(ue,req,data,timo) \ argument
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_misc.c515 ng_l2cap_command_timeout(ng_l2cap_cmd_p cmd, int timo) in ng_l2cap_command_timeout()
/dragonfly/sys/dev/netif/lnc/
H A Dlance.c251 int timo; in lance_init_locked() local
/dragonfly/sys/dev/drm/include/linux/
H A Dsched.h119 int timo; in schedule_timeout() local
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_btsocket_l2cap.h162 struct callout timo; /* timeout */ member
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c429 smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo) in smb_sleep()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_pcie_trans.c247 uint32_t bits, uint32_t mask, int timo) in iwm_poll_bit()

123