Searched refs:oob (Results 1 – 1 of 1) sorted by relevance
626 struct region *oob = split_allocation(alloc, blocks); in reserve_oob_blocks() local629 if (oob == NULL) in reserve_oob_blocks()632 while (oob && oob != alloc->list.iter) { in reserve_oob_blocks()633 next = oob->next; in reserve_oob_blocks()634 region_list_remove(&alloc->list, oob); in reserve_oob_blocks()635 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()636 oob = next; in reserve_oob_blocks()