Searched refs:scrollback_phys_max (Results 1 – 1 of 1) sorted by relevance
1373 static int scrollback_phys_max = 0; variable1459 if (scrollback_max > scrollback_phys_max) in ywrap_up()1460 scrollback_max = scrollback_phys_max; in ywrap_up()1502 if (scrollback_max > scrollback_phys_max) in ypan_up()1503 scrollback_max = scrollback_phys_max; in ypan_up()1526 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()1527 scrollback_max = scrollback_phys_max; in ypan_up_redraw()2299 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()2303 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()2304 if (scrollback_phys_max < 0) in fbcon_switch()[all …]