Home
last modified time | relevance | path

Searched defs:vmu_data (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dvm_usage.c257 typedef struct vmu_data { struct
258 kmutex_t vmu_lock; /* Protects vmu_data */ argument
259 kcondvar_t vmu_cv; /* Used to signal threads */
262 vmu_entity_t *vmu_system; /* Entity for tracking */
265 mod_hash_t *vmu_zones_hash; /* Zones visited */
266 mod_hash_t *vmu_projects_col_hash; /* These *_col_hash hashes */
267 mod_hash_t *vmu_rusers_col_hash; /* keep track of entities, */
268 mod_hash_t *vmu_eusers_col_hash; /* ignoring zoneid, in order */
295 } vmu_data_t; argument
303 static vmu_data_t vmu_data; argument