Searched refs:sim_mtx (Results 1 – 1 of 1) sorted by relevance
133 struct mtx sim_mtx; member228 mtx_assert(&sc->sim_mtx, MA_OWNED); in aw_mmc_cam_action()535 mtx_init(&sc->sim_mtx, "awmmcsim", NULL, MTX_DEF); in aw_mmc_attach()538 &sc->sim_mtx, 1, 1, sc->devq); in aw_mmc_attach()546 mtx_lock(&sc->sim_mtx); in aw_mmc_attach()551 mtx_unlock(&sc->sim_mtx); in aw_mmc_attach()555 mtx_unlock(&sc->sim_mtx); in aw_mmc_attach()568 mtx_lock(&sc->sim_mtx); in aw_mmc_attach()571 mtx_unlock(&sc->sim_mtx); in aw_mmc_attach()612 mtx_lock(&sc->sim_mtx); in aw_mmc_detach()[all …]