]> www.infradead.org Git - users/dwmw2/linux.git/commit
sched: Extract __schedule_loop()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 8 Sep 2023 16:22:50 +0000 (18:22 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 20 Sep 2023 07:31:12 +0000 (09:31 +0200)
commitde1474b46d889ee0367f6e71d9adfeb0711e4a8d
tree9b400db1dd49e1547d5ba4af7634f8df04ffdcff
parentaf9f006393b53409be0ca83ae234bef840cdef4a
sched: Extract __schedule_loop()

There are currently two implementations of this basic __schedule()
loop, and there is soon to be a third.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20230908162254.999499-4-bigeasy@linutronix.de
kernel/sched/core.c