linux-xiaomi-chiron/kernel/power
Peter Zijlstra b3dae109fa sched/swait: Rename to exclusive
Since swait basically implemented exclusive waits only, make sure
the API reflects that.

  $ git grep -l -e "\<swake_up\>"
		-e "\<swait_event[^ (]*"
		-e "\<prepare_to_swait\>" | while read file;
    do
	sed -i -e 's/\<swake_up\>/&_one/g'
	       -e 's/\<swait_event[^ (]*/&_exclusive/g'
	       -e 's/\<prepare_to_swait\>/&_exclusive/g' $file;
    done

With a few manual touch-ups.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: bigeasy@linutronix.de
Cc: oleg@redhat.com
Cc: paulmck@linux.vnet.ibm.com
Cc: pbonzini@redhat.com
Link: https://lkml.kernel.org/r/20180612083909.261946548@infradead.org
2018-06-20 11:35:56 +02:00
..
autosleep.c
console.c
hibernate.c PM / suspend: Prevent might sleep splats 2018-05-27 11:55:02 +02:00
Kconfig
main.c fix a series of Documentation/ broken file name references 2018-06-15 18:10:01 -03:00
Makefile
power.h
poweroff.c
process.c
qos.c PM / QoS: Drop redundant declaration of pm_qos_get_value() 2018-05-28 23:21:41 +02:00
snapshot.c
suspend.c sched/swait: Rename to exclusive 2018-06-20 11:35:56 +02:00
suspend_test.c
swap.c treewide: Use array_size() in vmalloc() 2018-06-12 16:19:22 -07:00
user.c PM / hibernate: Fix oops at snapshot_write() 2018-05-27 12:00:02 +02:00
wakelock.c PM / wakeup: Only update last time for active wakeup sources 2018-05-10 11:39:19 +02:00