Lines Matching defs:mtx
60 mtx_init(&softc->fha_hash[i].mtx, "fhalock", NULL, MTX_DEF);
123 mtx_destroy(&softc->fha_hash[i].mtx);
212 mtx_assert(e->mtx, MA_OWNED);
226 mtx_assert(e->mtx, MA_OWNED);
241 new_fhe->mtx = &fhs->mtx;
242 mtx_lock(&fhs->mtx);
258 mtx_assert(fhe->mtx, MA_OWNED);
268 mtx_assert(fhe->mtx, MA_OWNED);
282 mtx_assert(fhe->mtx, MA_OWNED);
430 mtx_unlock(fhe->mtx);
447 struct mtx *mtx;
456 mtx = fhe->mtx;
457 mtx_lock(mtx);
467 mtx_unlock(mtx);
501 mtx_lock(&softc->fha_hash[i].mtx);
503 mtx_unlock(&softc->fha_hash[i].mtx);
526 mtx_unlock(&softc->fha_hash[i].mtx);