Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lcores.c16 bool lcore_id_any; member
35 if ((t->lcore_id_any && lcore_id != LCORE_ID_ANY) || in thread_loop()
36 (!t->lcore_id_any && lcore_id == LCORE_ID_ANY)) { in thread_loop()
38 lcore_id, t->lcore_id_any ? "" : "not ", LCORE_ID_ANY); in thread_loop()
79 t->lcore_id_any = false; in test_non_eal_lcores()
98 t->lcore_id_any = true; in test_non_eal_lcores()
264 t->lcore_id_any = false; in test_non_eal_lcores_callback()
287 t->lcore_id_any = true; in test_non_eal_lcores_callback()