Searched refs:thread_no_smt (Results 1 – 5 of 5) sorted by relevance
258 if (thread_no_smt(potential_thread)) { in sched_dualq_choose_thread()276 if (thread_no_smt(potential_thread) && secondary->current_is_bound) { in sched_dualq_choose_thread()570 if (thread_no_smt(thread)) { in sched_dualq_thread_avoid_processor()590 if (secondary->current_is_bound && thread_no_smt(thread)) { in sched_dualq_thread_avoid_processor()
477 if (thread_no_smt(thread) && smt_timeshare_enabled) { in lightweight_update_priority()668 if (thread_no_smt(thread) && smt_timeshare_enabled) { in update_priority()815 uint8_t run_weight = (thread_no_smt(thread) && smt_timeshare_enabled) ? 2 : 1; in sched_smt_run_incr()
2570 (thread_no_smt(thread) || (thread->sched_pri >= BASEPRI_RTQUEUES)) && in thread_select()2681 if (thread_no_smt(new_thread)) { in thread_select()2685 …} else if (secondary_forced_idle && !thread_no_smt(new_thread) && pset_has_stealable_threads(pset)… in thread_select()5924 && (!thread_no_smt(thread)) in thread_run_queue_remove_for_handoff()5974 && (!thread_no_smt(thread)) in thread_prepare_for_handoff()7438 thread_no_smt(thread_t thread) in thread_no_smt() function
1163 extern bool thread_no_smt(thread_t thread);
461 processor->current_is_NO_SMT = thread_no_smt(thread); in processor_state_update_from_thread()