kernel_samsung_a53x/include/linux/sched
ztc1997 2a7073f6d6 schedhorizon: Introduce schedhorizon cpufreq governor
* This is a modified version of schedutil, introducing two new tunables: "efficient_freq" and "up_delay".
* Only raise cpufreq to the non-efficient one (higher than effcient frequencies) if the governor keeps requiring non-efficient frequencies for more than up_delay time.
* Override the new frequencies with the efficient one if the consecutive request time doesn't reach up_delay.
* The two tunables support multiple args, e.g. you can set "1248000 1401600" for "efficient_freq" and set "50 60" for "up_delay", which means it would wait 50ms before raising the frequency to 1248mhz and wait for 60ms before raising the frequency to 1401mhz.

[Flopster101: move the kconfig entry to the proper section.]
2025-01-21 21:28:17 +01:00
..
autogroup.h
clock.h
coredump.h
cpufreq.h
cputime.h
deadline.h
debug.h
hotplug.h
idle.h
init.h
isolation.h
jobctl.h
loadavg.h
mm.h
nohz.h
numa_balancing.h
prio.h
rt.h sched/rt: Change default SCHED_RR timeslice from 100 ms to 1 jiffy 2024-12-18 15:03:27 +01:00
sd_flags.h
signal.h
smt.h
stat.h
sysctl.h schedhorizon: Introduce schedhorizon cpufreq governor 2025-01-21 21:28:17 +01:00
task.h
task_stack.h
topology.h sched/fair: Wait before decaying max_newidle_lb_cost 2024-12-18 12:21:16 +01:00
types.h
user.h
wake_q.h
xacct.h