Searched defs:exacct_object_cache (Results 1 - 1 of 1) sorted by relevance

/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",

Completed in 56 milliseconds