Searched refs:next_buf_no (Results 1 – 1 of 1) sorted by relevance
187 unsigned int next_buf_no = rbc->wr_buf_no + 1; in rb_write() local189 if (next_buf_no >= rbc->max_num_bufs) { in rb_write()190 next_buf_no = 0; in rb_write()192 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()201 unsigned int next_buf_no = rbc->wr_buf_no + 1; in rb_write() local203 if (next_buf_no >= rbc->max_num_bufs) { in rb_write()204 next_buf_no = 0; in rb_write()206 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()