Home
last modified time | relevance | path

Searched refs:FW_GLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/firewire/
Dfirewirereg.h171 #define FW_GLOCK_ASSERT(fc) mtx_assert(FW_GMTX(fc), MA_OWNED) macro
Dfwohci.c874 FW_GLOCK_ASSERT(&sc->fc);
1825 FW_GLOCK_ASSERT(fc);
2068 FW_GLOCK_ASSERT(&sc->fc);
2499 FW_GLOCK_ASSERT(&sc->fc);
Dfirewire.c716 FW_GLOCK_ASSERT(fc); in fw_busreset()