Home
last modified time | relevance | path

Searched refs:xbufp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Dbackchannel_rqst.c56 struct xdr_buf *xbufp; in xprt_free_allocation() local
60 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()
61 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
62 xbufp = &req->rq_snd_buf; in xprt_free_allocation()
63 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
H A Dxprt.c1901 struct xdr_buf *xbufp = &req->rq_snd_buf; in xprt_init_bc_request() local
1910 xbufp->len = xbufp->head[0].iov_len + xbufp->page_len + in xprt_init_bc_request()
1911 xbufp->tail[0].iov_len; in xprt_init_bc_request()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dbackchannel_rqst.c42 struct xdr_buf *xbufp; in xprt_free_allocation() local
46 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()
47 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
48 xbufp = &req->rq_snd_buf; in xprt_free_allocation()
49 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
H A Dxprt.c1988 struct xdr_buf *xbufp = &req->rq_snd_buf; in xprt_init_bc_request() local
1997 xbufp->len = xbufp->head[0].iov_len + xbufp->page_len + in xprt_init_bc_request()
1998 xbufp->tail[0].iov_len; in xprt_init_bc_request()

Completed in 7 milliseconds