sched: Add WF_TTWU, WF_EXEC wakeup flags
authorValentin Schneider <valentin.schneider@arm.com>
Mon, 2 Nov 2020 18:45:12 +0000 (18:45 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 10 Nov 2020 17:39:06 +0000 (18:39 +0100)
commit17770579059258c5f1eef759e941af5f1a54f482
treeb57178b2a5d89ebebb869c6a175d6225d47a0c32
parentcdb310474dece99985e4cdd2b96b1324e39c1c9d
sched: Add WF_TTWU, WF_EXEC wakeup flags

To remove the sd_flag parameter of select_task_rq(), we need another way of
encoding wakeup types. There already is a WF_FORK flag, add the missing two.

With that said, we still need an easy way to turn WF_foo into
SD_bar (e.g. WF_TTWU into SD_BALANCE_WAKE). As suggested by Peter, let's
make our lives easier and make them match exactly, and throw in some
compile-time checks for good measure.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20201102184514.2733-2-valentin.schneider@arm.com
kernel/sched/sched.h