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

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c616 XL_LOCK_ASSERT(sc);
664 XL_LOCK_ASSERT(sc);
729 /*XL_LOCK_ASSERT(sc);*/
751 XL_LOCK_ASSERT(sc);
845 XL_LOCK_ASSERT(sc);
1643 XL_LOCK_ASSERT(sc);
1678 XL_LOCK_ASSERT(sc);
1726 XL_LOCK_ASSERT(sc);
1769 XL_LOCK_ASSERT(sc);
1809 XL_LOCK_ASSERT(s
[all...]
H A Dif_xlreg.h627 #define XL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->xl_mtx, MA_OWNED) macro

Completed in 208 milliseconds