Searched refs:rpcrdma_post_recvs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 455 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp);
|
H A D | verbs.c | 541 rpcrdma_post_recvs(r_xprt, 1, true); in rpcrdma_xprt_connect() 1388 * rpcrdma_post_recvs - Refill the Receive Queue 1394 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp) in rpcrdma_post_recvs() function
|
H A D | rpc_rdma.c | 1475 rpcrdma_post_recvs(r_xprt, credits + (buf->rb_bc_srv_max_requests << 1), in rpcrdma_reply_handler()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 469 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp);
|
H A D | verbs.c | 92 /* Wait for rpcrdma_post_recvs() to leave its critical in rpcrdma_xprt_drain() 504 rpcrdma_post_recvs(r_xprt, 1, true); in rpcrdma_xprt_connect() 1323 * rpcrdma_post_recvs - Refill the Receive Queue 1329 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp) in rpcrdma_post_recvs() function
|
H A D | rpc_rdma.c | 1474 rpcrdma_post_recvs(r_xprt, credits + (buf->rb_bc_srv_max_requests << 1), in rpcrdma_reply_handler()
|
Completed in 10 milliseconds