Searched refs:newl (Results 1 – 1 of 1) sorted by relevance
45 next->prev = newl; in __list_add()46 newl->next = next; in __list_add()47 newl->prev = prev; in __list_add()48 prev->next = newl; in __list_add()61 __list_add(newl, head, head->next); in list_add()75 __list_add(newl, head->prev, head); in list_add_tail()118 newl->next = old->next; in list_replace()119 newl->next->prev = newl; in list_replace()120 newl->prev = old->prev; in list_replace()121 newl->prev->next = newl; in list_replace()[all …]
Completed in 6 milliseconds