Files
linux/include
Liang Chen 51d4aae73f sched/fair: optimize scheduler for performance
1. init util_avg of new task to half the util of big core.
2. treat task wait time as busy time.
3. do not put task to the cpu whose max util can not fit the task.
4. boost cpufreq when a task is wakeup.

if prefer powersave, we can disable this optimization by command:

echo 0 > /proc/sys/kernel/sched_performance_bias

Change-Id: I937d1cc2295645a1d044e0735ef575b6507bb752
Signed-off-by: Liang Chen <cl@rock-chips.com>
2020-07-16 14:50:45 +08:00
..
2019-02-10 00:33:21 +08:00
2020-03-18 08:19:47 +01:00
2020-02-14 16:33:23 -05:00
2020-03-03 07:33:01 +01:00
2019-02-10 00:33:21 +08:00
2019-05-25 18:23:30 +02:00