Home
last modified time | relevance | path

Searched refs:socket_count (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/windows/
H A Deal_lcore.c31 unsigned int socket_count; member
125 for (socket_id = 0; socket_id < cpu_map.socket_count; socket_id++) in eal_create_lcore_map()
129 if (socket_id == cpu_map.socket_count) { in eal_create_lcore_map()
134 cpu_map.socket_count++; in eal_create_lcore_map()
215 cpu_map.socket_count, cpu_map.lcore_count); in eal_create_cpu_map()
/dpdk/app/test/
H A Dtest_malloc.c582 int32_t socket_count = 0, socket_allocated, socket; in test_realloc_numa() local
592 socket_count++; in test_realloc_numa()
616 if (socket_count < 2) in test_realloc_numa()
960 unsigned socket_count = 0; in test_alloc_socket() local
968 socket_count++; in test_alloc_socket()
985 if (socket_count < 2) { in test_alloc_socket()