Searched refs:cv_timedwait (Results 1 – 11 of 11) sorted by relevance
| /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() function 146 #define cv_timedwait_io cv_timedwait 147 #define cv_timedwait_idle cv_timedwait
|
| /f-stack/lib/include/sys/ |
| H A D | condvar.h | 75 #define cv_timedwait(cvp, lock, timo) \ macro
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 329 extern int cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime); 335 #define cv_timedwait_io(cv, mp, at) cv_timedwait(cv, mp, at) 336 #define cv_timedwait_idle(cv, mp, at) cv_timedwait(cv, mp, at) 337 #define cv_timedwait_sig(cv, mp, at) cv_timedwait(cv, mp, at)
|
| /f-stack/freebsd/sys/ |
| H A D | condvar.h | 74 #define cv_timedwait(cvp, lock, timo) \ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | condvar.h | 113 #define cv_timedwait(cvp, mp, t) __cv_timedwait(cvp, mp, t) macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sema.c | 125 error = cv_timedwait(&sema->sema_cv, &sema->sema_mtx, timo); in _sema_timedwait()
|
| H A D | kern_fork.c | 809 cv_timedwait(&p2->p_pwait, &p2->p_mtx, hz); in fork_rfppwait()
|
| H A D | vfs_subr.c | 2737 cv_timedwait(&sync_wakeup, &sync_mtx, in sched_sync() 2740 cv_timedwait(&sync_wakeup, &sync_mtx, hz); in sched_sync()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 66 rv = cv_timedwait(&tq->tq_maxalloc_cv, in task_alloc()
|
| H A D | kernel.c | 351 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() function
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 258 cv_timedwait(&((waitqueue).wq), &((waitqueue).mtx), \
|