Searched refs:sc_rw_ctxts (Results 1 – 3 of 3) sorted by relevance
63 node = llist_del_first(&rdma->sc_rw_ctxts); in svc_rdma_get_rw_ctxt()101 __svc_rdma_put_rw_ctxt(ctxt, &rdma->sc_rw_ctxts); in svc_rdma_put_rw_ctxt()114 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()197 llist_add_batch(first, last, &rdma->sc_rw_ctxts); in svc_rdma_cc_release()
180 init_llist_head(&cma_xprt->sc_rw_ctxts); in svc_rdma_create_xprt()
98 struct llist_head sc_rw_ctxts; member