Searched refs:rte_service_runstate_get (Results 1 – 7 of 7) sorted by relevance
162 int32_t rte_service_runstate_get(uint32_t id);
464 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()
332 rte_service_runstate_get(uint32_t id) in rte_service_runstate_get() function764 int32_t service_running = rte_service_runstate_get(i); in rte_service_lcore_stop()
248 rte_service_runstate_get;
774 if (!rte_service_runstate_get(sw->service_id)) { in sw_start()829 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
1059 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()
349 * Check if service is running with ``rte_service_runstate_get``.