Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_service_cores.c918 TEST_ASSERT_EQUAL(-EINVAL, rte_service_may_be_active(10000), in service_may_be_active()
941 if (!rte_service_may_be_active(sid)) in service_may_be_active()
946 TEST_ASSERT_EQUAL(0, rte_service_may_be_active(sid), in service_may_be_active()
985 TEST_ASSERT_EQUAL(1, rte_service_may_be_active(sid), in service_active_two_cores()
994 if (!rte_service_may_be_active(sid)) in service_active_two_cores()
999 TEST_ASSERT_EQUAL(0, rte_service_may_be_active(sid), in service_active_two_cores()
/dpdk/lib/eal/include/
H A Drte_service.h179 rte_service_may_be_active(uint32_t id);
/dpdk/lib/eal/
H A Dversion.map245 rte_service_may_be_active;
/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c393 while (rte_service_may_be_active(txa->service_id)) in txa_service_unregister()
476 while (rte_service_may_be_active(txa->service_id)) in txa_service_ctrl()
H A Drte_event_timer_adapter.c1010 while (rte_service_may_be_active(sw->service_id)) in swtim_stop()
/dpdk/lib/eal/common/
H A Drte_service.c410 rte_service_may_be_active(uint32_t id) in rte_service_may_be_active() function
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c492 if (rte_service_may_be_active(registry->polling.service.id) == 0) in sfc_mae_counter_service_unregister()
H A Dsfc_repr_proxy.c1267 if (rte_service_may_be_active(rp->service_id) == 0) in sfc_repr_proxy_stop()
/dpdk/drivers/event/sw/
H A Dsw_evdev.c833 while (rte_service_may_be_active(sw->service_id)) in sw_stop()