Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_service.c71 static struct core_state *lcore_states; variable
94 if (!lcore_states) { in rte_service_init()
115 rte_free(lcore_states); in rte_service_init()
129 rte_free(lcore_states); in rte_service_finalize()
502 count += lcore_states[i].is_service_core; in rte_service_lcore_count()
652 if (lcore_states[i].is_service_core) { in rte_service_lcore_reset_all()
653 lcore_states[i].service_mask = 0; in rte_service_lcore_reset_all()
675 if (lcore_states[lcore].is_service_core) in rte_service_lcore_add()
681 lcore_states[lcore].service_mask = 0; in rte_service_lcore_add()
816 cs = &lcore_states[lcore]; in rte_service_lcore_attr_get()
[all …]