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()
177 handle_free_request(const struct malloc_mp_req *m) in handle_free_request()
215 handle_alloc_request(const struct malloc_mp_req *m, in handle_alloc_request()
297 const struct malloc_mp_req *m = in handle_request()
298 (const struct malloc_mp_req *)msg->param; in handle_request()
332 struct malloc_mp_req *resp = in handle_request()
333 (struct malloc_mp_req *)resp_msg.param; in handle_request()
353 struct malloc_mp_req *sr = in handle_request()
354 (struct malloc_mp_req *)sr_msg.param; in handle_request()
406 const struct malloc_mp_req *mpreq = in handle_sync_response()
407 (const struct malloc_mp_req *)request->param; in handle_sync_response()
425 struct malloc_mp_req *resp = in handle_sync_response()
426 (struct malloc_mp_req *)reply->msgs[i].param; in handle_sync_response()
446 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_sync_response()
467 struct malloc_mp_req *resp = in handle_sync_response()
468 (struct malloc_mp_req *)msg.param; in handle_sync_response()
491 struct malloc_mp_req *rb = in handle_sync_response()
492 (struct malloc_mp_req *)rb_msg.param; in handle_sync_response()
553 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_rollback_response()
554 const struct malloc_mp_req *mpreq = in handle_rollback_response()
555 (const struct malloc_mp_req *)request->param; in handle_rollback_response()
601 const struct malloc_mp_req *m = in handle_response()
602 (const struct malloc_mp_req *)msg->param; in handle_response()
631 struct malloc_mp_req *req = (struct malloc_mp_req *)msg.param; in request_sync()
670 struct malloc_mp_req *resp = in request_sync()
671 (struct malloc_mp_req *)reply.msgs[i].param; in request_sync()
696 request_to_primary(struct malloc_mp_req *user_req) in request_to_primary()
699 struct malloc_mp_req *msg_req = (struct malloc_mp_req *)msg.param; in request_to_primary()