Lines Matching refs:last
28 struct region *last; member
66 alloc->list.last = NULL; in create_allocation()
68 alloc->oob_list.last = NULL; in create_allocation()
87 if (list->last == reg) in region_list_remove()
88 list->last = reg->prev; in region_list_remove()
98 list->last = reg; in region_list_append()
103 list->last->next = reg; in region_list_append()
104 reg->prev = list->last; in region_list_append()
105 list->last = reg; in region_list_append()
250 struct region *last_reg = alloc->list.last; in reduce_allocation()
257 struct region *reg = alloc->list.last->prev; in reduce_allocation()
264 alloc->list.last = NULL; in reduce_allocation()
476 alloc->list.last = reg; in allocate_blocks()