Searched refs:llist_add_batch (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/lib/ |
H A D | llist.c | 26 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 D | llist.h | 199 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 D | i915_active.c | 402 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 D | ib_rdma.c | 422 llist_add_batch(clean_nodes, clean_tail, in rds_ib_flush_mr_pool()
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 372 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 D | svc_rdma_rw.c | 210 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()
|