rcu: Open-code the rcu_cblist_n_cbs() function
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 2 May 2017 15:45:25 +0000 (08:45 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 2 May 2017 16:21:59 +0000 (09:21 -0700)
commit4b27f20b40a23f03df682eb1f69e9dc3da7d3b93
tree13dd72ff209b6ea79f84da0bcfa8642ac4181222
parent8ef0f37efb7863a04b1e4102d42b7c0b1a59d40f
rcu: Open-code the rcu_cblist_n_cbs() function

Because the rcu_cblist_n_cbs() just samples the ->len counter, and
because the rcu_cblist structure is quite straightforward, it makes
sense to open-code rcu_cblist_n_cbs(p) as p->len, cutting out a level
of indirection.  This commit makes this change.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
kernel/rcu/rcu_segcblist.h
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h
kernel/rcu/tree_trace.c