Searched refs:current_is_bound (Results 1 – 5 of 5) sorted by relevance
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()
329 bool current_is_bound; /* current thread is bound to this processor */ member
953 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in load_context()
432 processor->current_is_bound = false; in processor_state_update_idle()462 processor->current_is_bound = thread->bound_processor != PROCESSOR_NULL; in processor_state_update_from_thread()
7510 return sched_allow_NO_SMT_threads && !processor->current_is_bound && processor->current_is_NO_SMT; in processor_active_thread_no_smt()