Searched refs:rte_lcore_has_role (Results 1 – 8 of 8) sorted by relevance
60 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role);
126 rte_lcore_has_role;
391 if (!rte_lcore_has_role(i, ROLE_OFF)) in test_lcores()
93 if (rte_lcore_has_role(i, ROLE_RTE)) in app_eal_core_mask()
72 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role) in rte_lcore_has_role() function
1968 if (rte_lcore_has_role(lcore_id, ROLE_OFF)) in compute_ctrl_threads_cpuset()
103 if (softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_SERVICE)) in thread_is_valid()105 if (!softnic->params.sc && rte_lcore_has_role(thread_id, ROLE_RTE)) in thread_is_valid()
316 * eal: The ``rte_lcore_has_role()`` return value changed.