Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c555 static int cpu_throttle_enabled = 1; variable
6660 cpu_throttle_enabled = 0; in sys_override_cpu_throttle()
6662 cpu_throttle_enabled = 1; in sys_override_cpu_throttle()
6684 } else if (cpu_throttle_enabled && in thread_get_urgency()
7304 …if (cpu_throttle_enabled && ((thread->sched_pri <= MAXPRI_THROTTLE) && (thread->base_pri <= MAXPRI… in runq_scan_thread()