Searched refs:rte_service_lcore_may_be_active (Results 1 – 5 of 5) sorted by relevance
128 for (i = 0; rte_service_lcore_may_be_active(slcore_id) == 1 && in wait_slcore_inactive()379 TEST_ASSERT_EQUAL(0, rte_service_lcore_may_be_active(slcore_id), in service_lcore_attr_get()402 TEST_ASSERT_EQUAL(1, rte_service_lcore_may_be_active(slcore_id), in service_lcore_attr_get()412 TEST_ASSERT_EQUAL(0, rte_service_lcore_may_be_active(slcore_id), in service_lcore_attr_get()
282 int32_t rte_service_lcore_may_be_active(uint32_t lcore_id);
302 rte_service_lcore_may_be_active
403 rte_service_lcore_may_be_active;
490 rte_service_lcore_may_be_active(uint32_t lcore) in rte_service_lcore_may_be_active() function