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);
85 group = kmem_cache_alloc(exacct_object_cache, KM_SLEEP);
1747 exacct_object_cache = kmem_cache_create("exacct_object_cache",
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c350 kmem_cache_free(exacct_object_cache, save);

Completed in 48 milliseconds