Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2461 …bool bound_elsewhere = thread->bound_processor != PROCESSOR_NULL && thread->bound_processor !=… in thread_select() local
2467 …g = (still_running && !needs_smt_rebalance && !affinity_mismatch && !bound_elsewhere && !avoid_pro… in thread_select()
2564 if (needs_smt_rebalance || affinity_mismatch || bound_elsewhere || avoid_processor) { in thread_select()