Home
last modified time | relevance | path

Searched refs:llist_add_batch (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() function
37 EXPORT_SYMBOL_GPL(llist_add_batch);
/openbmc/linux/include/linux/
H A Dllist.h199 extern bool llist_add_batch(struct llist_node *new_first,
221 return llist_add_batch(new, new, head); in llist_add()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c402 llist_add_batch(head, tail, &engine->barrier_tasks); in ____active_del_barrier()
921 llist_add_batch(first, last, &ref->preallocated_barriers); in i915_active_acquire_preallocate_barrier()
/openbmc/linux/net/rds/
H A Dib_rdma.c422 llist_add_batch(clean_nodes, clean_tail, in rds_ib_flush_mr_pool()
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c372 llist_add_batch(llnode, c->waiting_for_gp_tail, &tgt->free_by_rcu_ttrace); in __free_by_rcu()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c210 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()