Searched refs:RB_MIN (Results 1 – 1 of 1) sorted by relevance
80 #define RB_MIN(x, y) ((x) < (y)?(x):(y)) macro244 cur_copy_len = RB_MIN((rbc->each_buf_size - rbc->cur_wr_buf_idx), in rb_write()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()