Home
last modified time | relevance | path

Searched refs:sc_send_ctxts (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/sunrpc/xprtrdma/
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()
248 llist_add(&ctxt->sc_node, &rdma->sc_send_ctxts); in svc_rdma_send_ctxt_release()
Dsvc_rdma_transport.c178 init_llist_head(&cma_xprt->sc_send_ctxts); in svc_rdma_create_xprt()
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h96 struct llist_head sc_send_ctxts; member