Searched refs:rte_lcore_to_cpu_id (Results 1 – 6 of 6) sorted by relevance
44 core[0] = rte_lcore_to_cpu_id(id[0]); in get_two_hyperthreads()45 core[1] = rte_lcore_to_cpu_id(id[1]); in get_two_hyperthreads()70 core[0] = rte_lcore_to_cpu_id(id[0]); in get_two_cores()71 core[1] = rte_lcore_to_cpu_id(id[1]); in get_two_cores()
83 c1 = rte_lcore_to_cpu_id(id1); in get_two_hyperthreads()84 c2 = rte_lcore_to_cpu_id(id2); in get_two_hyperthreads()107 c1 = rte_lcore_to_cpu_id(id1); in get_two_cores()108 c2 = rte_lcore_to_cpu_id(id2); in get_two_cores()
175 rte_lcore_to_cpu_id(int lcore_id);
325 rte_lcore_to_cpu_id;
41 int rte_lcore_to_cpu_id(int lcore_id) in rte_lcore_to_cpu_id() function
314 cpu = rte_lcore_to_cpu_id(lcore); in rte_dpaa_portal_init()