Home
last modified time | relevance | path

Searched refs:xbufp (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/
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()
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