Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c152 struct malloc_mp_req *resp = in handle_sync()
276 struct malloc_mp_req *resp = in handle_request()
297 struct malloc_mp_req *sr = in handle_request()
369 struct malloc_mp_req *resp = in handle_sync_response()
390 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_sync_response()
411 struct malloc_mp_req *resp = in handle_sync_response()
435 struct malloc_mp_req *rb = in handle_sync_response()
497 struct malloc_mp_req *resp = (struct malloc_mp_req *)msg.param; in handle_rollback_response()
575 struct malloc_mp_req *req = (struct malloc_mp_req *)msg.param; in request_sync()
614 struct malloc_mp_req *resp = in request_sync()
[all …]
H A Dmalloc_mp.h52 struct malloc_mp_req { struct
67 request_to_primary(struct malloc_mp_req *req); argument
H A Dmalloc_heap.c463 struct malloc_mp_req req; in try_expand_heap_secondary()
973 struct malloc_mp_req req; in malloc_heap_free()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_mp.c91 request_to_primary(struct malloc_mp_req *req) in request_to_primary()