Home
last modified time | relevance | path

Searched refs:rte_socket_count (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_lcore.h132 rte_socket_count(void);
/dpdk/lib/eal/windows/
H A Deal_hugepages.c80 for (socket_id = 0; socket_id < rte_socket_count(); socket_id++) { in hugepage_info_init()
/dpdk/lib/eal/common/
H A Deal_common_dynmem.c75 n_memtypes = internal_conf->num_hugepage_sizes * rte_socket_count(); in eal_dynmem_memseg_lists_init()
92 for (i = 0; i < (int) rte_socket_count(); i++, cur_type++) { in eal_dynmem_memseg_lists_init()
H A Dmalloc_heap.c714 for (idx = 0; idx < rte_socket_count(); idx++) { in malloc_get_numa_socket()
756 for (i = 0; i < (int) rte_socket_count(); i++) { in malloc_heap_alloc()
817 for (i = 0; i < (int) rte_socket_count(); i++) { in malloc_heap_alloc_biggest()
1410 for (i = 0; i < rte_socket_count(); i++) { in rte_eal_malloc_heap_init()
H A Deal_common_lcore.c212 rte_socket_count(void) in rte_socket_count() function
/dpdk/drivers/bus/vmbus/
H A Dvmbus_common.c116 if (rte_socket_count() > 1) in vmbus_probe_one_driver()
/dpdk/lib/eal/linux/
H A Deal_memory.c854 for (i = 0; i < rte_socket_count(); i++) {
1703 for (i = 0; i < rte_socket_count(); i++) {
1742 for (i = 0; i < rte_socket_count(); i++) {
1922 if (!internal_conf->legacy_mem && rte_socket_count() > 1) {
H A Deal_hugepage_info.c448 for (i = 0; i < rte_socket_count(); i++) { in calc_num_pages()
H A Deal_memalloc.c675 if (rte_socket_count() > 1) in alloc_seg()
/dpdk/app/test/
H A Dtest_memzone.c522 for (i = 0; i < rte_socket_count(); i++) { in test_memzone_reserve_max()
568 for (i = 0; i < rte_socket_count(); i++) { in test_memzone_reserve_max_aligned()
/dpdk/drivers/bus/auxiliary/
H A Dauxiliary_common.c110 if (rte_socket_count() > 1) in rte_auxiliary_probe_one_driver()
/dpdk/lib/eal/
H A Dversion.map254 rte_socket_count;
/dpdk/drivers/bus/pci/
H A Dpci_common.c194 if (rte_socket_count() > 1) in rte_pci_probe_one_driver()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c3464 for (i = 0; i < NB_SOCKETS && i < rte_socket_count(); i++) { in main()
3502 for (i = 0; i < NB_SOCKETS && i < rte_socket_count(); i++) { in main()