Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c171 resp->result = ret == 0 ? REQ_RESULT_SUCCESS : REQ_RESULT_FAIL; in handle_sync()
286 resp->result = REQ_RESULT_FAIL; in handle_request()
366 result = REQ_RESULT_FAIL; in handle_sync_response()
374 result = REQ_RESULT_FAIL; in handle_sync_response()
379 result = REQ_RESULT_FAIL; in handle_sync_response()
382 if (resp->result == REQ_RESULT_FAIL) { in handle_sync_response()
383 result = REQ_RESULT_FAIL; in handle_sync_response()
433 result == REQ_RESULT_FAIL) { in handle_sync_response()
520 resp->result = REQ_RESULT_FAIL; in handle_rollback_response()
H A Dmalloc_mp.h29 REQ_RESULT_FAIL enumerator