Lines Matching refs:alloc_values
893 rctl_val_t *alloc_values = NULL;
972 alloc_val->rcv_next = alloc_values;
973 alloc_values = alloc_val;
991 * We will have the same number of items in the alloc_values
1001 while (alloc_values != NULL) {
1002 alloc_val = alloc_values;
1003 alloc_values = alloc_values->rcv_next;
1016 (void) rctl_local_replace_all(hndl, new_values, alloc_values,
1019 (void) rctl_local_insert_all(hndl, new_values, alloc_values,