Searched refs:ifc_state_mtx (Results 1 – 1 of 1) sorted by relevance
168 struct mtx ifc_state_mtx; member548 #define STATE_LOCK_INIT(_sc, _name) mtx_init(&(_sc)->ifc_state_mtx, _name, "iflib state lock", MTX_…549 #define STATE_LOCK(ctx) mtx_lock(&(ctx)->ifc_state_mtx)550 #define STATE_UNLOCK(ctx) mtx_unlock(&(ctx)->ifc_state_mtx)551 #define STATE_LOCK_DESTROY(ctx) mtx_destroy(&(ctx)->ifc_state_mtx)