Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.h23 REQ_TYPE_FREE, /**< ask primary to free */ enumerator
H A Dmalloc_mp.c263 } else if (m->t == REQ_TYPE_FREE) { in handle_request()
388 if (entry->user_req.t == REQ_TYPE_FREE) { in handle_sync_response()
395 resp->t = REQ_TYPE_FREE; in handle_sync_response()
H A Dmalloc_heap.c977 req.t = REQ_TYPE_FREE; in malloc_heap_free()