Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sn/
Dif_sn.c246 SN_UNLOCK(sc); in sn_detach()
260 SN_UNLOCK(sc); in sninit()
368 SN_UNLOCK(sc); in snstart()
787 SN_UNLOCK(sc); in sn_intr()
1107 SN_UNLOCK(sc); in snread()
1154 SN_UNLOCK(sc); in snioctl()
1163 SN_UNLOCK(sc); in snioctl()
Dif_snvar.h76 #define SN_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro