Searched refs:current_is_bound (Results 1 – 7 of 7) sorted by relevance
161 bool current_is_bound; /* current thread is bound to this processor */ member
276 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()
967 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in load_context()
394 bool current_is_bound; /* current thread is bound to this processor */ member
507 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()
9353 return sched_allow_NO_SMT_threads && !processor->current_is_bound && processor->current_is_NO_SMT; in processor_active_thread_no_smt()
184 cpu0.current_is_bound = ((thread_t)thread)->bound_processor != PROCESSOR_NULL; in impl_set_thread_current()