Searched refs:llist_add_batch (Results 1 – 2 of 2) sorted by relevance
234 static inline bool llist_add_batch(struct llist_node *new_first, in llist_add_batch() function265 return llist_add_batch(new, new, head); in llist_add()
121 return llist_add_batch(llist_reverse_order(n), e, &q->new) && in lwq_enqueue_batch()
Completed in 6 milliseconds