Searched refs:its_spin_mtx (Results 1 – 2 of 2) sorted by relevance
202 mtx_init(&sc->its_spin_mtx, "ITS spin lock", NULL, MTX_SPIN); in gic_v3_its_attach()1184 mtx_assert(&sc->its_spin_mtx, MA_OWNED); in its_cmd_alloc_locked()1337 mtx_lock_spin(&sc->its_spin_mtx); in its_cmd_send()1341 mtx_unlock_spin(&sc->its_spin_mtx); in its_cmd_send()1363 mtx_unlock_spin(&sc->its_spin_mtx); in its_cmd_send()
234 struct mtx its_spin_mtx; member