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

/openbsd-current/sys/dev/ic/
H A Dnvmevar.h55 struct mutex q_cq_mtx; member in struct:nvme_queue
H A Dnvme.c1183 if (!mtx_enter_try(&q->q_cq_mtx))
1212 mtx_leave(&q->q_cq_mtx);
1489 mtx_init(&q->q_cq_mtx, IPL_BIO);

Completed in 79 milliseconds