Searched refs:draw_x (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/vt/ |
D | vt.c | 2509 unsigned long draw_to, int *draw_x) in con_flush() argument 2511 if (*draw_x < 0) in con_flush() 2515 (u16 *)draw_to - (u16 *)draw_from, vc->vc_y, *draw_x); in con_flush() 2516 *draw_x = -1; in con_flush() 2522 int c, next_c, tc, ok, n = 0, draw_x = -1; in do_con_write() local 2713 con_flush(vc, draw_from, draw_to, &draw_x); in do_con_write() 2720 &draw_x); in do_con_write() 2732 if (con_should_update(vc) && draw_x < 0) { in do_con_write() 2733 draw_x = vc->vc_x; in do_con_write() 2753 con_flush(vc, draw_from, draw_to, &draw_x); in do_con_write() [all …]
|