Searched refs:vtb_size (Results 1 – 2 of 2) sorted by relevance
43 (((at) + (offset) + (vtb)->vtb_size)%(vtb)->vtb_size)85 vtb->vtb_size = cols*rows; in sc_vtb_init()121 vtb->vtb_size = 0; in sc_vtb_destroy()185 return ((pos + offset + vtb->vtb_size)%vtb->vtb_size); in sc_vtb_pos()192 fillw_io(attr | c, vtb->vtb_buffer, vtb->vtb_size); in sc_vtb_clear()194 fillw(attr | c, vtb->vtb_buffer, vtb->vtb_size); in sc_vtb_clear()222 len = imin(count, vtb2->vtb_size - vtb2->vtb_tail); in sc_vtb_append()241 vtb->vtb_tail = pos%vtb->vtb_size; in sc_vtb_seek()247 if (at + count > vtb->vtb_size) in sc_vtb_erase()248 count = vtb->vtb_size - at; in sc_vtb_erase()[all …]
161 int vtb_size; member