Searched refs:vmu_data (Results 1 – 1 of 1) sorted by relevance
257 typedef struct vmu_data { struct303 static vmu_data_t vmu_data; argument332 bound->vmb_next = vmu_data.vmu_free_bounds; in vmu_free_bound()336 vmu_data.vmu_free_bounds = bound; in vmu_free_bound()355 obj->vmo_next = vmu_data.vmu_free_objects; in vmu_free_object()356 vmu_data.vmu_free_objects = obj; in vmu_free_object()374 entity->vme_next = vmu_data.vmu_free_entities; in vmu_free_entity()375 vmu_data.vmu_free_entities = entity; in vmu_free_entity()399 zone->vmz_next = vmu_data.vmu_free_zones; in vmu_free_zone()400 vmu_data.vmu_free_zones = zone; in vmu_free_zone()[all …]