Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c146 static struct kmem_cache *anonmap_cache; variable
236 anonmap_cache = kmem_cache_create("anonmap_cache", in anon_init()
3399 amp = kmem_cache_alloc(anonmap_cache, kmflags); in anonmap_alloc()
3408 kmem_cache_free(anonmap_cache, amp); in anonmap_alloc()
3436 kmem_cache_free(anonmap_cache, amp); in anonmap_free()