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

/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c483 VR_LOCK_ASSERT(sc);
539 /*VR_LOCK_ASSERT(sc);*/ /* XXX: Called during attach w/o lock. */
1305 VR_LOCK_ASSERT(sc);
1450 VR_LOCK_ASSERT(sc);
1563 VR_LOCK_ASSERT(sc);
1609 VR_LOCK_ASSERT(sc);
1806 VR_LOCK_ASSERT(sc);
1978 VR_LOCK_ASSERT(sc);
2037 VR_LOCK_ASSERT(sc);
2319 VR_LOCK_ASSERT(s
[all...]
H A Dif_vrreg.h746 #define VR_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vr_mtx, MA_OWNED) macro

Completed in 108 milliseconds