Searched refs:rte_service_runstate_get (Results 1 – 8 of 8) sorted by relevance
166 int32_t rte_service_runstate_get(uint32_t id);
454 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()460 TEST_ASSERT_EQUAL(0, rte_service_runstate_get(sid), in service_start_stop()466 TEST_ASSERT_EQUAL(1, rte_service_runstate_get(sid), in service_start_stop()
144 rte_service_runstate_get
181 rte_service_runstate_get;
338 rte_service_runstate_get(uint32_t id) in rte_service_runstate_get() function770 int32_t service_running = rte_service_runstate_get(i); in rte_service_lcore_stop()
1028 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in __swtim_arm_burst()1152 if (rte_service_runstate_get(adapter->data->service_id) != 1) { in swtim_cancel_burst()
777 if (!rte_service_runstate_get(sw->service_id)) { in sw_start()832 runstate = rte_service_runstate_get(sw->service_id); in sw_stop()
351 * Check if service is running with ``rte_service_runstate_get``.