android_kernel_xiaomi_sm7250/kernel/power
Sultan Alsawaf 7efe3414b7 qos: Change cpus_affine to not be atomic
There isn't a need for cpus_affine to be atomic, and reading/writing to
it outside of the global pm_qos lock is racy anyway. As such, we can
simply turn it into a primitive integer type.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2022-11-12 11:24:19 +00:00
..
autosleep.c
console.c
energy_model.c
hibernate.c PM: hibernate: Allow hybrid sleep to work with s2idle 2022-11-03 23:52:31 +09:00
Kconfig
main.c PM: sleep: Don't allow s2idle to be used 2022-11-12 11:24:08 +00:00
Makefile
power.h
poweroff.c
process.c PM / sleep: Skip OOM killer toggles when kernel is compiled for Android 2022-11-12 11:21:40 +00:00
qos.c qos: Change cpus_affine to not be atomic 2022-11-12 11:24:19 +00:00
snapshot.c UPSTREAM: PM: hibernate: fix crashes with init_on_free=1 2020-11-16 09:22:34 +01:00
suspend_test.c PM: suspend: fix return value of __setup handler 2022-04-15 14:14:43 +02:00
suspend.c
swap.c PM: hibernate: fix sparse warnings 2021-11-26 11:36:10 +01:00
user.c PM: hibernate: defer device probing when resuming from hibernation 2022-08-25 11:15:00 +02:00
wakelock.c power/wakelock: Add a timeout to wakelocks globally 2022-11-12 11:19:51 +00:00
wakeup_reason.c