Home
last modified time | relevance | path

Searched refs:VWF_SWWAIT_REL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h313 #define VWF_SWWAIT_REL 0x10000 /* Program wait for VT acquire is done. */ macro
H A Dvt_core.c514 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()
2222 vw->vw_flags |= VWF_SWWAIT_REL; in signal_vt_rel()
2255 if (vw->vw_flags & VWF_SWWAIT_REL) { in finish_vt_rel()
2256 vw->vw_flags &= ~VWF_SWWAIT_REL; in finish_vt_rel()
3101 if (vw->vw_flags & VWF_SWWAIT_REL) { in vtterm_ioctl()