Searched refs:new_idx (Results 1 – 2 of 2) sorted by relevance
225 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) { in ref_cnt_fb() argument231 *idx = new_idx; in ref_cnt_fb()233 bufs[new_idx].ref_count++; in ref_cnt_fb()
43 static void ref_cnt_fb (int *buf, int *idx, int new_idx);199 static void ref_cnt_fb (int *buf, int *idx, int new_idx) in ref_cnt_fb() argument204 *idx = new_idx; in ref_cnt_fb()206 buf[new_idx]++; in ref_cnt_fb()