Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/stge/
HDif_stge.c527 STGE_LOCK(sc); in stge_attach()
665 STGE_LOCK(sc); in stge_detach()
1006 STGE_LOCK(sc); in stge_suspend()
1024 STGE_LOCK(sc); in stge_resume()
1156 STGE_LOCK(sc); in stge_start()
1261 STGE_LOCK(sc); in stge_ioctl()
1270 STGE_LOCK(sc); in stge_ioctl()
1289 STGE_LOCK(sc); in stge_ioctl()
1307 STGE_LOCK(sc); in stge_ioctl()
1315 STGE_LOCK(sc); in stge_ioctl()
[all …]
HDif_stgereg.h667 #define STGE_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro