Searched refs:reply_msg (Results 1 – 1 of 1) sorted by relevance
836 struct rte_mp_msg *reply_msg; in mp_request_async() local841 reply_msg = calloc(1, sizeof(*reply_msg)); in mp_request_async()842 if (pending_req == NULL || reply_msg == NULL) { in mp_request_async()852 pending_req->reply = reply_msg; in mp_request_async()890 free(reply_msg); in mp_request_async()