Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c2803 …bool avoid_processor = !is_yielding && SCHED(avoid_processor_enabled) && SCHED(thread_avoid_pr… in thread_select() local
2807 …ill_running && !needs_smt_rebalance && !affinity_mismatch && !bound_elsewhere && !avoid_processor); in thread_select()
2903 if (needs_smt_rebalance || affinity_mismatch || bound_elsewhere || avoid_processor) { in thread_select()