Searched refs:sched_allow_rt_smt (Results 1 – 5 of 5) sorted by relevance
49 extern int sched_allow_rt_smt;
562 extern int sched_allow_rt_smt;580 …rent_pri >= BASEPRI_RTQUEUES) && ((thread->sched_pri < BASEPRI_RTQUEUES) || !sched_allow_rt_smt)) { in sched_dualq_thread_avoid_processor()
74 int sched_allow_rt_smt = 1; variable764 if (!sched_allow_rt_smt) { in pset_available_but_not_running_rt_threads_cpumap()931 extern int sched_allow_rt_smt;971 if (!pset->is_SMT || !sched_allow_rt_smt || !consider_secondaries) { in pset_choose_processor_for_realtime_thread_smt()1045 if (!pset->is_SMT || !sched_allow_rt_smt || !consider_secondaries) { in pset_choose_processor_for_realtime_thread_smt()
5362 if (!pset->is_SMT || !sched_allow_rt_smt) { in choose_starting_pset()9344 …ok_to_run_realtime_thread = sched_allow_rt_smt && these_processors_are_running_realtime_threads(ps… in sched_ok_to_run_realtime_thread()9346 …ok_to_run_realtime_thread = (sched_allow_rt_smt && all_available_primaries_are_running_realtime_th… in sched_ok_to_run_realtime_thread()
2536 extern int sched_allow_rt_smt;2537 SYSCTL_INT(_kern, OID_AUTO, sched_allow_rt_smt,2539 &sched_allow_rt_smt, 0, "");