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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1421 TL_LOCK_ASSERT(sc);
1717 TL_LOCK_ASSERT(sc);
1885 TL_LOCK_ASSERT(sc);
1980 TL_LOCK_ASSERT(sc);
2183 TL_LOCK_ASSERT(sc);
2205 TL_LOCK_ASSERT(sc);
H A Dif_tlreg.h131 #define TL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->tl_mtx, MA_OWNED) macro

Completed in 56 milliseconds