Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.c171 resp->result = ret == 0 ? REQ_RESULT_SUCCESS : REQ_RESULT_FAIL; in handle_sync()
342 resp->result = REQ_RESULT_FAIL; in handle_request()
422 result = REQ_RESULT_FAIL; in handle_sync_response()
430 result = REQ_RESULT_FAIL; in handle_sync_response()
435 result = REQ_RESULT_FAIL; in handle_sync_response()
438 if (resp->result == REQ_RESULT_FAIL) { in handle_sync_response()
439 result = REQ_RESULT_FAIL; in handle_sync_response()
489 result == REQ_RESULT_FAIL) { in handle_sync_response()
576 resp->result = REQ_RESULT_FAIL; in handle_rollback_response()
H A Dmalloc_mp.h27 REQ_RESULT_FAIL enumerator