Searched refs:rte_malloc_get_socket_stats (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_malloc.c | 279 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 D | test_memzone.c | 499 if (rte_malloc_get_socket_stats(socket_id, &stats) < 0) in find_max_block_free_size()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_malloc.h | 299 rte_malloc_get_socket_stats(int socket,
|
| /dpdk/lib/eal/ |
| H A D | version.map | 147 rte_malloc_get_socket_stats;
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 236 rte_malloc_get_socket_stats(int socket, in rte_malloc_get_socket_stats() function
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_02.rst | 166 ``rte_malloc_get_socket_stats()`` are no longer safe to call concurrently with
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 987 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 9968 if (rte_malloc_get_socket_stats(i, &socket_stats) || in dump_socket_mem()
|