android_kernel_xiaomi_sm7250/fs/proc
Sultan Alsawaf e23d4ea590 mm: Perform PID map reads on the little CPU cluster
PID map reads for processes with thousands of mappings can be done
extensively by certain Android apps, burning through CPU time on
higher-performance CPUs even though reading PID maps is never a
performance-critical task. We can relieve the load on the important CPUs
by moving PID map reads to little CPUs via sched_migrate_to_cpumask_*().

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: dreamisbaka <jolinux.g@gmail.com>
2022-11-12 11:24:17 +00:00
..
array.c
base.c mm: per-process reclaim 2022-11-12 11:20:43 +00:00
cmdline.c
consoles.c
cpuinfo.c
devices.c
fd.c
fd.h
generic.c proc: fix dentry/inode overinstantiating under /proc/${pid}/net 2022-06-14 16:59:25 +02:00
inode.c Revert "mm: zero-seek shrinkers" 2022-11-12 11:20:34 +00:00
internal.h mm: Perform PID map reads on the little CPU cluster 2022-11-12 11:24:17 +00:00
interrupts.c
Kconfig
kcore.c
kmsg.c
loadavg.c
Makefile
meminfo.c
namespaces.c
nommu.c
page.c
proc_net.c proc: fix dentry/inode overinstantiating under /proc/${pid}/net 2022-06-14 16:59:25 +02:00
proc_sysctl.c
proc_tty.c
root.c
self.c
softirqs.c
stat.c
task_mmu.c mm: Perform PID map reads on the little CPU cluster 2022-11-12 11:24:17 +00:00
task_nommu.c
thread_self.c
uid.c
uptime.c
util.c
version.c
vmcore.c