Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/liquidio/
HDlio_rxtx.c294 if (mtx_trylock(&iq->enq_lock)) { in lio_mq_start()
296 mtx_unlock(&iq->enq_lock); in lio_mq_start()
317 mtx_lock(&iq->enq_lock); in lio_qflush()
321 mtx_unlock(&iq->enq_lock); in lio_qflush()
HDlio_core.c516 if (mtx_trylock(&iq->enq_lock)) { in lio_msix_intr_handler()
520 mtx_unlock(&iq->enq_lock); in lio_msix_intr_handler()
/freebsd-11-stable/sys/dev/liquidio/base/
HDlio_request_manager.c147 mtx_init(&iq->enq_lock, "enq_lock", NULL, MTX_DEF); in lio_init_instr_queue()
182 &oct->instr_queue[iq_no]->enq_lock); in lio_init_instr_queue()
567 if (mtx_trylock(&iq->enq_lock)) { in __lio_check_db_timeout()
571 mtx_unlock(&iq->enq_lock); in __lio_check_db_timeout()
HDlio_iq.h109 struct mtx enq_lock; member