Home
last modified time | relevance | path

Searched refs:svc_serv_maxpages (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h170 static inline unsigned long svc_serv_maxpages(const struct svc_serv *serv) in svc_serv_maxpages() function
/linux/net/sunrpc/
H A Dsvcsock.c1413 return svc_serv_maxpages(serv) + 1; in svc_sock_sendpages()
1438 pages = svc_serv_maxpages(serv); in svc_setup_socket()
H A Dsvc.c639 rqstp->rq_maxpages = svc_serv_maxpages(serv); in svc_init_buffer()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c127 pages = svc_serv_maxpages(rdma->sc_xprt.xpt_server); in svc_rdma_recv_ctxt_alloc()
H A Dsvc_rdma_sendto.c130 pages = svc_serv_maxpages(rdma->sc_xprt.xpt_server); in svc_rdma_send_ctxt_alloc()