Home
last modified time | relevance | path

Searched refs:rq_buffer (Results 1 – 7 of 7) sorted by relevance

/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_backchannel.c94 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()
125 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()
140 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
A Dtransport.c587 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
644 if (unlikely(!rqst->rq_buffer)) in xprt_rdma_send_request()
/linux/net/sunrpc/
A Dsched.c1039 rqst->rq_buffer = buf->data; in rpc_malloc()
1040 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in rpc_malloc()
1052 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
A Dxprt.c1877 req->rq_buffer = NULL; in xprt_request_init()
1968 if (req->rq_buffer) in xprt_release()
A Dxprtsock.c2492 rqst->rq_buffer = buf->data; in bc_malloc()
2493 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()
2502 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
A Dclnt.c1769 if (req->rq_buffer) in call_allocate()
1828 req->rq_buffer, in rpc_xdr_encode()
/linux/include/linux/sunrpc/
A Dxprt.h93 void *rq_buffer; /* Call XDR encode buffer */ member

Completed in 22 milliseconds