Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c966 int32_t core_count, i, mapped_count = 0; in get_mapped_count_for_service() local
973 mapped_count++; in get_mapped_count_for_service()
975 return mapped_count; in get_mapped_count_for_service()
981 int mapped_count; in swtim_start() local
991 mapped_count = get_mapped_count_for_service(sw->service_id); in swtim_start()
993 if (mapped_count != 1) in swtim_start()
994 return mapped_count < 1 ? -ENOENT : -ENOTSUP; in swtim_start()