Home
last modified time | relevance | path

Searched refs:exacct_object_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h198 extern kmem_cache_t *exacct_object_cache;
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c61 kmem_cache_t *exacct_object_cache; variable
74 item = kmem_cache_alloc(exacct_object_cache, KM_SLEEP); in ea_alloc_item()
85 group = kmem_cache_alloc(exacct_object_cache, KM_SLEEP); in ea_alloc_group()
1752 exacct_object_cache = kmem_cache_create("exacct_object_cache", in exacct_init()
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c348 kmem_cache_free(exacct_object_cache, save); in ea_free_object()