Home
last modified time | relevance | path

Searched refs:rq_respages (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c814 int i, pages = rqstp->rq_next_page - rqstp->rq_respages; in svc_rdma_save_io_pages()
818 ctxt->sc_pages[i] = rqstp->rq_respages[i]; in svc_rdma_save_io_pages()
819 rqstp->rq_respages[i] = NULL; in svc_rdma_save_io_pages()
823 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_save_io_pages()
H A Dsvc_rdma_recvfrom.c802 rqstp->rq_respages = rqstp->rq_pages; in svc_rdma_recvfrom()
803 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
H A Dsvc_rdma_rw.c1160 rqstp->rq_respages = &rqstp->rq_pages[head->rc_page_count]; in svc_rdma_process_read_list()
1161 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()
/openbmc/linux/net/sunrpc/
H A Dsvc.c897 int i, count = rqstp->rq_next_page - rqstp->rq_respages; in svc_rqst_release_pages()
900 release_pages(rqstp->rq_respages, count); in svc_rqst_release_pages()
902 rqstp->rq_respages[i] = NULL; in svc_rqst_release_pages()
1523 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()
1524 resv->iov_base = page_address(rqstp->rq_respages[0]); in svc_process()
H A Dsvcsock.c316 rqstp->rq_respages = &rqstp->rq_pages[i]; in svc_tcp_read_msg()
317 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()
642 rqstp->rq_respages = rqstp->rq_pages+1; in svc_udp_recvfrom()
645 rqstp->rq_respages = rqstp->rq_pages + 1 + in svc_udp_recvfrom()
648 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
H A Dsvc_xprt.c1245 rqstp->rq_respages = rqstp->rq_pages; in svc_deferred_recv()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h212 struct page * *rq_respages; /* points into rq_pages */ member
/openbmc/linux/include/trace/events/
H A Dsunrpc.h1887 __entry->respages = rqst->rq_respages;