Searched refs:rte_lcore_to_cpu_id (Results 1 – 7 of 7) sorted by relevance
45 core[0] = rte_lcore_to_cpu_id(id[0]); in get_two_hyperthreads()46 core[1] = rte_lcore_to_cpu_id(id[1]); in get_two_hyperthreads()71 core[0] = rte_lcore_to_cpu_id(id[0]); in get_two_cores()72 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()
186 rte_lcore_to_cpu_id(int lcore_id);
252 rte_lcore_to_cpu_id
326 rte_lcore_to_cpu_id;
46 int rte_lcore_to_cpu_id(int lcore_id) in rte_lcore_to_cpu_id() function
274 cpu = rte_lcore_to_cpu_id(lcore); in rte_dpaa_portal_init()