Searched refs:scrollback_phys_max (Results 1 – 1 of 1) sorted by relevance
1367 static int scrollback_phys_max = 0; variable1450 if (scrollback_max > scrollback_phys_max) in ywrap_up()1451 scrollback_max = scrollback_phys_max; in ywrap_up()1493 if (scrollback_max > scrollback_phys_max) in ypan_up()1494 scrollback_max = scrollback_phys_max; in ypan_up()1517 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()1518 scrollback_max = scrollback_phys_max; in ypan_up_redraw()2188 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()2192 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()2193 if (scrollback_phys_max < 0) in fbcon_switch()[all …]