Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/include/linux/
Dllist.h277 extern struct llist_node *llist_del_first(struct llist_head *head);
288 struct llist_node *n = llist_del_first(head); in llist_del_first_init()
/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c182 while ((node = llist_del_first(&rdma->sc_recv_ctxts))) { in svc_rdma_recv_ctxts_destroy()
199 node = llist_del_first(&rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_get()
Dsvc_rdma_sendto.c172 while ((node = llist_del_first(&rdma->sc_send_ctxts)) != NULL) { in svc_rdma_send_ctxts_destroy()
196 node = llist_del_first(&rdma->sc_send_ctxts); in svc_rdma_send_ctxt_get()
Dsvc_rdma_rw.c63 node = llist_del_first(&rdma->sc_rw_ctxts); in svc_rdma_get_rw_ctxt()
114 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()
Dverbs.c999 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked()
/linux-6.12.1/kernel/bpf/
Dmemalloc.c221 obj = llist_del_first(&c->free_by_rcu_ttrace); in alloc_bulk()
230 obj = llist_del_first(&c->waiting_for_gp_ttrace); in alloc_bulk()
/linux-6.12.1/drivers/tty/
Dtty_buffer.c168 free = llist_del_first(&port->buf.free); in tty_buffer_alloc()
/linux-6.12.1/net/rds/
Dib_rdma.c205 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
/linux-6.12.1/kernel/rcu/
Drcuscale.c498 llnp = llist_del_first(&wflp->ws_lhp); in rcu_scale_alloc()
Dtree.c3331 llist_del_first(&krcp->bkvcache); in get_cached_bnode()