Searched refs:RB_MIN (Results 1 – 1 of 1) sorted by relevance
81 #define RB_MIN(x, y) ((x) < (y)?(x):(y)) macro245 cur_copy_len = RB_MIN((rbc->each_buf_size - rbc->cur_wr_buf_idx), in rb_write()380 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()388 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()