Searched refs:oob (Results 1 – 1 of 1) sorted by relevance
595 struct region *oob = split_allocation(alloc, blocks); in reserve_oob_blocks() local598 if (oob == NULL) in reserve_oob_blocks()601 while (oob && oob != alloc->list.iter) { in reserve_oob_blocks()602 next = oob->next; in reserve_oob_blocks()603 region_list_remove(&alloc->list, oob); in reserve_oob_blocks()604 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()605 oob = next; in reserve_oob_blocks()