Searched refs:rctl_val_cache (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 266 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get() 308 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get() 323 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get() 329 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get() 336 kmem_cache_free(rctl_val_cache, oval); in rctlsys_get() 340 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get() 351 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get() 437 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set() 443 kmem_cache_free(rctl_val_cache, nval); in rctlsys_set() 449 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl.c | 195 kmem_cache_t *rctl_val_cache; /* kmem cache for rctl values */ variable 474 dval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctl_add_default_limit() 602 rctl_val_t *prev = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctl_gp_alloc() 608 rval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctl_gp_alloc() 656 kmem_cache_free(rctl_val_cache, rval); in rctl_gp_free() 835 kmem_cache_free(rctl_val_cache, prev); in rctl_val_list_delete() 858 kmem_cache_free(rctl_val_cache, prev); in rctl_val_list_delete() 888 kmem_cache_free(rctl_val_cache, dval); in rctl_val_list_dup() 920 kmem_cache_free(rctl_val_cache, rval); in rctl_val_list_free() 1771 kmem_cache_free(rctl_val_cache, tmp_val); in rctl_local_insert_all_cb() [all …]
|
H A D | zone.c | 2243 dval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in zone_init() 4034 nvalp = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in zsched() 4043 kmem_cache_free(rctl_val_cache, nvalp); in zsched()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | rctl.h | 256 extern kmem_cache_t *rctl_val_cache; /* kmem cache for rctl values */
|