Searched refs:rte_services (Results 1 – 1 of 1) sorted by relevance
70 static struct rte_service_spec_impl *rte_services; variable87 if (!rte_services) { in rte_service_init()114 rte_free(rte_services); in rte_service_init()128 rte_free(rte_services); in rte_service_finalize()146 return &rte_services[id]; in service_get()214 strcmp(name, rte_services[i].spec.name) == 0) { in rte_service_get_by_name()599 __atomic_add_fetch(&rte_services[sid].num_mapped_cores, in service_update()604 __atomic_sub_fetch(&rte_services[sid].num_mapped_cores, in service_update()664 __atomic_store_n(&rte_services[i].num_mapped_cores, 0, in rte_service_lcore_reset_all()766 __atomic_load_n(&rte_services[i].num_mapped_cores, in rte_service_lcore_stop()[all …]