Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/xprtrdma/
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()
Dsvc_rdma_recvfrom.c796 rqstp->rq_respages = rqstp->rq_pages; in svc_rdma_recvfrom()
797 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
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()
/linux-6.6.21/net/sunrpc/
Dsvc.c894 int i, count = rqstp->rq_next_page - rqstp->rq_respages; in svc_rqst_release_pages()
897 release_pages(rqstp->rq_respages, count); in svc_rqst_release_pages()
899 rqstp->rq_respages[i] = NULL; in svc_rqst_release_pages()
1514 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()
1515 resv->iov_base = page_address(rqstp->rq_respages[0]); in svc_process()
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()
Dsvc_xprt.c1245 rqstp->rq_respages = rqstp->rq_pages; in svc_deferred_recv()
/linux-6.6.21/include/linux/sunrpc/
Dsvc.h212 struct page * *rq_respages; /* points into rq_pages */ member
/linux-6.6.21/include/trace/events/
Dsunrpc.h1888 __entry->respages = rqst->rq_respages;