Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c224 mod_hash_t *vme_anon_hash; /* COW anons visited for entity */ member
371 if (entity->vme_anon_hash != NULL) in vmu_free_entity()
372 i_mod_hash_clear_nosync(entity->vme_anon_hash); in vmu_free_entity()
488 if (entity->vme_anon_hash == NULL) in vmu_alloc_entity()
489 entity->vme_anon_hash = mod_hash_create_ptrhash( in vmu_alloc_entity()
1323 if (vmu_find_insert_anon(entity->vme_anon_hash, in vmu_calculate_seg()
1597 if (te->vme_anon_hash != NULL) in vmu_free_extra()
1598 mod_hash_destroy_hash(te->vme_anon_hash); in vmu_free_extra()