Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c156 if (req->t != REQ_TYPE_SYNC) { in handle_sync()
169 resp->t = REQ_TYPE_SYNC; in handle_sync()
312 sr->t = REQ_TYPE_SYNC; in handle_request()
372 if (resp->t != REQ_TYPE_SYNC) { in handle_sync_response()
460 rb->t = REQ_TYPE_SYNC; in handle_sync_response()
589 req->t = REQ_TYPE_SYNC; in request_sync()
616 if (resp->t != REQ_TYPE_SYNC) { in request_sync()
H A Dmalloc_mp.h24 REQ_TYPE_SYNC /**< ask secondary to synchronize its memory map */ enumerator