Home
last modified time | relevance | path

Searched refs:cc_rwctxts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c151 struct list_head cc_rwctxts; member
168 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()
178 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()
349 list_for_each(tmp, &cc->cc_rwctxts) { in svc_rdma_post_chunk_ctxt()
476 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_writes()
678 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_read_segment()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c156 struct list_head cc_rwctxts; member
176 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()
196 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()
379 list_for_each(tmp, &cc->cc_rwctxts) { in svc_rdma_post_chunk_ctxt()
505 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_writes()
754 list_add(&ctxt->rw_list, &cc->cc_rwctxts); in svc_rdma_build_read_segment()

Completed in 3 milliseconds