Searched refs:next_buf_no (Results 1 – 1 of 1) sorted by relevance
188 unsigned int next_buf_no = rbc->wr_buf_no + 1; in rb_write() local190 if (next_buf_no >= rbc->max_num_bufs) { in rb_write()191 next_buf_no = 0; in rb_write()193 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()202 unsigned int next_buf_no = rbc->wr_buf_no + 1; in rb_write() local204 if (next_buf_no >= rbc->max_num_bufs) { in rb_write()205 next_buf_no = 0; in rb_write()207 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()