Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbqueue.c54 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
74 cv_destroy(&q->bq_pop_cv); in bqueue_destroy()
94 cv_signal(&q->bq_pop_cv); in bqueue_enqueue_impl()
96 cv_broadcast(&q->bq_pop_cv); in bqueue_enqueue_impl()
136 cv_wait_sig(&q->bq_pop_cv, &q->bq_lock); in bqueue_dequeue()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbqueue.h32 kcondvar_t bq_pop_cv; member