Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stge.c527 STGE_LOCK(sc); in stge_attach()
665 STGE_LOCK(sc); in stge_detach()
1002 STGE_LOCK(sc); in stge_suspend()
1020 STGE_LOCK(sc); in stge_resume()
1152 STGE_LOCK(sc); in stge_start()
1257 STGE_LOCK(sc); in stge_ioctl()
1266 STGE_LOCK(sc); in stge_ioctl()
1285 STGE_LOCK(sc); in stge_ioctl()
1303 STGE_LOCK(sc); in stge_ioctl()
1311 STGE_LOCK(sc); in stge_ioctl()
[all …]
H A Dif_stgereg.h667 #define STGE_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro