Lines Matching refs:alloc_val
895 rctl_val_t *alloc_val;
936 alloc_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
947 kmem_cache_free(rctl_val_cache, alloc_val);
966 * alloc_val is left largely uninitialized, it
971 alloc_val->rcv_prev = NULL;
972 alloc_val->rcv_next = alloc_values;
973 alloc_values = alloc_val;
976 kmem_cache_free(rctl_val_cache, alloc_val);
1002 alloc_val = alloc_values;
1004 kmem_cache_free(rctl_val_cache, alloc_val);