Searched refs:bufq_mtx (Results 1 – 2 of 2) sorted by relevance
95 mtx_init(&bq->bufq_mtx, IPL_BIO); in bufq_init()128 mtx_enter(&bq->bufq_mtx); in bufq_switch()130 mtx_leave(&bq->bufq_mtx); in bufq_switch()138 mtx_enter(&bq->bufq_mtx); in bufq_switch()153 mtx_leave(&bq->bufq_mtx); in bufq_switch()180 mtx_enter(&bq->bufq_mtx); in bufq_queue()182 msleep_nsec(&bq->bufq_stop, &bq->bufq_mtx, PRIBIO, "bqqueue", in bufq_queue()189 mtx_leave(&bq->bufq_mtx); in bufq_queue()197 mtx_enter(&bq->bufq_mtx); in bufq_dequeue()199 mtx_leave(&bq->bufq_mtx); in bufq_dequeue()[all …]
75 struct mutex bufq_mtx; member