Searched refs:previous (Results 1 – 1 of 1) sorted by relevance
64 alt_llist* previous; /* Pointer to the previous element in the list. */ member91 entry->previous = list; in alt_llist_insert()94 list->next->previous = entry; in alt_llist_insert()105 entry->next->previous = entry->previous; in alt_llist_remove()106 entry->previous->next = entry->next; in alt_llist_remove()113 entry->previous = entry; in alt_llist_remove()