Searched refs:tsb_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h246 kmem_cache_t *tsb_cache; /* cache from which mem allocated */ member in struct:tsb_info
H A Dhat_sfmmu.c12707 struct kmem_cache *kmem_cachep = tsbinfo->tsb_cache;
12714 if (tsbinfo->tsb_cache != sfmmu_tsb8k_cache) {
12843 tsbinfo->tsb_cache = NULL;
12923 tsbinfo->tsb_cache = kmem_cachep;
12931 kmem_cachep = tsbinfo->tsb_cache;
13108 ktsb_info[0].tsb_cache = NULL;
13117 ktsb_info[1].tsb_cache = NULL;

Completed in 122 milliseconds