Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-09-28 15:24:27 +0300
committerPeter Zijlstra <peterz@infradead.org>2021-10-05 16:52:12 +0300
commit539fbb5be0da56ffa1434b4f56521a0522bd1d61 (patch)
tree7721f47f5779786d4543a9419dcaf3bb110be274 /kernel/exit.c
parent691925f3ddccea832cf2d162dc277d2623a816e3 (diff)
sched: Disable TTWU_QUEUE on RT
The queued remote wakeup mechanism has turned out to be suboptimal for RT enabled kernels. The maximum latencies go up by a factor of > 5x in certain scenarious. This is caused by either long wake lists or by a large number of TTWU IPIs which are processed back to back. Disable it for RT. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20210928122411.482262764@linutronix.de
Diffstat (limited to 'kernel/exit.c')
0 files changed, 0 insertions, 0 deletions