Searched refs:runstate (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 67 uint8_t runstate; /* running or stopped */ member 298 rte_service_component_runstate_set(uint32_t id, uint32_t runstate) in rte_service_component_runstate_set() argument 307 if (runstate) in rte_service_component_runstate_set() 318 rte_service_runstate_set(uint32_t id, uint32_t runstate) in rte_service_runstate_set() argument 327 if (runstate) in rte_service_runstate_set() 467 while (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in service_runner_func() 665 __atomic_store_n(&lcore_states[i].runstate, in rte_service_lcore_reset_all() 691 __atomic_store_n(&lcore_states[lcore].runstate, RUNSTATE_STOPPED, in rte_service_lcore_add() 711 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) != in rte_service_lcore_del() 735 if (__atomic_load_n(&cs->runstate, __ATOMIC_ACQUIRE) == in rte_service_lcore_start() [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_service_component.h | 117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
|
| H A D | rte_service.h | 151 int32_t rte_service_runstate_set(uint32_t id, uint32_t runstate);
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 829 int32_t runstate; in sw_stop() local 832 runstate = rte_service_runstate_get(sw->service_id); in sw_stop() 833 if (runstate == 1) in sw_stop() 851 if (runstate == 1) in sw_stop()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_11.rst | 358 * Added API to set runstate of service implementation to indicate readiness
|