Searched refs:cc_sqecount (Results 1 – 2 of 2) sorted by relevance
163 cc->cc_sqecount = 0; in svc_rdma_cc_init()243 if (!cc->cc_sqecount) in svc_rdma_reply_chunk_release()303 svc_rdma_wake_send_waiters(rdma, cc->cc_sqecount); in svc_rdma_write_done()373 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()388 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt()399 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()412 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()505 cc->cc_sqecount += ret; in svc_rdma_build_writes()713 sctxt->sc_sqecount += cc->cc_sqecount; in svc_rdma_prepare_reply_chunk()779 cc->cc_sqecount += ret; in svc_rdma_build_read_segment()[all …]
174 int cc_sqecount; member
Completed in 8 milliseconds