sched/core: Unify p->on_rq updates
authorPeter Zijlstra <peterz@infradead.org>
Tue, 9 Apr 2019 07:59:05 +0000 (09:59 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 16 Apr 2019 14:55:17 +0000 (16:55 +0200)
commit7dd7788411646c9619aa6495f832bc0a9b0146b5
treef5d8616364b40b4195b4e33439ef8b29c6710e64
parent1b174a2cb67a3a156d5a28426ae14241e6dfa655
sched/core: Unify p->on_rq updates

Almost all {,de}activate_task() invocations pair with p->on_rq
updates, the exception being the usage in rt/deadline which hold both
rq locks and therefore don't strictly need to set
TASK_ON_RQ_MIGRATING, but it is harmless if we do anyway.

Put the updates in {,de}activate_task() and cut down on repetition.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
kernel/sched/fair.c