Home
last modified time | relevance | path

Searched refs:rctl_cache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c194 kmem_cache_t *rctl_cache; /* kmem cache for rctl structures */ variable
587 rctl_t *prev = kmem_cache_alloc(rctl_cache, KM_SLEEP); in rctl_gp_alloc()
593 rctl = kmem_cache_alloc(rctl_cache, KM_SLEEP); in rctl_gp_alloc()
663 kmem_cache_free(rctl_cache, rctl); in rctl_gp_free()
1343 kmem_cache_free(rctl_cache, r); in rctl_set_free()
2331 rctl_t *rctl = kmem_cache_alloc(rctl_cache, KM_SLEEP); in rctl_register()
2852 rctl_cache = kmem_cache_create("rctl_cache", sizeof (rctl_t), in rctl_init()
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h255 extern kmem_cache_t *rctl_cache; /* kmem cache for rctl structures */