Lines Matching refs:first
59 alloc->list.first = NULL; in create_allocation()
61 alloc->oob_list.first = NULL; in create_allocation()
99 if (list->first == reg) in region_list_remove()
100 list->first = reg->next; in region_list_remove()
111 if (list->first == NULL) { in region_list_append()
112 list->first = reg; in region_list_append()
137 dump_starting_from(alloc->list.first);
140 dump_starting_from(alloc->oob_list.first);
147 for (reg = alloc->list.first; reg; reg = reg->next) { in print_blocks()
273 alloc->list.first = NULL; in reduce_allocation()
454 alloc->list.first = reg; in allocate_blocks()
456 alloc->list.iter = alloc->list.first; in allocate_blocks()
465 struct region *reg = alloc->list.first; in block_allocation_num_regions()
476 struct region *reg = alloc->list.first; in block_allocation_len()
539 alloc->list.iter = alloc->list.first; in rewind_alloc()
766 reg = alloc->list.first; in free_alloc()
773 reg = alloc->oob_list.first; in free_alloc()