Searched refs:sfmmu_cache (Results 1 – 1 of 1) sorted by relevance
10930 struct kmem_cache *sfmmu_cache = NULL; in sfmmu_hblk_alloc() local11065 sfmmu_cache = ((size == TTE8K) ? sfmmu8_cache : sfmmu1_cache); in sfmmu_hblk_alloc()11068 if ((hmeblkp = kmem_cache_alloc(sfmmu_cache, sleep)) == NULL) { in sfmmu_hblk_alloc()11078 ASSERT(sfmmu_cache == sfmmu8_cache); in sfmmu_hblk_alloc()