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

/freebsd-current/sys/dev/vt/
H A Dvt_core.c275 static bool inside_vt_flush = false; variable
1475 if (inside_vt_flush && KERNEL_PANICKED())
1492 inside_vt_flush = true;
1563 * We can reset `inside_vt_flush` after unlocking vtbuf
1567 inside_vt_flush = false;
1578 inside_vt_flush = false;
1587 inside_vt_flush = false;
1617 if (inside_vt_flush && KERNEL_PANICKED())
1628 if (inside_vt_flush && KERNEL_PANICKED())

Completed in 74 milliseconds