Home
last modified time | relevance | path

Searched refs:reply_msg (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c836 struct rte_mp_msg *reply_msg; in mp_request_async() local
841 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()