Home
last modified time | relevance | path

Searched refs:sched_allow_rt_smt (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_rt.h46 extern int sched_allow_rt_smt;
H A Dsched_dualq.c547 extern int sched_allow_rt_smt;
565 …rent_pri >= BASEPRI_RTQUEUES) && ((thread->sched_pri < BASEPRI_RTQUEUES) || !sched_allow_rt_smt)) { in sched_dualq_thread_avoid_processor()
H A Dsched_rt.c68 int sched_allow_rt_smt = 1; variable
739 if (!sched_allow_rt_smt) { in pset_available_but_not_running_rt_threads_cpumap()
906 extern int sched_allow_rt_smt;
946 if (!pset->is_SMT || !sched_allow_rt_smt || !consider_secondaries) { in pset_choose_processor_for_realtime_thread_smt()
1020 if (!pset->is_SMT || !sched_allow_rt_smt || !consider_secondaries) { in pset_choose_processor_for_realtime_thread_smt()
H A Dsched_prim.c5380 if (!pset->is_SMT || !sched_allow_rt_smt) { in choose_starting_pset()
9421 …ok_to_run_realtime_thread = sched_allow_rt_smt && these_processors_are_running_realtime_threads(ps… in sched_ok_to_run_realtime_thread()
9423 …ok_to_run_realtime_thread = (sched_allow_rt_smt && all_available_primaries_are_running_realtime_th… in sched_ok_to_run_realtime_thread()
/xnu-12377.81.4/bsd/kern/
H A Dkern_sysctl.c2536 extern int sched_allow_rt_smt;
2537 SYSCTL_INT(_kern, OID_AUTO, sched_allow_rt_smt,
2539 &sched_allow_rt_smt, 0, "");