Searched refs:from_off (Results 1 – 1 of 1) sorted by relevance
4801 int from, wrap, from_off, avail; in vc_scrolldelta_helper() local4818 from_off = (vorigin - from + wrap) % wrap + lines * c->vc_size_row; in vc_scrolldelta_helper()4824 if (from_off < margin) in vc_scrolldelta_helper()4825 from_off = 0; in vc_scrolldelta_helper()4826 if (from_off > avail - margin) in vc_scrolldelta_helper()4827 from_off = avail; in vc_scrolldelta_helper()4829 c->vc_visible_origin = ubase + (from + from_off) % wrap; in vc_scrolldelta_helper()