Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.h28 REQ_RESULT_SUCCESS, enumerator
H A Dmalloc_mp.c171 resp->result = ret == 0 ? REQ_RESULT_SUCCESS : REQ_RESULT_FAIL; in handle_sync()
363 result = REQ_RESULT_SUCCESS; in handle_sync_response()
408 result == REQ_RESULT_SUCCESS) { in handle_sync_response()
624 if (resp->result != REQ_RESULT_SUCCESS) { in request_sync()
H A Dmalloc_heap.c483 if (req.result != REQ_RESULT_SUCCESS) in try_expand_heap_secondary()