Home
last modified time | relevance | path

Searched refs:cv_event (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c76 init_waitqueue_head(&cvp->cv_event); in __cv_init()
89 ASSERT(!waitqueue_active(&cvp->cv_event)); in cv_destroy_wakeup()
112 ASSERT3S(waitqueue_active(&cvp->cv_event), ==, 0); in __cv_destroy()
134 prepare_to_wait_exclusive(&cvp->cv_event, &wait, state); in cv_wait_common()
158 finish_wait(&cvp->cv_event, &wait); in cv_wait_common()
283 prepare_to_wait_exclusive(&cvp->cv_event, &wait, state); in __cv_timedwait_common()
307 finish_wait(&cvp->cv_event, &wait); in __cv_timedwait_common()
390 prepare_to_wait_exclusive(&cvp->cv_event, &wait, state); in __cv_timedwait_hires()
415 finish_wait(&cvp->cv_event, &wait); in __cv_timedwait_hires()
487 wake_up(&cvp->cv_event); in __cv_signal()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h69 spl_wait_queue_head_t cv_event; member