Searched refs:mapped_count (Results 1 – 1 of 1) sorted by relevance
966 int32_t core_count, i, mapped_count = 0; in get_mapped_count_for_service() local973 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() local991 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()