Searched refs:cc_rwctxts (Results 1 – 2 of 2) sorted by relevance
162 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()183 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()378 list_for_each(tmp, &cc->cc_rwctxts) { in svc_rdma_post_chunk_ctxt()504 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_writes()704 list_for_each(pos, &cc->cc_rwctxts) { in svc_rdma_prepare_reply_chunk()778 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_read_segment()
172 struct list_head cc_rwctxts; member