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