Searched refs:from_off (Results 1 – 1 of 1) sorted by relevance
4798 int from, wrap, from_off, avail; in vc_scrolldelta_helper() local4815 from_off = (vorigin - from + wrap) % wrap + lines * c->vc_size_row; in vc_scrolldelta_helper()4821 if (from_off < margin) in vc_scrolldelta_helper()4822 from_off = 0; in vc_scrolldelta_helper()4823 if (from_off > avail - margin) in vc_scrolldelta_helper()4824 from_off = avail; in vc_scrolldelta_helper()4826 c->vc_visible_origin = ubase + (from + from_off) % wrap; in vc_scrolldelta_helper()