Searched refs:numa_nodes (Results 1 – 3 of 3) sorted by relevance
12 numa_nodes = glob.glob('/sys/devices/system/node/node*') variable13 numa_nodes.sort()14 print(int(os.path.basename(numa_nodes[-1])[4:]) + 1)
202 config->numa_nodes[config->numa_node_count++] = in rte_eal_cpu_init()226 return config->numa_nodes[idx]; in rte_socket_id_by_idx()
49 uint32_t numa_nodes[RTE_MAX_NUMA_NODES]; /**< List of detected NUMA nodes. */ member