Searched refs:reqmsg_size (Results 1 – 1 of 1) sorted by relevance
452 int reqmsg_size; in sptlrpc_req_ctx_switch() local470 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()471 if (reqmsg_size != 0) { in sptlrpc_req_ctx_switch()472 OBD_ALLOC_LARGE(reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()475 memcpy(reqmsg, req->rq_reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()490 if (reqmsg_size != 0) { in sptlrpc_req_ctx_switch()491 rc = sptlrpc_cli_alloc_reqbuf(req, reqmsg_size); in sptlrpc_req_ctx_switch()494 memcpy(req->rq_reqmsg, reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()500 OBD_FREE_LARGE(reqmsg, reqmsg_size); in sptlrpc_req_ctx_switch()