Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h95 struct llist_head sc_rw_ctxts; member
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c60 node = llist_del_first(&rdma->sc_rw_ctxts); in svc_rdma_get_rw_ctxt()
97 __svc_rdma_put_rw_ctxt(ctxt, &rdma->sc_rw_ctxts); in svc_rdma_put_rw_ctxt()
110 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()
210 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()
H A Dsvc_rdma_transport.c139 init_llist_head(&cma_xprt->sc_rw_ctxts); in svc_rdma_create_xprt()