Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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, in llist_add_batch() function
37 EXPORT_SYMBOL_GPL(llist_add_batch); variable
/kernel/linux/linux-5.10/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, in llist_add_batch() function
37 EXPORT_SYMBOL_GPL(llist_add_batch); variable
/kernel/linux/linux-5.10/include/linux/
H A Dllist.h197 extern bool llist_add_batch(struct llist_node *new_first,
209 return llist_add_batch(new, new, head); in llist_add()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_active.c412 llist_add_batch(head, tail, &engine->barrier_tasks); in ____active_del_barrier()
952 llist_add_batch(first, last, &ref->preallocated_barriers); in i915_active_acquire_preallocate_barrier()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/rds/
H A Dib_rdma.c422 llist_add_batch(clean_nodes, clean_tail, in rds_ib_flush_mr_pool()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dmemalloc.c372 llist_add_batch(llnode, c->waiting_for_gp_tail, &tgt->free_by_rcu_ttrace); in __free_by_rcu()
/kernel/linux/linux-6.6/net/rds/
H A Dib_rdma.c422 llist_add_batch(clean_nodes, clean_tail, in rds_ib_flush_mr_pool()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c210 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()

Completed in 11 milliseconds