Searched refs:vtb_tail (Results 1 – 2 of 2) sorted by relevance
57 vtb->vtb_tail = 0; in sc_vtb_init()94 vtb->vtb_tail = 0; in sc_vtb_destroy()202 len = imin(count, vtb2->vtb_size - vtb2->vtb_tail); in sc_vtb_append()205 sc_vtb_pointer(vtb2, vtb2->vtb_tail), in sc_vtb_append()209 (void *)sc_vtb_pointer(vtb2, vtb2->vtb_tail), in sc_vtb_append()213 vtb2->vtb_tail = vtb_wrap(vtb2, vtb2->vtb_tail, len); in sc_vtb_append()220 vtb->vtb_tail = pos%vtb->vtb_size; in sc_vtb_seek()
159 int vtb_tail; /* valid for VTB_RINGBUFFER only */ member647 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail)