Searched refs:scrollback_phys_max (Results 1 – 1 of 1) sorted by relevance
1348 static int scrollback_phys_max = 0; variable1431 if (scrollback_max > scrollback_phys_max) in ywrap_up()1432 scrollback_max = scrollback_phys_max; in ywrap_up()1474 if (scrollback_max > scrollback_phys_max) in ypan_up()1475 scrollback_max = scrollback_phys_max; in ypan_up()1498 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()1499 scrollback_max = scrollback_phys_max; in ypan_up_redraw()2169 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()2174 if (scrollback_phys_max < 0) in fbcon_switch()2175 scrollback_phys_max = 0; in fbcon_switch()[all …]