Home
last modified time | relevance | path

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

/include/linux/
Dllist.h168 extern bool llist_add_batch(struct llist_node *new_first,
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()