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