Searched refs:lprev (Results 1 – 2 of 2) sorted by relevance
165 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink_ip() local167 lnext->prev = lprev; in list_unlink_ip()168 lprev->next = lnext; in list_unlink_ip()
93 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink() local95 lnext->prev = lprev; in list_unlink()96 lprev->next = lnext; in list_unlink()
Completed in 4 milliseconds