Home
last modified time | relevance | path

Searched refs:RB_MIN (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dring_buffer.cpp81 #define RB_MIN(x, y) ((x) < (y)?(x):(y)) macro
245 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()