Lines Matching refs:rc_next
594 prev->rc_next = rctl; in rctl_gp_alloc()
598 rctl->rc_next = NULL; in rctl_gp_alloc()
639 rcgp->rcag_ctls = rctl->rc_next; in rctl_gp_detach_ctl()
641 rctl->rc_next = NULL; in rctl_gp_detach_ctl()
661 rctl_t *next = rctl->rc_next; in rctl_gp_free()
983 rctl->rc_next = NULL; in rctl_set_insert()
991 rctl->rc_next = set->rcs_ctls[index]; in rctl_set_insert()
997 for (next_ctl = set->rcs_ctls[index]->rc_next, in rctl_set_insert()
1001 next_ctl = next_ctl->rc_next) { in rctl_set_insert()
1003 rctl->rc_next = next_ctl; in rctl_set_insert()
1004 prev_ctl->rc_next = rctl; in rctl_set_insert()
1010 rctl->rc_next = next_ctl; in rctl_set_insert()
1011 prev_ctl->rc_next = rctl; in rctl_set_insert()
1146 dup->rc_next = NULL; in rctl_dup()
1179 r = r->rc_next; in rctl_set_fill_alloc_gp()
1309 r = r->rc_next; in rctl_set_dup()
1341 rctl_t *n = r->rc_next; in rctl_set_free()
1387 r = r->rc_next; in rctl_set_reset()
1440 r = r->rc_next; in rctl_set_tearoff()
1456 curr_ctl = curr_ctl->rc_next) { in rctl_set_find()