Home
last modified time | relevance | path

Searched refs:bq_pop_cv (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbqueue.h32 kcondvar_t bq_pop_cv; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbqueue.c40 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
58 cv_destroy(&q->bq_pop_cv); in bqueue_destroy()
80 cv_signal(&q->bq_pop_cv); in bqueue_enqueue()
94 cv_wait(&q->bq_pop_cv, &q->bq_lock); in bqueue_dequeue()