Searched refs:VT_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/vt/ | ||
| H A D | vt.h | 178 #define VT_LOCK_ASSERT(vd, what) mtx_assert(&(vd)->vd_lock, what) macro |
| H A D | vt_core.c | 335 VT_LOCK_ASSERT(vd, MA_OWNED); in vt_suspend_flush_timer() |