Searched refs:scrollback_phys_max (Results 1 – 1 of 1) sorted by relevance
1357 static int scrollback_phys_max = 0; variable1441 if (scrollback_max > scrollback_phys_max) in ywrap_up()1442 scrollback_max = scrollback_phys_max; in ywrap_up()1484 if (scrollback_max > scrollback_phys_max) in ypan_up()1485 scrollback_max = scrollback_phys_max; in ypan_up()1508 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()1509 scrollback_max = scrollback_phys_max; in ypan_up_redraw()2183 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()2187 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()2188 if (scrollback_phys_max < 0) in fbcon_switch()[all …]