Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.c321 if (m->t == REQ_TYPE_ALLOC) { in handle_request()
378 if (m->t == REQ_TYPE_ALLOC) in handle_request()
463 } else if (entry->user_req.t == REQ_TYPE_ALLOC && in handle_sync_response()
475 resp->t = REQ_TYPE_ALLOC; in handle_sync_response()
488 } else if (entry->user_req.t == REQ_TYPE_ALLOC && in handle_sync_response()
569 if (entry->user_req.t != REQ_TYPE_ALLOC) { in handle_rollback_response()
575 resp->t = REQ_TYPE_ALLOC; in handle_rollback_response()
H A Dmalloc_mp.h20 REQ_TYPE_ALLOC, /**< ask primary to allocate */ enumerator
H A Dmalloc_heap.c475 req.t = REQ_TYPE_ALLOC; in try_expand_heap_secondary()