Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c935 int32_t core_count, i, mapped_count = 0; in get_mapped_count_for_service() local
942 mapped_count++; in get_mapped_count_for_service()
944 return mapped_count; in get_mapped_count_for_service()
950 int mapped_count; in swtim_start() local
960 mapped_count = get_mapped_count_for_service(sw->service_id); in swtim_start()
962 if (mapped_count != 1) in swtim_start()
963 return mapped_count < 1 ? -ENOENT : -ENOTSUP; in swtim_start()