Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c404 static int cpu_throttle_enabled = 1; variable
6081 cpu_throttle_enabled = 0; in sys_override_cpu_throttle()
6083 cpu_throttle_enabled = 1; in sys_override_cpu_throttle()
6105 } else if (cpu_throttle_enabled && in thread_get_urgency()
6728 …if (cpu_throttle_enabled && ((thread->sched_pri <= MAXPRI_THROTTLE) && (thread->base_pri <= MAXPRI… in runq_scan_thread()