Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.h21 REQ_TYPE_FREE, /**< ask primary to free */ enumerator
H A Dmalloc_mp.c323 } else if (m->t == REQ_TYPE_FREE) { in handle_request()
444 if (entry->user_req.t == REQ_TYPE_FREE) { in handle_sync_response()
451 resp->t = REQ_TYPE_FREE; in handle_sync_response()
H A Dmalloc_heap.c1010 req.t = REQ_TYPE_FREE; in malloc_heap_free()