Searched defs:rte_service_spec_impl (Results 1 – 1 of 1) sorted by relevance
32 struct rte_service_spec_impl { struct34 struct rte_service_spec spec;40 rte_spinlock_t execute_lock;43 int8_t app_runstate;44 int8_t comp_runstate;45 uint8_t internal_flags;70 static struct rte_service_spec_impl *rte_services; argument