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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c10911 * (2) if we are allocating an hblk for mapping a slab in sfmmu_cache,
10936 struct kmem_cache *sfmmu_cache = NULL; local
11071 sfmmu_cache = ((size == TTE8K) ? sfmmu8_cache : sfmmu1_cache);
11074 if ((hmeblkp = kmem_cache_alloc(sfmmu_cache, sleep)) == NULL) {
11084 ASSERT(sfmmu_cache == sfmmu8_cache);

Completed in 314 milliseconds