Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c278 rte_malloc_get_socket_stats(socket, &pre_stats); in test_multi_alloc_statistics()
284 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
293 rte_malloc_get_socket_stats(socket, &pre_stats); in test_multi_alloc_statistics()
301 rte_malloc_get_socket_stats(socket,&post_stats); in test_multi_alloc_statistics()
315 rte_malloc_get_socket_stats(socket,&pre_stats); in test_multi_alloc_statistics()
319 rte_malloc_get_socket_stats(socket,&first_stats); in test_multi_alloc_statistics()
325 rte_malloc_get_socket_stats(socket,&second_stats); in test_multi_alloc_statistics()
331 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
H A Dtest_memzone.c478 if (rte_malloc_get_socket_stats(socket_id, &stats) < 0) in find_max_block_free_size()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h300 rte_malloc_get_socket_stats(int socket,
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def86 rte_malloc_get_socket_stats
H A Dversion.map119 rte_malloc_get_socket_stats;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c227 rte_malloc_get_socket_stats(int socket, in rte_malloc_get_socket_stats() function
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c779 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst225 ``rte_malloc_get_socket_stats()`` are no longer safe to call concurrently with
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c9529 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()