Home
last modified time | relevance | path

Searched refs:lcp (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_stack_perf.c34 get_two_hyperthreads(struct lcore_pair *lcp) in get_two_hyperthreads() argument
49 lcp->c1 = id[0]; in get_two_hyperthreads()
50 lcp->c2 = id[1]; in get_two_hyperthreads()
60 get_two_cores(struct lcore_pair *lcp) in get_two_cores() argument
75 lcp->c1 = id[0]; in get_two_cores()
76 lcp->c2 = id[1]; in get_two_cores()
86 get_two_sockets(struct lcore_pair *lcp) in get_two_sockets() argument
98 lcp->c1 = id[0]; in get_two_sockets()
99 lcp->c2 = id[1]; in get_two_sockets()
H A Dtest_ring_perf.c71 get_two_hyperthreads(struct lcore_pair *lcp) in get_two_hyperthreads() argument
88 lcp->c1 = id1; in get_two_hyperthreads()
89 lcp->c2 = id2; in get_two_hyperthreads()
98 get_two_cores(struct lcore_pair *lcp) in get_two_cores() argument
112 lcp->c1 = id1; in get_two_cores()
113 lcp->c2 = id2; in get_two_cores()
122 get_two_sockets(struct lcore_pair *lcp) in get_two_sockets() argument
133 lcp->c1 = id1; in get_two_sockets()
134 lcp->c2 = id2; in get_two_sockets()