| /freebsd-14.2/sys/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
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 333 extern int cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime); 339 #define cv_timedwait_io(cv, mp, at) cv_timedwait(cv, mp, at) 340 #define cv_timedwait_idle(cv, mp, at) cv_timedwait(cv, mp, at) 341 #define cv_timedwait_sig(cv, mp, at) cv_timedwait(cv, mp, at)
|
| /freebsd-14.2/sys/sys/ |
| H A D | condvar.h | 68 #define cv_timedwait(cvp, lock, timo) \ macro
|
| /freebsd-14.2/sys/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
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_sema.c | 123 error = cv_timedwait(&sema->sema_cv, &sema->sema_mtx, timo); in _sema_timedwait()
|
| H A D | kern_fork.c | 836 cv_timedwait(&p2->p_pwait, &p2->p_mtx, hz); in ast_vfork()
|
| H A D | vfs_subr.c | 3066 cv_timedwait(&sync_wakeup, &sync_mtx, in sched_sync() 3069 cv_timedwait(&sync_wakeup, &sync_mtx, hz); in sched_sync()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | synch.h | 160 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) in cv_timedwait() function
|
| H A D | primary.c | 205 cv_timedwait(&hio_##name##_list_cond[(ncomp)], \
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 163 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) in cv_timedwait() function
|
| H A D | auditdistd.h | 232 cv_timedwait(list##_cond, list##_lock, \
|
| /freebsd-14.2/sys/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 | 357 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() function
|
| /freebsd-14.2/sys/dev/usb/serial/ |
| H A D | ufoma.c | 547 error = cv_timedwait(&sc->sc_cv, &sc->sc_mtx, hz); in ufoma_cfg_link_state() 569 error = cv_timedwait(&sc->sc_cv, &sc->sc_mtx, in ufoma_cfg_activate_state()
|
| /freebsd-14.2/stand/kshim/ |
| H A D | bsd_kernel.c | 359 cv_timedwait(cv, mtx, -1); in cv_wait() 363 cv_timedwait(struct cv *cv, struct mtx *mtx, int timo) in cv_timedwait() function
|
| H A D | bsd_kernel.h | 335 int cv_timedwait(struct cv *, struct mtx *, int);
|
| /freebsd-14.2/sys/contrib/ena-com/ |
| H A D | ena_plat.h | 283 cv_timedwait(&((waitqueue).wq), &((waitqueue).mtx), \
|
| /freebsd-14.2/sys/dev/sound/midi/ |
| H A D | sequencer.c | 392 ret = cv_timedwait(&t->reset_cv, &t->seq_lock, i + 1); in timer_wait()
|
| /freebsd-14.2/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 1328 ret = cv_timedwait(&reqp->event.cv, &reqp->event.mtx, 60*hz); in storvsc_timeout_test()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 876 condvar.9 cv_timedwait.9 \
|
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | xhci.c | 1198 err = cv_timedwait(&sc->sc_cmd_cv, &sc->sc_bus.bus_mtx, in xhci_do_command()
|