Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt.h314 #define VWF_SWWAIT_REL 0x10000 /* Program wait for VT acquire is done. */ macro
H A Dvt_core.c512 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()
2211 vw->vw_flags |= VWF_SWWAIT_REL; in signal_vt_rel()
2244 if (vw->vw_flags & VWF_SWWAIT_REL) { in finish_vt_rel()
2245 vw->vw_flags &= ~VWF_SWWAIT_REL; in finish_vt_rel()
3090 if (vw->vw_flags & VWF_SWWAIT_REL) { in vtterm_ioctl()