Searched refs:curvw (Results 1 – 1 of 1) sorted by relevance
414 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch() argument418 curvw->vw_switch_to = vw; in vt_window_preswitch()424 signal_vt_rel(curvw); in vt_window_preswitch()460 struct vt_window *curvw; in vt_proc_window_switch() local470 curvw = vd->vd_curwindow; in vt_proc_window_switch()473 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()477 if (curvw->vw_flags & VWF_SWWAIT_REL) { in vt_proc_window_switch()479 if (curvw->vw_switch_to == vw) { in vt_proc_window_switch()488 if (vw == curvw) { in vt_proc_window_switch()494 if (curvw->vw_smode.mode == VT_PROCESS) { in vt_proc_window_switch()[all …]