Lines Matching refs:new_values
162 * resource values specified in *new_values are applied.
164 * rctl->rc_values entries, and apply the *new_values.
183 * one of the members of the *new_values linked list), in order to populate
1731 * Inserts new values from the project database (new_values). alloc_values
1735 * Should the *new_values linked list match the contents of the rctl's
1744 rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values)
1789 if (rctl_val_list_find(&new_values, val) == NULL) {
1814 while (new_values != NULL) {
1815 next = new_values->rcv_next;
1821 if (rctl_val_list_insert(&rctl->rc_projdb, new_values) == 0) {
1824 bcopy(new_values, alloc_values, sizeof (rctl_val_t));
1839 kmem_cache_free(rctl_val_cache, new_values);
1841 new_values = next;
1863 rctl_local_insert_all(rctl_hndl_t hndl, rctl_val_t *new_values,
1866 return (rctl_local_op(hndl, new_values, alloc_values,
1879 * Inserts new values from the project database (new_values). alloc_values
1889 rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values)
1929 while (new_values != NULL) {
1930 next = new_values->rcv_next;
1932 if (rctl_val_list_insert(&rctl->rc_projdb, new_values) == 0) {
1934 bcopy(new_values, alloc_values, sizeof (rctl_val_t));
1948 kmem_cache_free(rctl_val_cache, new_values);
1951 new_values = next;
1971 rctl_local_replace_all(rctl_hndl_t hndl, rctl_val_t *new_values,
1974 return (rctl_local_op(hndl, new_values, alloc_values,