Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c74 static struct kmem_cache *as_cache; variable
624 as_cache = kmem_cache_create("as_cache", sizeof (struct as), 0, in as_init()
638 as = kmem_cache_alloc(as_cache, KM_SLEEP); in as_alloc()
755 kmem_cache_free(as_cache, as); in as_free()