Lines Matching refs:malloc_mp_req

61 	struct malloc_mp_req user_req; /**< contents of request */
150 const struct malloc_mp_req *req = in handle_sync()
151 (const struct malloc_mp_req *)msg->param; in handle_sync()
152 struct malloc_mp_req *resp = in handle_sync()
153 (struct malloc_mp_req *)reply.param; in handle_sync()
179 handle_alloc_request(const struct malloc_mp_req *m, in handle_alloc_request()
237 const struct malloc_mp_req *m = in handle_request()
238 (const struct malloc_mp_req *)msg->param; in handle_request()
276 struct malloc_mp_req *resp = in handle_request()
277 (struct malloc_mp_req *)resp_msg.param; in handle_request()
297 struct malloc_mp_req *sr = in handle_request()
298 (struct malloc_mp_req *)sr_msg.param; in handle_request()
350 const struct malloc_mp_req *mpreq = in handle_sync_response()
351 (const struct malloc_mp_req *)request->param; in handle_sync_response()
369 struct malloc_mp_req *resp = in handle_sync_response()
370 (struct malloc_mp_req *)reply->msgs[i].param; in handle_sync_response()
390 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_sync_response()
411 struct malloc_mp_req *resp = in handle_sync_response()
412 (struct malloc_mp_req *)msg.param; in handle_sync_response()
435 struct malloc_mp_req *rb = in handle_sync_response()
436 (struct malloc_mp_req *)rb_msg.param; in handle_sync_response()
497 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_rollback_response()
498 const struct malloc_mp_req *mpreq = in handle_rollback_response()
499 (const struct malloc_mp_req *)request->param; in handle_rollback_response()
545 const struct malloc_mp_req *m = in handle_response()
546 (const struct malloc_mp_req *)msg->param; in handle_response()
575 struct malloc_mp_req *req = (struct malloc_mp_req *)msg.param; in request_sync()
614 struct malloc_mp_req *resp = in request_sync()
615 (struct malloc_mp_req *)reply.msgs[i].param; in request_sync()
640 request_to_primary(struct malloc_mp_req *user_req) in request_to_primary()
643 struct malloc_mp_req *msg_req = (struct malloc_mp_req *)msg.param; in request_to_primary()