Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c278 static struct kmem_cache *scd_cache; variable
1389 scd_cache = kmem_cache_create("scd_cache", sizeof (sf_scd_t), in hat_init()
14870 new_scdp = kmem_cache_alloc(scd_cache, KM_SLEEP); in sfmmu_alloc_scd()
14894 kmem_cache_free(scd_cache, new_scdp); in sfmmu_alloc_scd()
15282 kmem_cache_free(scd_cache, scdp); in sfmmu_destroy_scd()