Searched refs:svc_rdma_put_context (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 191 void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages) in svc_rdma_put_context() function 360 svc_rdma_put_context(ctxt, 1); in rq_cq_reap() 395 svc_rdma_put_context(ctxt, 1); in process_context() 401 svc_rdma_put_context(ctxt, 0); in process_context() 420 svc_rdma_put_context(ctxt, 0); in process_context() 587 svc_rdma_put_context(ctxt, 1); in svc_rdma_post_recv() 594 svc_rdma_put_context(ctxt, 1); in svc_rdma_post_recv() 1182 svc_rdma_put_context(ctxt, 1); in __svc_rdma_free() 1192 svc_rdma_put_context(ctxt, 1); in __svc_rdma_free() 1340 svc_rdma_put_context(ctxt, 1); in svc_rdma_send_error() [all …]
|
D | svc_rdma_recvfrom.c | 207 svc_rdma_put_context(ctxt, 0); in rdma_read_chunk_lcl() 351 svc_rdma_put_context(ctxt, 0); in rdma_read_chunk_frmr() 553 svc_rdma_put_context(head, 0); in rdma_read_complete() 642 svc_rdma_put_context(ctxt, 1); in svc_rdma_recvfrom() 649 svc_rdma_put_context(ctxt, 0); in svc_rdma_recvfrom() 662 svc_rdma_put_context(ctxt, 1); in svc_rdma_recvfrom()
|
D | svc_rdma_sendto.c | 300 svc_rdma_put_context(ctxt, 0); in send_write() 474 svc_rdma_put_context(ctxt, 0); in send_reply() 561 svc_rdma_put_context(ctxt, 1); in send_reply() 641 svc_rdma_put_context(ctxt, 0); in svc_rdma_sendto()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | svc_rdma.h | 220 extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int);
|