Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_rt.c962 int rotid = lsb_first(primary_map); in pset_choose_processor_for_realtime_thread_smt() local
1074 int rotid = lsb_first(cpu_map); in pset_choose_processor_for_realtime_thread() local
H A Dsched_prim.c4788 for (int rotid = lsb_first(active_map); rotid >= 0; rotid = lsb_next(active_map, rotid)) { in choose_processor_smt() local
5169 for (int rotid = lsb_first(active_map); rotid >= 0; rotid = lsb_next(active_map, rotid)) { in choose_processor() local
5355 int rotid = lsb_first(rt_target_map); in choose_starting_pset() local
5372 int rotid = lsb_first(rt_target_map); in choose_starting_pset() local