Home
last modified time | relevance | path

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

/freebsd/sys/dev/sge/
H A Dif_sge.c675 SGE_UNLOCK(sc); in sge_detach()
709 SGE_UNLOCK(sc); in sge_shutdown()
724 SGE_UNLOCK(sc); in sge_suspend()
739 SGE_UNLOCK(sc); in sge_resume()
1207 SGE_UNLOCK(sc); in sge_rxeof()
1335 SGE_UNLOCK(sc); in sge_intr()
1375 SGE_UNLOCK(sc); in sge_intr()
1553 SGE_UNLOCK(sc); in sge_start()
1612 SGE_UNLOCK(sc); in sge_init()
1717 SGE_UNLOCK(sc); in sge_ifmedia_upd()
[all …]
H A Dif_sgereg.h366 #define SGE_UNLOCK(_sc) mtx_unlock(&(_sc)->sge_mtx) macro