Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c77 static struct core_state *lcore_states; variable
100 if (!lcore_states) { in rte_service_init()
121 rte_free(lcore_states); in rte_service_init()
135 rte_free(lcore_states); in rte_service_finalize()
508 count += lcore_states[i].is_service_core; in rte_service_lcore_count()
658 if (lcore_states[i].is_service_core) { in rte_service_lcore_reset_all()
659 lcore_states[i].service_mask = 0; in rte_service_lcore_reset_all()
681 if (lcore_states[lcore].is_service_core) in rte_service_lcore_add()
687 lcore_states[lcore].service_mask = 0; in rte_service_lcore_add()
822 cs = &lcore_states[lcore]; in rte_service_lcore_attr_get()
[all …]