Searched refs:STGE_UNLOCK (Results 1 – 2 of 2) sorted by relevance
529 STGE_UNLOCK(sc); in stge_attach()669 STGE_UNLOCK(sc); in stge_detach()1006 STGE_UNLOCK(sc); in stge_suspend()1034 STGE_UNLOCK(sc); in stge_resume()1154 STGE_UNLOCK(sc); in stge_start()1262 STGE_UNLOCK(sc); in stge_ioctl()1281 STGE_UNLOCK(sc); in stge_ioctl()1288 STGE_UNLOCK(sc); in stge_ioctl()1306 STGE_UNLOCK(sc); in stge_ioctl()1315 STGE_UNLOCK(sc); in stge_ioctl()[all …]
668 #define STGE_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro