Searched refs:bq_pop_cv (Results 1 – 2 of 2) sorted by relevance
64 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()88 cv_destroy(&q->bq_pop_cv); in bqueue_destroy()116 cv_broadcast(&q->bq_pop_cv); in bqueue_enqueue_impl()162 cv_wait_sig(&q->bq_pop_cv, &q->bq_lock); in bqueue_dequeue()
37 kcondvar_t bq_pop_cv; member