Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bge.c3953 BGE_UNLOCK(sc); in bge_detach()
4404 BGE_UNLOCK(sc); in bge_rxeof()
4535 BGE_UNLOCK(sc); in bge_poll()
4567 BGE_UNLOCK(sc); in bge_poll()
4574 BGE_UNLOCK(sc); in bge_poll()
4606 BGE_UNLOCK(sc); in bge_intr_task()
4637 BGE_UNLOCK(sc); in bge_intr_task()
4647 BGE_UNLOCK(sc); in bge_intr_task()
4666 BGE_UNLOCK(sc); in bge_intr()
4728 BGE_UNLOCK(sc); in bge_intr()
[all …]
H A Dif_bgereg.h3051 #define BGE_UNLOCK(_sc) mtx_unlock(&(_sc)->bge_mtx) macro