android_kernel_msm-6.1_noth.../kernel/sched
Sai Harshini Nimmala b054a85ba4 sched/walt: Ignore inefficiencies in frequencies
Some frequencies are marked inefficient based on cost calculations by
EAS energy model.
Ignore the notion of inefficiency and make all frequencies available to
the system by setting each policy's efficiencies_available member to false,
essentially overriding the inefficient entries detected by energy model.

Change-Id: I0ed8847eeae545719ec76eee3a28f40279bea352
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
2024-09-04 11:48:23 +05:30
..
walt sched/walt: Ignore inefficiencies in frequencies 2024-09-04 11:48:23 +05:30
autogroup.c
autogroup.h
build_policy.c
build_utility.c
clock.c
completion.c
core.c BACKPORT: sched: Add a new function to compare if two cpus have the same capacity 2024-06-06 15:43:07 +00:00
core_sched.c
cpuacct.c
cpudeadline.c
cpudeadline.h
cpufreq.c
cpufreq_schedutil.c Merge 6.1.60 into android14-6.1-lts 2023-11-03 16:23:47 +00:00
cpupri.c Merge 6.1.56 into android14-6.1-lts 2023-10-27 09:17:04 +00:00
cpupri.h
cputime.c
deadline.c sched: Fix stop_one_cpu_nowait() vs hotplug 2023-11-20 11:51:50 +01:00
debug.c
fair.c ANDROID: Export sysctl_sched_wakeup_granularity to enable modifying it 2024-05-14 23:31:22 +00:00
features.h
idle.c kernel/sched: Modify initial boot task idle setup 2023-10-06 14:57:02 +02:00
isolation.c
loadavg.c
Makefile
membarrier.c
pelt.c ANDROID: sched: Add vendor hook for update_load_sum 2023-11-29 21:33:45 +00:00
pelt.h
psi.c ANDROID: Roll back some code to fix system_server registers psi trigger failed. 2024-01-22 23:38:15 +00:00
rt.c ANDROID: Move cpu_busy_with_softirqs() into sched.h 2024-04-04 02:42:42 +00:00
sched-pelt.h
sched.h ANDROID: Zap kernel/sched/android.h stubs 2024-05-16 14:00:33 +00:00
smp.h
stats.c
stats.h
stop_task.c
swait.c
topology.c ANDROID: sched: Export sched_domains_mutex for lockdep 2023-07-15 01:15:00 +00:00
vendor_hooks.c ANDROID: sched/cpuset: Add vendor hook to change tasks affinity 2024-02-28 18:04:33 +00:00
wait.c UPSTREAM: sched/wait: Fix a kthread_park race with wait_woken() 2024-03-28 00:24:19 +00:00
wait_bit.c