Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c274 static struct kmem_cache *srd_cache; variable
1384 srd_cache = kmem_cache_create("srd_cache", sizeof (sf_srd_t), in hat_init()
13818 newsrdp = kmem_cache_alloc(srd_cache, KM_SLEEP); in hat_join_srd()
13834 kmem_cache_free(srd_cache, newsrdp); in hat_join_srd()
13950 kmem_cache_free(srd_cache, srdp); in sfmmu_leave_srd()