context_tracking: Wrap static key check into more intuitive function name
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 6 Nov 2013 13:45:57 +0000 (14:45 +0100)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 2 Dec 2013 19:43:14 +0000 (20:43 +0100)
commit58135f574f1b791c926622387780ed3d090116d6
treedc6c361777cd0f1bf051dbbddeccb7942400951d
parent99c8b1ea0972be82ce1842d830e0173e70907065
context_tracking: Wrap static key check into more intuitive function name

Use a function with a meaningful name to check the global context
tracking state. static_key_false() is a bit confusing for reviewers.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
include/linux/context_tracking.h
include/linux/context_tracking_state.h
include/linux/tick.h
include/linux/vtime.h
kernel/context_tracking.c
This page took 0.026152 seconds and 5 git commands to generate.