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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbqueue.c40 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL);
58 cv_destroy(&q->bq_pop_cv);
80 cv_signal(&q->bq_pop_cv);
94 cv_wait(&q->bq_pop_cv, &q->bq_lock);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbqueue.h32 kcondvar_t bq_pop_cv; member in struct:bqueue

Completed in 199 milliseconds