Lines Matching refs:last
28 struct region *last; member
73 alloc->list.last = NULL; in create_allocation()
75 alloc->oob_list.last = NULL; in create_allocation()
113 if (list->last == reg) in region_list_remove()
114 list->last = reg->prev; in region_list_remove()
124 list->last = reg; in region_list_append()
129 list->last->next = reg; in region_list_append()
130 reg->prev = list->last; in region_list_append()
131 list->last = reg; in region_list_append()
260 struct region *last_reg = alloc->list.last; in reduce_allocation()
267 struct region *reg = alloc->list.last->prev; in reduce_allocation()
274 alloc->list.last = NULL; in reduce_allocation()
487 alloc->list.last = reg; in allocate_blocks()