Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c122 int cc_sqecount; member
132 cc->cc_sqecount = 0; in svc_rdma_cc_init()
213 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_write_done()
271 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_wc_read_done()
308 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
323 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt()
327 cc->cc_sqecount, ret); in svc_rdma_post_chunk_ctxt()
334 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
336 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt()
346 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
[all …]