Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c145 static struct kmem_cache *anonmap_cache; variable
235 anonmap_cache = kmem_cache_create("anonmap_cache", in anon_init()
3398 amp = kmem_cache_alloc(anonmap_cache, kmflags); in anonmap_alloc()
3407 kmem_cache_free(anonmap_cache, amp); in anonmap_alloc()
3435 kmem_cache_free(anonmap_cache, amp); in anonmap_free()