Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/include/linux/
Dllist.h250 extern struct llist_node *llist_del_first(struct llist_head *head);
/linux-6.1.9/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.c180 while ((node = llist_del_first(&rdma->sc_send_ctxts)) != NULL) { in svc_rdma_send_ctxts_destroy()
204 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()
111 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()
Dverbs.c989 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked()
/linux-6.1.9/drivers/tty/
Dtty_buffer.c168 free = llist_del_first(&port->buf.free); in tty_buffer_alloc()
/linux-6.1.9/net/rds/
Dib_rdma.c205 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
/linux-6.1.9/kernel/rcu/
Dtree.c2963 llist_del_first(&krcp->bkvcache); in get_cached_bnode()