Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c14010 sf_region_t *new_rgnp = NULL; in hat_join_region() local
14088 if (new_rgnp != NULL) { in hat_join_region()
14089 kmem_cache_free(region_cache, new_rgnp); in hat_join_region()
14197 ASSERT(new_rgnp == NULL); in hat_join_region()
14221 new_rgnp = kmem_cache_alloc(region_cache, KM_SLEEP); in hat_join_region()
14243 rgnp = new_rgnp; in hat_join_region()
14244 new_rgnp = NULL; in hat_join_region()
14274 ASSERT(new_rgnp != NULL); in hat_join_region()
14275 kmem_cache_free(region_cache, new_rgnp); in hat_join_region()