Searched refs:llist_add_batch (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/
H A Dllist.c19 * llist_add_batch - add several linked entries in batch
26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, function
37 EXPORT_SYMBOL_GPL(llist_add_batch); variable
/linux-master/include/linux/
H A Dlwq.h121 return llist_add_batch(llist_reverse_order(n), e, &q->new) &&
H A Dllist.h226 extern bool llist_add_batch(struct llist_node *new_first,
248 return llist_add_batch(new, new, head);
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c402 llist_add_batch(head, tail, &engine->barrier_tasks);
921 llist_add_batch(first, last, &ref->preallocated_barriers);
/linux-master/net/rds/
H A Dib_rdma.c422 llist_add_batch(clean_nodes, clean_tail,
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c197 llist_add_batch(first, last, &rdma->sc_rw_ctxts);
/linux-master/kernel/bpf/
H A Dmemalloc.c378 llist_add_batch(llnode, c->waiting_for_gp_tail, &tgt->free_by_rcu_ttrace);

Completed in 193 milliseconds