draw_x           2571 drivers/tty/vt/vt.c 		unsigned long draw_to, int *draw_x)
draw_x           2573 drivers/tty/vt/vt.c 	if (*draw_x < 0)
draw_x           2577 drivers/tty/vt/vt.c 			(u16 *)draw_to - (u16 *)draw_from, vc->vc_y, *draw_x);
draw_x           2578 drivers/tty/vt/vt.c 	*draw_x = -1;
draw_x           2584 drivers/tty/vt/vt.c 	int c, next_c, tc, ok, n = 0, draw_x = -1;
draw_x           2775 drivers/tty/vt/vt.c 				con_flush(vc, draw_from, draw_to, &draw_x);
draw_x           2782 drivers/tty/vt/vt.c 							&draw_x);
draw_x           2794 drivers/tty/vt/vt.c 				if (con_should_update(vc) && draw_x < 0) {
draw_x           2795 drivers/tty/vt/vt.c 					draw_x = vc->vc_x;
draw_x           2815 drivers/tty/vt/vt.c 				con_flush(vc, draw_from, draw_to, &draw_x);
draw_x           2826 drivers/tty/vt/vt.c 		con_flush(vc, draw_from, draw_to, &draw_x);
draw_x           2829 drivers/tty/vt/vt.c 	con_flush(vc, draw_from, draw_to, &draw_x);