Searched refs:fill_cursor (Results 1 – 1 of 1) sorted by relevance
1230 int fill_cursor = 0; in allocate_buffer_ring() local1301 bufptr[j] = default_fill[fill_cursor]; in allocate_buffer_ring()1302 fill_cursor += 1; in allocate_buffer_ring()1305 if (fill_cursor > (int)strlen(default_fill)) { in allocate_buffer_ring()1306 fill_cursor = 0; in allocate_buffer_ring()