Searched refs:curvw (Results 1 – 1 of 1) sorted by relevance
444 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch() argument448 curvw->vw_switch_to = vw; in vt_window_preswitch()453 signal_vt_rel(curvw); in vt_window_preswitch()470 struct vt_window *curvw; in vt_late_window_switch() local481 curvw = vw->vw_device->vd_curwindow; in vt_late_window_switch()482 if (curvw->vw_smode.mode == VT_PROCESS) in vt_late_window_switch()483 (void)vt_window_postswitch(curvw); in vt_late_window_switch()498 struct vt_window *curvw; in vt_proc_window_switch() local508 curvw = vd->vd_curwindow; in vt_proc_window_switch()511 if (curvw->vw_flags & VWF_VTYLOCK) in vt_proc_window_switch()[all …]