Searched refs:sc_its_dev_lock (Results 1 – 1 of 1) sorted by relevance
282 struct mtx sc_its_dev_lock; member1121 mtx_init(&sc->sc_its_dev_lock, "ITS device lock", NULL, MTX_SPIN); in gicv3_its_attach()1438 mtx_lock_spin(&sc->sc_its_dev_lock); in its_device_find()1443 mtx_unlock_spin(&sc->sc_its_dev_lock); in its_device_find()1582 mtx_lock_spin(&sc->sc_its_dev_lock); in its_device_get()1584 mtx_unlock_spin(&sc->sc_its_dev_lock); in its_device_get()1606 mtx_lock_spin(&sc->sc_its_dev_lock); in its_device_release()1608 mtx_unlock_spin(&sc->sc_its_dev_lock); in its_device_release()1628 mtx_lock_spin(&sc->sc_its_dev_lock); in gicv3_its_alloc_irqsrc()1633 mtx_unlock_spin(&sc->sc_its_dev_lock); in gicv3_its_alloc_irqsrc()[all …]