Searched refs:from_off (Results 1 – 1 of 1) sorted by relevance
4811 int from, wrap, from_off, avail; in vc_scrolldelta_helper() local4828 from_off = (vorigin - from + wrap) % wrap + lines * c->vc_size_row; in vc_scrolldelta_helper()4834 if (from_off < margin) in vc_scrolldelta_helper()4835 from_off = 0; in vc_scrolldelta_helper()4836 if (from_off > avail - margin) in vc_scrolldelta_helper()4837 from_off = avail; in vc_scrolldelta_helper()4839 c->vc_visible_origin = ubase + (from + from_off) % wrap; in vc_scrolldelta_helper()