Home
last modified time | relevance | path

Searched refs:rte_malloc_get_socket_stats (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_malloc.c279 rte_malloc_get_socket_stats(socket, &pre_stats); in test_multi_alloc_statistics()
285 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
294 rte_malloc_get_socket_stats(socket, &pre_stats); in test_multi_alloc_statistics()
302 rte_malloc_get_socket_stats(socket,&post_stats); in test_multi_alloc_statistics()
316 rte_malloc_get_socket_stats(socket,&pre_stats); in test_multi_alloc_statistics()
320 rte_malloc_get_socket_stats(socket,&first_stats); in test_multi_alloc_statistics()
326 rte_malloc_get_socket_stats(socket,&second_stats); in test_multi_alloc_statistics()
332 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
H A Dtest_memzone.c499 if (rte_malloc_get_socket_stats(socket_id, &stats) < 0) in find_max_block_free_size()
/dpdk/lib/eal/include/
H A Drte_malloc.h299 rte_malloc_get_socket_stats(int socket,
/dpdk/lib/eal/
H A Dversion.map147 rte_malloc_get_socket_stats;
/dpdk/lib/eal/common/
H A Drte_malloc.c236 rte_malloc_get_socket_stats(int socket, in rte_malloc_get_socket_stats() function
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst166 ``rte_malloc_get_socket_stats()`` are no longer safe to call concurrently with
/dpdk/app/test-flow-perf/
H A Dmain.c987 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
/dpdk/app/test-pmd/
H A Dcmdline.c9968 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()