Searched refs:vmu_free_objects (Results 1 – 1 of 1) sorted by relevance
292 vmu_object_t *vmu_free_objects; member355 obj->vmo_next = vmu_data.vmu_free_objects; in vmu_free_object()356 vmu_data.vmu_free_objects = obj; in vmu_free_object()420 vmu_data.vmu_free_objects = NULL; in vm_usage_init()555 if (vmu_data.vmu_free_objects != NULL) { in vmu_alloc_object()556 object = vmu_data.vmu_free_objects; in vmu_alloc_object()557 vmu_data.vmu_free_objects = in vmu_alloc_object()558 vmu_data.vmu_free_objects->vmo_next; in vmu_alloc_object()1583 while (vmu_data.vmu_free_objects != NULL) { in vmu_free_extra()1584 to = vmu_data.vmu_free_objects; in vmu_free_extra()[all …]