Searched refs:llist_add_batch (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | llist.h | 227 * llist_add_batch - add several linked entries in batch 234 static inline bool llist_add_batch(struct llist_node *new_first, in llist_add_batch() function 265 return llist_add_batch(new, new, head); in llist_add()
|
H A D | lwq.h | 121 return llist_add_batch(llist_reverse_order(n), e, &q->new) && in lwq_enqueue_batch()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 402 llist_add_batch(head, tail, &engine->barrier_tasks); in ____active_del_barrier() 903 llist_add_batch(first, last, &ref->preallocated_barriers); in i915_active_acquire_preallocate_barrier()
|
/linux/kernel/bpf/ |
H A D | stream.c | 477 llist_add_batch(head, tail, &stream->log); in bpf_stream_stage_commit()
|
H A D | memalloc.c | 374 llist_add_batch(llnode, c->waiting_for_gp_tail, &tgt->free_by_rcu_ttrace); in __free_by_rcu()
|
/linux/net/rds/ |
H A D | ib_rdma.c | 418 llist_add_batch(clean_nodes, clean_tail, in rds_ib_flush_mr_pool()
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 197 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()
|