Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_bufq.c95 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 …]
/openbsd/src/sys/sys/
Dbuf.h75 struct mutex bufq_mtx; member