Searched refs:cc_sqecount (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 152 int cc_sqecount; member 169 cc->cc_sqecount = 0; in svc_rdma_cc_init() 249 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_write_done() 307 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_wc_read_done() 344 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt() 359 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt() 361 trace_svcrdma_post_chunk(&cc->cc_cid, cc->cc_sqecount); in svc_rdma_post_chunk_ctxt() 369 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt() 371 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt() 382 atomic_add(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 158 int cc_sqecount; member 177 cc->cc_sqecount = 0; in svc_rdma_cc_init() 193 trace_svcrdma_cc_release(&cc->cc_cid, cc->cc_sqecount); in svc_rdma_cc_release() 284 svc_rdma_wake_send_waiters(rdma, cc->cc_sqecount); in svc_rdma_write_done() 351 svc_rdma_wake_send_waiters(cc->cc_rdma, cc->cc_sqecount); in svc_rdma_wc_read_done() 374 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt() 389 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt() 400 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt() 402 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt() 413 atomic_add(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt() [all...] |
Completed in 4 milliseconds