Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c69 uint8_t is_service_core; /* set if core is currently a service core */ member
508 count += lcore_states[i].is_service_core; in rte_service_lcore_count()
526 if (cs->is_service_core) { in rte_service_lcore_list()
542 if (!cs->is_service_core) in rte_service_lcore_count_services()
649 lcore_states[lcore].is_service_core = (state == ROLE_SERVICE); in set_lcore_state()
658 if (lcore_states[i].is_service_core) { in rte_service_lcore_reset_all()
681 if (lcore_states[lcore].is_service_core) in rte_service_lcore_add()
704 if (!cs->is_service_core) in rte_service_lcore_del()
728 if (!cs->is_service_core) in rte_service_lcore_start()
823 if (!cs->is_service_core) in rte_service_lcore_attr_get()
[all …]