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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c229 static struct kmem_cache *mmuctxdom_cache; variable in typeref:struct:kmem_cache
1106 mmuctxdom_cache = kmem_cache_create("mmuctxdom_cache",
1619 mmu_ctxp = kmem_cache_alloc(mmuctxdom_cache, KM_SLEEP);
1672 kmem_cache_free(mmuctxdom_cache, mmu_ctxp);

Completed in 102 milliseconds