Searched refs:enq_lock (Results 1 – 4 of 4) sorted by relevance
294 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()
516 if (mtx_trylock(&iq->enq_lock)) { in lio_msix_intr_handler()520 mtx_unlock(&iq->enq_lock); in lio_msix_intr_handler()
147 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()
109 struct mtx enq_lock; member