Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c76 static struct rte_service_spec_impl *rte_services; variable
93 if (!rte_services) { in rte_service_init()
120 rte_free(rte_services); in rte_service_init()
134 rte_free(rte_services); in rte_service_finalize()
152 return &rte_services[id]; in service_get()
220 strcmp(name, rte_services[i].spec.name) == 0) { in rte_service_get_by_name()
605 __atomic_add_fetch(&rte_services[sid].num_mapped_cores, in service_update()
610 __atomic_sub_fetch(&rte_services[sid].num_mapped_cores, in service_update()
670 __atomic_store_n(&rte_services[i].num_mapped_cores, 0, in rte_service_lcore_reset_all()
772 __atomic_load_n(&rte_services[i].num_mapped_cores, in rte_service_lcore_stop()
[all …]