Lines Matching full:oob_list
34 struct region_list oob_list;
66 alloc->oob_list.first = NULL;
67 alloc->oob_list.last = NULL;
70 alloc->oob_list.iter = NULL;
71 alloc->oob_list.partial_iter = 0;
126 dump_starting_from(alloc->oob_list.first);
518 struct region *reg = alloc->oob_list.iter;
519 block += alloc->oob_list.partial_iter;
621 region_list_append(&alloc->oob_list, oob);
657 return advance_list_ptr(&alloc->oob_list, blocks);
670 region_list_append(&alloc->oob_list, reg);
756 reg = alloc->oob_list.first;