Searched refs:sc_rw_ctxts (Results 1 – 3 of 3) sorted by relevance
60 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()
139 init_llist_head(&cma_xprt->sc_rw_ctxts); in svc_rdma_create_xprt()
95 struct llist_head sc_rw_ctxts; member