Searched refs:vmz_projects_hash (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_usage.c236 mod_hash_t *vmz_projects_hash; member in struct:vmu_zone
391 if (zone->vmz_projects_hash != NULL)
392 i_mod_hash_clear_nosync(zone->vmz_projects_hash);
525 VMUSAGE_ALL_PROJECTS)) != 0 && zone->vmz_projects_hash == NULL)
526 zone->vmz_projects_hash = mod_hash_create_idhash(
1485 tmp = vmu_find_insert_entity(zone->vmz_projects_hash,
1605 if (tz->vmz_projects_hash != NULL)
1606 mod_hash_destroy_hash(tz->vmz_projects_hash);

Completed in 75 milliseconds