Searched refs:curvw (Results 1 – 1 of 1) sorted by relevance
443 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch() argument447 curvw->vw_switch_to = vw; in vt_window_preswitch()452 signal_vt_rel(curvw); in vt_window_preswitch()469 struct vt_window *curvw; in vt_late_window_switch() local480 curvw = vw->vw_device->vd_curwindow; in vt_late_window_switch()481 if (curvw->vw_smode.mode == VT_PROCESS) in vt_late_window_switch()482 (void)vt_window_postswitch(curvw); in vt_late_window_switch()497 struct vt_window *curvw; in vt_proc_window_switch() local507 curvw = vd->vd_curwindow; in vt_proc_window_switch()510 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()[all …]