Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2459 …bool affinity_mismatch = thread->affinity_set != AFFINITY_SET_NULL && thread->affinity_set->aset… in thread_select() local
2467 …hread_can_keep_running = (still_running && !needs_smt_rebalance && !affinity_mismatch && !bound_el… in thread_select()
2564 if (needs_smt_rebalance || affinity_mismatch || bound_elsewhere || avoid_processor) { in thread_select()