Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.h26 REQ_RESULT_SUCCESS, enumerator
H A Dmalloc_mp.c171 resp->result = ret == 0 ? REQ_RESULT_SUCCESS : REQ_RESULT_FAIL; in handle_sync()
419 result = REQ_RESULT_SUCCESS; in handle_sync_response()
464 result == REQ_RESULT_SUCCESS) { in handle_sync_response()
680 if (resp->result != REQ_RESULT_SUCCESS) { in request_sync()
H A Dmalloc_heap.c490 if (req.result != REQ_RESULT_SUCCESS) in try_expand_heap_secondary()