Home
last modified time | relevance | path

Searched refs:rctl_val_cache (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Drctlsys.c266 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get()
309 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get()
324 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get()
330 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_get()
337 kmem_cache_free(rctl_val_cache, oval); in rctlsys_get()
341 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get()
352 kmem_cache_free(rctl_val_cache, nval); in rctlsys_get()
438 nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
444 kmem_cache_free(rctl_val_cache, nval); in rctlsys_set()
450 oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_set()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Drctl.c195 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()
1773 kmem_cache_free(rctl_val_cache, tmp_val); in rctl_local_insert_all_cb()
[all …]
H A Dzone.c2135 dval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in zone_init()
3876 nvalp = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in zsched()
3885 kmem_cache_free(rctl_val_cache, nvalp); in zsched()
/titanic_41/usr/src/uts/common/sys/
H A Drctl.h256 extern kmem_cache_t *rctl_val_cache; /* kmem cache for rctl values */