Searched refs:add (Results 1 – 1 of 1) sorted by relevance
62 list_splice (list_t *add, list_t *head) in list_splice() argument65 if (add != add->next) in list_splice()67 add->next->prev = head; in list_splice()68 add->prev->next = head->next; in list_splice()69 head->next->prev = add->prev; in list_splice()70 head->next = add->next; in list_splice()
Completed in 8 milliseconds