Searched refs:anonmap_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c146 static struct kmem_cache *anonmap_cache; variable in typeref:struct:kmem_cache
236 anonmap_cache = kmem_cache_create("anonmap_cache",
3407 amp = kmem_cache_alloc(anonmap_cache, kmflags);
3416 kmem_cache_free(anonmap_cache, amp);
3444 kmem_cache_free(anonmap_cache, amp);

Completed in 125 milliseconds