Searched refs:reply_msg (Results 1 – 1 of 1) sorted by relevance
851 struct rte_mp_msg *reply_msg; in mp_request_async() local856 reply_msg = calloc(1, sizeof(*reply_msg)); in mp_request_async()857 if (pending_req == NULL || reply_msg == NULL) { in mp_request_async()867 pending_req->reply = reply_msg; in mp_request_async()905 free(reply_msg); in mp_request_async()