Searched refs:rte_lcore_has_role (Results 1 – 9 of 9) sorted by relevance
59 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role);
68 rte_lcore_has_role
101 rte_lcore_has_role;
350 if (!rte_lcore_has_role(i, ROLE_OFF)) in test_lcores()
97 if (rte_lcore_has_role(i, ROLE_RTE)) in app_eal_core_mask()
77 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role) in rte_lcore_has_role() function
1811 if (rte_lcore_has_role(lcore_id, ROLE_OFF)) in compute_ctrl_threads_cpuset()
105 if (softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_SERVICE)) in thread_is_valid()107 if (!softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_RTE)) in thread_is_valid()
363 * eal: The ``rte_lcore_has_role()`` return value changed.