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)
commit3c85d6db5e5f05ae6c3d7f5a0ceceb43746a5ca7
treec58f9123e6c6304cb6acaf900ba3c06b37d063f7
parentf11cc0760b8397e0d230122606421b6a96e9f869
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