Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c50 int8_t comp_runstate; member
308 __atomic_store_n(&s->comp_runstate, RUNSTATE_RUNNING, in rte_service_component_runstate_set()
311 __atomic_store_n(&s->comp_runstate, RUNSTATE_STOPPED, in rte_service_component_runstate_set()
347 if (__atomic_load_n(&s->comp_runstate, __ATOMIC_ACQUIRE) == in rte_service_runstate_get()
392 if (__atomic_load_n(&s->comp_runstate, __ATOMIC_ACQUIRE) != in service_run()