Home
last modified time | relevance | path

Searched refs:llist_del_first (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/lib/
Dllist.c53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first() function
66 EXPORT_SYMBOL_GPL(llist_del_first);
/Linux-v6.6/include/linux/
Dllist.h250 extern struct llist_node *llist_del_first(struct llist_head *head);
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c188 while ((node = llist_del_first(&rdma->sc_recv_ctxts))) { in svc_rdma_recv_ctxts_destroy()
205 node = llist_del_first(&rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_get()
Dsvc_rdma_sendto.c178 while ((node = llist_del_first(&rdma->sc_send_ctxts)) != NULL) { in svc_rdma_send_ctxts_destroy()
202 node = llist_del_first(&rdma->sc_send_ctxts); in svc_rdma_send_ctxt_get()
Dsvc_rdma_rw.c60 node = llist_del_first(&rdma->sc_rw_ctxts); in svc_rdma_get_rw_ctxt()
110 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()
Dverbs.c984 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked()
/Linux-v6.6/kernel/bpf/
Dmemalloc.c220 obj = llist_del_first(&c->free_by_rcu_ttrace); in alloc_bulk()
229 obj = llist_del_first(&c->waiting_for_gp_ttrace); in alloc_bulk()
/Linux-v6.6/drivers/tty/
Dtty_buffer.c168 free = llist_del_first(&port->buf.free); in tty_buffer_alloc()
/Linux-v6.6/net/rds/
Dib_rdma.c205 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
/Linux-v6.6/kernel/rcu/
Dtree.c2908 llist_del_first(&krcp->bkvcache); in get_cached_bnode()