Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_dualq.c281 if (thread_no_smt(potential_thread) && secondary->current_is_bound) { in sched_dualq_choose_thread()
599 if (secondary->current_is_bound && thread_no_smt(thread)) { in sched_dualq_thread_avoid_processor()
H A Dprocessor.h403 bool current_is_bound; /* current thread is bound to this processor */ member
H A Dprocessor.c516 processor->current_is_bound = false; in processor_state_update_idle()
548 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in processor_state_update_from_thread()
H A Dsched_prim.c9804 return sched_allow_NO_SMT_threads && !processor->current_is_bound && processor->current_is_NO_SMT; in processor_active_thread_no_smt()
/xnu-11417.140.69/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c227 cpus[cpu_id]->current_is_bound = ((thread_t)thread)->bound_processor != PROCESSOR_NULL; in clutch_impl_cpu_set_thread_current()