Searched refs:TL_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/tl/
H A Dif_tl.c1426 TL_LOCK_ASSERT(sc);
1722 TL_LOCK_ASSERT(sc);
1890 TL_LOCK_ASSERT(sc);
1985 TL_LOCK_ASSERT(sc);
2188 TL_LOCK_ASSERT(sc);
2210 TL_LOCK_ASSERT(sc);
H A Dif_tlreg.h133 #define TL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->tl_mtx, MA_OWNED) macro

Completed in 187 milliseconds