Searched refs:svc_rdma_put_context (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 137 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context() function 308 svc_rdma_put_context(ctxt, 1); in rq_cq_reap() 343 svc_rdma_put_context(ctxt, 1); in process_context() 349 svc_rdma_put_context(ctxt, 0); in process_context() 368 svc_rdma_put_context(ctxt, 0); in process_context() 546 svc_rdma_put_context(ctxt, 1); in svc_rdma_post_recv() 553 svc_rdma_put_context(ctxt, 1); in svc_rdma_post_recv() 1150 svc_rdma_put_context(ctxt, 1); in __svc_rdma_free() 1160 svc_rdma_put_context(ctxt, 1); in __svc_rdma_free() 1342 svc_rdma_put_context(ctxt, 1); in svc_rdma_send_error() [all …]
|
D | svc_rdma_recvfrom.c | 217 svc_rdma_put_context(ctxt, 0); in rdma_read_chunk_lcl() 354 svc_rdma_put_context(ctxt, 0); in rdma_read_chunk_frmr() 556 svc_rdma_put_context(head, 0); in rdma_read_complete() 645 svc_rdma_put_context(ctxt, 1); in svc_rdma_recvfrom() 652 svc_rdma_put_context(ctxt, 0); in svc_rdma_recvfrom() 665 svc_rdma_put_context(ctxt, 1); in svc_rdma_recvfrom()
|
D | svc_rdma_sendto.c | 227 svc_rdma_put_context(ctxt, 0); in send_write() 399 svc_rdma_put_context(ctxt, 0); in send_reply() 486 svc_rdma_put_context(ctxt, 1); in send_reply() 566 svc_rdma_put_context(ctxt, 0); in svc_rdma_sendto()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svc_rdma.h | 219 extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int);
|