Searched defs:new_first (Results 1 – 3 of 3) sorted by relevance
26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch()
230 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch()
237 struct list_head *new_first = entry->next; in __list_cut_position() local