Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_service_cores.c908 TEST_ASSERT_EQUAL(-EINVAL, rte_service_may_be_active(10000), in service_may_be_active()
931 if (!rte_service_may_be_active(sid)) in service_may_be_active()
936 TEST_ASSERT_EQUAL(0, rte_service_may_be_active(sid), in service_may_be_active()
975 TEST_ASSERT_EQUAL(1, rte_service_may_be_active(sid), in service_active_two_cores()
984 if (!rte_service_may_be_active(sid)) in service_active_two_cores()
989 TEST_ASSERT_EQUAL(0, rte_service_may_be_active(sid), in service_active_two_cores()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h183 rte_service_may_be_active(uint32_t id);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def141 rte_service_may_be_active
H A Dversion.map178 rte_service_may_be_active;
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c394 while (rte_service_may_be_active(txa->service_id)) in txa_service_unregister()
477 while (rte_service_may_be_active(txa->service_id)) in txa_service_ctrl()
H A Drte_event_timer_adapter.c979 while (rte_service_may_be_active(sw->service_id)) in swtim_stop()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c416 rte_service_may_be_active(uint32_t id) in rte_service_may_be_active() function
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c836 while (rte_service_may_be_active(sw->service_id)) in sw_stop()