Home
last modified time | relevance | path

Searched refs:malloc_mp_req (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/common/
H A Dmalloc_mp.c152 struct malloc_mp_req *resp = in handle_sync()
332 struct malloc_mp_req *resp = in handle_request()
353 struct malloc_mp_req *sr = in handle_request()
425 struct malloc_mp_req *resp = in handle_sync_response()
446 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_sync_response()
467 struct malloc_mp_req *resp = in handle_sync_response()
491 struct malloc_mp_req *rb = in handle_sync_response()
553 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_rollback_response()
631 struct malloc_mp_req *req = (struct malloc_mp_req *)msg.param; in request_sync()
670 struct malloc_mp_req *resp = in request_sync()
[all …]
H A Dmalloc_mp.h50 struct malloc_mp_req { struct
68 request_to_primary(struct malloc_mp_req *req); argument
H A Dmalloc_heap.c470 struct malloc_mp_req req; in try_expand_heap_secondary()
1006 struct malloc_mp_req req; in malloc_heap_free()
/dpdk/lib/eal/windows/
H A Deal_mp.c98 request_to_primary(struct malloc_mp_req *req) in request_to_primary()