Searched refs:cur_cpy_len (Results 1 – 1 of 1) sorted by relevance
350 unsigned int cur_cpy_len; in rb_read() local365 cur_cpy_len = rbc->cur_wr_buf_idx - rbc->cur_rd_buf_idx; in rb_read()368 cur_cpy_len = max_length - bytes_read; in rb_read()376 cur_cpy_len = 0; in rb_read()379 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()387 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()393 cur_cpy_len); in rb_read()396 rbc->cur_rd_buf_idx += cur_cpy_len; in rb_read()412 bytes_read += cur_cpy_len; in rb_read()