Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c161 bool current_is_bound; /* current thread is bound to this processor */ member
/xnu-11215/osfmk/kern/
H A Dsched_dualq.c276 if (thread_no_smt(potential_thread) && secondary->current_is_bound) { in sched_dualq_choose_thread()
590 if (secondary->current_is_bound && thread_no_smt(thread)) { in sched_dualq_thread_avoid_processor()
H A Dstartup.c967 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in load_context()
H A Dprocessor.h394 bool current_is_bound; /* current thread is bound to this processor */ member
H A Dprocessor.c507 processor->current_is_bound = false; in processor_state_update_idle()
537 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in processor_state_update_from_thread()
H A Dsched_prim.c9353 return sched_allow_NO_SMT_threads && !processor->current_is_bound && processor->current_is_NO_SMT; in processor_active_thread_no_smt()
/xnu-11215/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c184 cpu0.current_is_bound = ((thread_t)thread)->bound_processor != PROCESSOR_NULL; in impl_set_thread_current()