Searched refs:oob_list (Results 1 – 2 of 2) sorted by relevance
36 alloc->oob_list.first = NULL; in create_allocation()37 alloc->oob_list.last = NULL; in create_allocation()40 alloc->oob_list.iter = NULL; in create_allocation()41 alloc->oob_list.partial_iter = 0; in create_allocation()129 dump_starting_from(alloc->oob_list.first);504 struct region *reg = alloc->oob_list.iter; in get_oob_block()505 block += alloc->oob_list.partial_iter; in get_oob_block()607 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()643 return advance_list_ptr(&alloc->oob_list, blocks); in advance_oob_blocks()656 region_list_append(&alloc->oob_list, reg); in append_oob_allocation()[all …]
41 struct region_list oob_list; member