Home
last modified time | relevance | path

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

/tools/include/linux/
Dlist.h237 struct list_head *new_first = entry->next; in __list_cut_position() local
242 head->next = new_first; in __list_cut_position()
243 new_first->prev = head; in __list_cut_position()