Home
last modified time | relevance | path

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

/dpdk/lib/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()
368 sr->t = REQ_TYPE_SYNC; in handle_request()
428 if (resp->t != REQ_TYPE_SYNC) { in handle_sync_response()
516 rb->t = REQ_TYPE_SYNC; in handle_sync_response()
645 req->t = REQ_TYPE_SYNC; in request_sync()
672 if (resp->t != REQ_TYPE_SYNC) { in request_sync()
H A Dmalloc_mp.h22 REQ_TYPE_SYNC /**< ask secondary to synchronize its memory map */ enumerator