Lines Matching refs:c2
34 unsigned c1, c2; member
74 unsigned c1, c2, s1, s2; in get_two_hyperthreads() local
84 c2 = rte_lcore_to_cpu_id(id2); in get_two_hyperthreads()
87 if ((c1 == c2) && (s1 == s2)){ in get_two_hyperthreads()
89 lcp->c2 = id2; in get_two_hyperthreads()
101 unsigned c1, c2, s1, s2; in get_two_cores() local
108 c2 = rte_lcore_to_cpu_id(id2); in get_two_cores()
111 if ((c1 != c2) && (s1 == s2)){ in get_two_cores()
113 lcp->c2 = id2; in get_two_cores()
134 lcp->c2 = id2; in get_two_sockets()
301 rte_eal_remote_launch(f2, ¶m2, cores->c2); in run_on_core_pair()
303 rte_eal_wait_lcore(cores->c2); in run_on_core_pair()
306 rte_eal_remote_launch(f2, ¶m2, cores->c2); in run_on_core_pair()
309 if (rte_eal_wait_lcore(cores->c2) < 0) in run_on_core_pair()