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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c304 static kmem_cache_t *vmu_bound_cache; variable
442 vmu_bound_cache = kmem_cache_create("vmu_bound_cache",
584 bound = kmem_cache_alloc(vmu_bound_cache, KM_SLEEP);
1581 kmem_cache_free(vmu_bound_cache, tb);

Completed in 49 milliseconds