Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c184 cc->cc_sqecount = 0; in svc_rdma_cc_init()
200 trace_svcrdma_cc_release(&cc->cc_cid, cc->cc_sqecount); in svc_rdma_cc_release()
264 if (!cc->cc_sqecount) in svc_rdma_reply_chunk_release()
324 svc_rdma_wake_send_waiters(rdma, cc->cc_sqecount); in svc_rdma_write_done()
346 svc_rdma_wake_send_waiters(rdma, cc->cc_sqecount); in svc_rdma_wc_read_done()
394 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
409 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt()
420 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
422 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt()
433 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
[all …]
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h174 int cc_sqecount; member