Home
last modified time | relevance | path

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

/linux/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch()
/linux/include/linux/
H A Dllist.h230 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch()
/linux/tools/include/linux/
H A Dlist.h237 struct list_head *new_first = entry->next; in __list_cut_position() local