]> git.baikalelectronics.ru Git - kernel.git/commit
sched/loadavg: Generalize "_idle" naming to "_nohz"
authorFrederic Weisbecker <fweisbec@gmail.com>
Mon, 19 Jun 2017 02:12:00 +0000 (04:12 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 22 Jun 2017 09:30:01 +0000 (11:30 +0200)
commita2d5bdadccab162601bee80a2f1823108e2044f3
treec58f9123e6c6304cb6acaf900ba3c06b37d063f7
parent697454fba51b25b9af6306f1e0894c03d757284c
sched/loadavg: Generalize "_idle" naming to "_nohz"

The loadavg naming code still assumes that nohz == idle whereas its code
is actually handling well both nohz idle and nohz full.

So lets fix the naming according to what the code actually does, to
unconfuse the reader.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1497838322-10913-2-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/trace/ftrace.txt
include/linux/sched/nohz.h
kernel/sched/loadavg.c
kernel/time/tick-sched.c