Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_service.h53 uint32_t rte_service_get_count(void);
/dpdk/lib/eal/common/
H A Drte_service.c200 rte_service_get_count(void) in rte_service_get_count() function
550 uint32_t count = rte_service_get_count(); in rte_service_start_with_defaults()
/dpdk/lib/eal/
H A Dversion.map231 rte_service_get_count;
/dpdk/app/test/
H A Dtest_event_timer_adapter.c1853 svc_start_count = rte_service_get_count(); in adapter_create_max()
1875 svc_end_count = rte_service_get_count(); in adapter_create_max()
1885 svc_end_count = rte_service_get_count(); in adapter_create_max()
H A Dtest_service_cores.c114 uint32_t c = rte_service_get_count(); in unregister_all()