Searched refs:new_first (Results 1 - 1 of 1) sorted by relevance

/u-boot/include/linux/
H A Dlist.h212 struct list_head *new_first = entry->next; local
217 head->next = new_first;
218 new_first->prev = head;

Completed in 46 milliseconds