Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/alc/
HDif_alc.c618 ALC_UNLOCK(sc); in alc_mediastatus()
626 ALC_UNLOCK(sc); in alc_mediastatus()
638 ALC_UNLOCK(sc); in alc_mediachange()
1691 ALC_UNLOCK(sc); in alc_detach()
2505 ALC_UNLOCK(sc); in alc_setlinkspeed()
2659 ALC_UNLOCK(sc); in alc_suspend()
2680 ALC_UNLOCK(sc); in alc_resume()
2925 ALC_UNLOCK(sc); in alc_start()
3051 ALC_UNLOCK(sc); in alc_ioctl()
3066 ALC_UNLOCK(sc); in alc_ioctl()
[all …]
HDif_alcvar.h279 #define ALC_UNLOCK(_sc) mtx_unlock(&(_sc)->alc_mtx) macro