Searched refs:last_item (Results 1 – 2 of 2) sorted by relevance
402 struct compute_memory_item *last_item; in compute_memory_alloc() local405 for (last_item = pool->item_list; last_item->next; in compute_memory_alloc()406 last_item = last_item->next); in compute_memory_alloc()408 last_item->next = new_item; in compute_memory_alloc()409 new_item->prev = last_item; in compute_memory_alloc()
55 self.last_item = sequence_string[-1]66 if (not self.rollover) and (last_value == self.last_item):