Searched refs:vmu_free_bounds (Results 1 – 1 of 1) sorted by relevance
291 vmu_bound_t *vmu_free_bounds; member332 bound->vmb_next = vmu_data.vmu_free_bounds; in vmu_free_bound()336 vmu_data.vmu_free_bounds = bound; in vmu_free_bound()419 vmu_data.vmu_free_bounds = NULL; in vm_usage_init()579 if (vmu_data.vmu_free_bounds != NULL) { in vmu_alloc_bound()580 bound = vmu_data.vmu_free_bounds; in vmu_alloc_bound()581 vmu_data.vmu_free_bounds = in vmu_alloc_bound()582 vmu_data.vmu_free_bounds->vmb_next; in vmu_alloc_bound()1581 while (vmu_data.vmu_free_bounds != NULL) { in vmu_free_extra()1582 tb = vmu_data.vmu_free_bounds; in vmu_free_extra()[all …]