Home
last modified time | relevance | path

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

/src/sys/dev/alc/
H A Dif_alc.c617 ALC_UNLOCK(sc); in alc_mediastatus()
625 ALC_UNLOCK(sc); in alc_mediastatus()
637 ALC_UNLOCK(sc); in alc_mediachange()
1690 ALC_UNLOCK(sc); in alc_detach()
2500 ALC_UNLOCK(sc); in alc_setlinkspeed()
2654 ALC_UNLOCK(sc); in alc_suspend()
2675 ALC_UNLOCK(sc); in alc_resume()
2920 ALC_UNLOCK(sc); in alc_start()
3046 ALC_UNLOCK(sc); in alc_ioctl()
3061 ALC_UNLOCK(sc); in alc_ioctl()
[all …]
H A Dif_alcvar.h279 #define ALC_UNLOCK(_sc) mtx_unlock(&(_sc)->alc_mtx) macro