Searched refs:cpu_throttle_enabled (Results 1 – 1 of 1) sorted by relevance
555 static int cpu_throttle_enabled = 1; variable6660 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()