Searched refs:rte_malloc_get_socket_stats (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 278 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 D | test_memzone.c | 478 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 D | rte_malloc.h | 300 rte_malloc_get_socket_stats(int socket,
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 86 rte_malloc_get_socket_stats
|
| H A D | version.map | 119 rte_malloc_get_socket_stats;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 227 rte_malloc_get_socket_stats(int socket, in rte_malloc_get_socket_stats() function
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 779 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_02.rst | 225 ``rte_malloc_get_socket_stats()`` are no longer safe to call concurrently with
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 9529 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
|