Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c45 struct bio_vec *rw_bvec; member
84 ctxt->rw_bvec = ctxt->rw_first_bvec; in svc_rdma_get_rw_ctxt()
86 ctxt->rw_bvec = kmalloc_array_node(nr_bvec, in svc_rdma_get_rw_ctxt()
87 sizeof(*ctxt->rw_bvec), in svc_rdma_get_rw_ctxt()
90 if (!ctxt->rw_bvec) in svc_rdma_get_rw_ctxt()
109 if (ctxt->rw_bvec != ctxt->rw_first_bvec) in __svc_rdma_put_rw_ctxt()
110 kfree(ctxt->rw_bvec); in __svc_rdma_put_rw_ctxt()
160 ctxt->rw_bvec, ctxt->rw_nents, in svc_rdma_rw_ctx_init()
208 ctxt->rw_bvec, ctxt->rw_nents, dir); in svc_rdma_cc_release()
209 if (ctxt->rw_bvec != ctxt->rw_first_bvec) in svc_rdma_cc_release()
[all …]