Home
last modified time | relevance | path

Searched refs:rte_service_runstate_get (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_service.h162 int32_t rte_service_runstate_get(uint32_t id);
/dpdk/app/test/
H A Dtest_service_cores.c464 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()
470 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()
476 TEST_ASSERT_EQUAL(1, rte_service_runstate_get(sid), in service_start_stop()
/dpdk/lib/eal/common/
H A Drte_service.c332 rte_service_runstate_get(uint32_t id) in rte_service_runstate_get() function
764 int32_t service_running = rte_service_runstate_get(i); in rte_service_lcore_stop()
/dpdk/lib/eal/
H A Dversion.map248 rte_service_runstate_get;
/dpdk/drivers/event/sw/
H A Dsw_evdev.c774 if (!rte_service_runstate_get(sw->service_id)) { in sw_start()
829 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c1059 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in __swtim_arm_burst()
1183 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in swtim_cancel_burst()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst349 * Check if service is running with ``rte_service_runstate_get``.