Lines Matching refs:ridx
580 int ridx; in drd_rcm_restore_cpu_notify() local
608 for (idx = 0, ridx = 0; full_rlist[idx] != NULL; idx++) { in drd_rcm_restore_cpu_notify()
612 rlist[ridx] = full_rlist[idx]; in drd_rcm_restore_cpu_notify()
613 ridx++; in drd_rcm_restore_cpu_notify()
618 if (ridx == 0) { in drd_rcm_restore_cpu_notify()
749 int ridx; in drd_rcm_cpu_rlist_init() local
765 for (idx = 0, ridx = 0; idx < nrsrc; idx++) { in drd_rcm_cpu_rlist_init()
780 rlist[ridx] = strdup(rbuf); in drd_rcm_cpu_rlist_init()
781 if (rlist[ridx] == NULL) { in drd_rcm_cpu_rlist_init()
787 ridx++; in drd_rcm_cpu_rlist_init()
791 if (ridx == 0) { in drd_rcm_cpu_rlist_init()