| /f-stack/lib/ |
| H A D | ff_kern_condvar.c | 78 _cv_timedwait(struct cv *cvp, struct lock_object *lock, int timo) in _cv_timedwait() 84 _cv_timedwait_sig(struct cv *cvp, struct lock_object *lock, int timo) in _cv_timedwait_sig()
|
| /f-stack/lib/include/sys/ |
| H A D | condvar.h | 75 #define cv_timedwait(cvp, lock, timo) \ argument 77 #define cv_timedwait_sig(cvp, lock, timo) \ argument
|
| /f-stack/freebsd/sys/ |
| H A D | lockmgr.h | 104 int prio, int timo, const char *file, int line) in _lockmgr_args() 113 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw() 127 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 130 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
|
| H A D | condvar.h | 74 #define cv_timedwait(cvp, lock, timo) \ argument 79 #define cv_timedwait_sig(cvp, lock, timo) \ argument
|
| H A D | sleepqueue.h | 106 #define sleepq_set_timeout(wchan, timo) \ argument
|
| H A D | systm.h | 518 #define msleep(chan, mtx, pri, wmesg, timo) \ argument 526 #define msleep_spin(chan, mtx, wmesg, timo) \ argument 531 #define pause(wmesg, timo) \ argument 533 #define pause_sig(wmesg, timo) \ argument 535 #define tsleep(chan, pri, wmesg, timo) \ argument
|
| H A D | sema.h | 59 #define sema_timedwait(sema, timo) \ argument
|
| H A D | rmlock.h | 98 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
|
| H A D | sx.h | 265 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
|
| H A D | rwlock.h | 240 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | condvar.h | 114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait() 129 cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait_sig()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 189 kproc_suspend(struct proc *p, int timo) in kproc_suspend() 375 kthread_suspend(struct thread *td, int timo) in kthread_suspend()
|
| H A D | kern_sema.c | 111 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
|
| H A D | kern_umtx.c | 784 abs_timeout_gethz(struct abs_timeout *timo) in abs_timeout_gethz() 815 int error, timo; in umtxq_sleep() local 918 struct abs_timeout timo; in do_wait() local 991 struct abs_timeout timo; in do_lock_normal() local 1797 struct abs_timeout timo; in do_lock_pi() local 2133 struct abs_timeout timo; in do_lock_pp() local 2538 struct abs_timeout timo; in do_cv_wait() local 2686 struct abs_timeout timo; in do_rw_rdlock() local 2871 struct abs_timeout timo; in do_rw_wrlock() local 3166 struct abs_timeout timo; in do_sem_wait() local [all …]
|
| H A D | kern_lock.c | 267 const char *wmesg, int pri, int timo, int queue) in sleeplk() 431 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) in lockinit() 1298 const char *wmesg, int pri, int timo, const char *file, int line) in __lockmgr_args()
|
| H A D | kern_thr.c | 515 int timo = 0; in kern_thr_suspend() local
|
| H A D | kern_fail.c | 429 int timo; in fail_point_sleep() local
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_btsocket_sco.h | 88 struct callout timo; /* timeout */ member
|
| H A D | ng_btsocket_l2cap.h | 172 struct callout timo; /* timeout */ member
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4_var.h | 98 struct callout timo; /* See man timeout(9) */ member
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.c | 551 ng_l2cap_command_timeout(ng_l2cap_cmd_p cmd, int timo) in ng_l2cap_command_timeout()
|
| H A D | ng_l2cap_var.h | 187 struct callout timo; /* RTX/ERTX timeout */ member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 325 clock_t timo; in taskq_dispatch_delay() local
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.h | 260 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ argument
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkovf.c | 166 int res, timo = PKO_DQ_DRAIN_TO; in octeontx_pko_dq_drain() local
|