Searched refs:rotid (Results 1 – 1 of 1) sorted by relevance
5125 for (int rotid = lsb_first(active_map); rotid >= 0; rotid = lsb_next(active_map, rotid)) { in choose_processor() local5126 cpuid = ((rotid + pset->last_chosen + 1) & 63); in choose_processor()5418 int rotid = lsb_first(rt_target_map); in choose_starting_pset() local5419 if (rotid >= 0) { in choose_starting_pset()5420 int id = avoid_cpu0 ? ((rotid + 1) & 63) : rotid; in choose_starting_pset()5434 int rotid = lsb_first(rt_target_map); in choose_starting_pset() local5435 if (rotid >= 0) { in choose_starting_pset()5436 int id = avoid_cpu0 ? ((rotid + 1) & 63) : rotid; in choose_starting_pset()7703 int rotid = lsb_first(primary_map); in choose_processor_for_realtime_thread() local7704 if (rotid >= 0) { in choose_processor_for_realtime_thread()[all …]