Searched defs:vmu_data (Results 1 – 1 of 1) sorted by relevance
257 typedef struct vmu_data { struct258 kmutex_t vmu_lock; /* Protects vmu_data */ argument259 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; argument303 static vmu_data_t vmu_data; argument