Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12701 struct kmem_cache *kmem_cachep = tsbinfo->tsb_cache; in sfmmu_tsb_free()
12708 if (tsbinfo->tsb_cache != sfmmu_tsb8k_cache) { in sfmmu_tsb_free()
12837 tsbinfo->tsb_cache = NULL; in sfmmu_init_tsbinfo()
12917 tsbinfo->tsb_cache = kmem_cachep; in sfmmu_init_tsbinfo()
12925 kmem_cachep = tsbinfo->tsb_cache; in sfmmu_init_tsbinfo()
13102 ktsb_info[0].tsb_cache = NULL; in sfmmu_init_ktsbinfo()
13111 ktsb_info[1].tsb_cache = NULL; in sfmmu_init_ktsbinfo()
H A Dhat_sfmmu.h246 kmem_cache_t *tsb_cache; /* cache from which mem allocated */ member