Searched refs:enq_lock (Results 1 – 4 of 4) sorted by relevance
293 if (mtx_trylock(&iq->enq_lock)) { in lio_mq_start()295 mtx_unlock(&iq->enq_lock); in lio_mq_start()316 mtx_lock(&iq->enq_lock); in lio_qflush()320 mtx_unlock(&iq->enq_lock); in lio_qflush()
515 if (mtx_trylock(&iq->enq_lock)) { in lio_msix_intr_handler()519 mtx_unlock(&iq->enq_lock); in lio_msix_intr_handler()
146 mtx_init(&iq->enq_lock, "enq_lock", NULL, MTX_DEF); in lio_init_instr_queue()176 &oct->instr_queue[iq_no]->enq_lock); in lio_init_instr_queue()555 if (mtx_trylock(&iq->enq_lock)) { in __lio_check_db_timeout()559 mtx_unlock(&iq->enq_lock); in __lio_check_db_timeout()
108 struct mtx enq_lock; member