Searched refs:enq_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c294 if (mtx_trylock(&iq->enq_lock)) {
296 mtx_unlock(&iq->enq_lock);
317 mtx_lock(&iq->enq_lock);
321 mtx_unlock(&iq->enq_lock);
H A Dlio_core.c516 if (mtx_trylock(&iq->enq_lock)) {
520 mtx_unlock(&iq->enq_lock);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_iq.h109 struct mtx enq_lock; member in struct:lio_instr_queue
H A Dlio_request_manager.c147 mtx_init(&iq->enq_lock, "enq_lock", NULL, MTX_DEF);
182 &oct->instr_queue[iq_no]->enq_lock);
567 if (mtx_trylock(&iq->enq_lock)) {
571 mtx_unlock(&iq->enq_lock);

Completed in 177 milliseconds