Searched refs:alloc_values (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl.c | 181 * function. *alloc_values is a linked list of uninitialized rctl_val_t, 1731 * Inserts new values from the project database (new_values). alloc_values 1744 rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values) 1823 tmp_val = alloc_values->rcv_next; 1824 bcopy(new_values, alloc_values, sizeof (rctl_val_t)); 1825 alloc_values->rcv_next = tmp_val; 1828 alloc_values) == 0) { 1829 /* inserted move alloc_values on */ 1830 alloc_values = tmp_val; 1845 while (alloc_values ! 1743 rctl_local_insert_all_cb(rctl_hndl_t hndl, struct proc *p, rctl_entity_p_t *e, rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values) argument 1863 rctl_local_insert_all(rctl_hndl_t hndl, rctl_val_t *new_values, rctl_val_t *alloc_values, struct proc *p) argument 1888 rctl_local_replace_all_cb(rctl_hndl_t hndl, struct proc *p, rctl_entity_p_t *e, rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values) argument 1971 rctl_local_replace_all(rctl_hndl_t hndl, rctl_val_t *new_values, rctl_val_t *alloc_values, struct proc *p) argument [all...] |
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 893 rctl_val_t *alloc_values = NULL; local 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, [all...] |
Completed in 63 milliseconds