Home
last modified time | relevance | path

Searched refs:GEM_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gem.c410 GEM_UNLOCK(sc); in gem_detach()
443 GEM_UNLOCK(sc); in gem_suspend()
459 GEM_UNLOCK(sc); in gem_resume()
906 GEM_UNLOCK(sc); in gem_init()
1292 GEM_UNLOCK(sc); in gem_start()
1608 GEM_UNLOCK(sc); in gem_rint()
1767 GEM_UNLOCK(sc); in gem_intr()
2084 GEM_UNLOCK(sc); in gem_mediachange()
2095 GEM_UNLOCK(sc); in gem_mediastatus()
2102 GEM_UNLOCK(sc); in gem_mediastatus()
[all …]
H A Dif_gemvar.h243 #define GEM_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro