Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c261 if (m->t == REQ_TYPE_ALLOC) { in handle_request()
322 if (m->t == REQ_TYPE_ALLOC) in handle_request()
407 } else if (entry->user_req.t == REQ_TYPE_ALLOC && in handle_sync_response()
419 resp->t = REQ_TYPE_ALLOC; in handle_sync_response()
432 } else if (entry->user_req.t == REQ_TYPE_ALLOC && in handle_sync_response()
513 if (entry->user_req.t != REQ_TYPE_ALLOC) { in handle_rollback_response()
519 resp->t = REQ_TYPE_ALLOC; in handle_rollback_response()
H A Dmalloc_mp.h22 REQ_TYPE_ALLOC, /**< ask primary to allocate */ enumerator
H A Dmalloc_heap.c468 req.t = REQ_TYPE_ALLOC; in try_expand_heap_secondary()