Searched defs:rte_service_spec_impl (Results 1 – 1 of 1) sorted by relevance
38 struct rte_service_spec_impl { struct40 struct rte_service_spec spec;46 rte_spinlock_t execute_lock;49 int8_t app_runstate;50 int8_t comp_runstate;51 uint8_t internal_flags;76 static struct rte_service_spec_impl *rte_services; argument