Searched refs:vb_roffset (Results 1 – 3 of 3) sorted by relevance
80 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek()81 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()105 roffset = vb->vb_roffset; in vthistory_seek()123 diff = vb->vb_roffset != roffset; in vthistory_seek()124 vb->vb_roffset = roffset; in vthistory_seek()142 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()161 *offset = vb->vb_roffset; in vthistory_getpos()176 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw()185 return ((vb->vb_roffset + row) % vb->vb_history_size); in vtbuf_wth()425 vb->vb_roffset = 0; in vtbuf_init_early()[all …]
203 unsigned int vb_roffset; /* (b) History rows offset. */ member255 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])257 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
235 .vb_roffset = 0,