Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c5125 for (int rotid = lsb_first(active_map); rotid >= 0; rotid = lsb_next(active_map, rotid)) { in choose_processor() local
5126 cpuid = ((rotid + pset->last_chosen + 1) & 63); in choose_processor()
5418 int rotid = lsb_first(rt_target_map); in choose_starting_pset() local
5419 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() local
5435 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() local
7704 if (rotid >= 0) { in choose_processor_for_realtime_thread()
[all …]