Home
last modified time | relevance | path

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

12

/f-stack/lib/
H A Dff_kern_condvar.c78 _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 Dcondvar.h75 #define cv_timedwait(cvp, lock, timo) \ argument
77 #define cv_timedwait_sig(cvp, lock, timo) \ argument
/f-stack/freebsd/sys/
H A Dlockmgr.h104 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 Dcondvar.h74 #define cv_timedwait(cvp, lock, timo) \ argument
79 #define cv_timedwait_sig(cvp, lock, timo) \ argument
H A Dsleepqueue.h106 #define sleepq_set_timeout(wchan, timo) \ argument
H A Dsystm.h518 #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 Dsema.h59 #define sema_timedwait(sema, timo) \ argument
H A Drmlock.h98 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
H A Dsx.h265 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
H A Drwlock.h240 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h114 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 Dkern_kthread.c189 kproc_suspend(struct proc *p, int timo) in kproc_suspend()
375 kthread_suspend(struct thread *td, int timo) in kthread_suspend()
H A Dkern_sema.c111 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
H A Dkern_umtx.c784 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 Dkern_lock.c267 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 Dkern_thr.c515 int timo = 0; in kern_thr_suspend() local
H A Dkern_fail.c429 int timo; in fail_point_sleep() local
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h88 struct callout timo; /* timeout */ member
H A Dng_btsocket_l2cap.h172 struct callout timo; /* timeout */ member
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h98 struct callout timo; /* See man timeout(9) */ member
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c551 ng_l2cap_command_timeout(ng_l2cap_cmd_p cmd, int timo) in ng_l2cap_command_timeout()
H A Dng_l2cap_var.h187 struct callout timo; /* RTX/ERTX timeout */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c325 clock_t timo; in taskq_dispatch_delay() local
/f-stack/freebsd/vm/
H A Dvm_object.h260 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ argument
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.c166 int res, timo = PKO_DQ_DRAIN_TO; in octeontx_pko_dq_drain() local

12