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.c680 SGE_UNLOCK(sc); in sge_detach()
714 SGE_UNLOCK(sc); in sge_shutdown()
729 SGE_UNLOCK(sc); in sge_suspend()
744 SGE_UNLOCK(sc); in sge_resume()
1212 SGE_UNLOCK(sc); in sge_rxeof()
1340 SGE_UNLOCK(sc); in sge_intr()
1380 SGE_UNLOCK(sc); in sge_intr()
1558 SGE_UNLOCK(sc); in sge_start()
1617 SGE_UNLOCK(sc); in sge_init()
1722 SGE_UNLOCK(sc); in sge_ifmedia_upd()
[all …]
H A Dif_sgereg.h366 #define SGE_UNLOCK(_sc) mtx_unlock(&(_sc)->sge_mtx) macro