]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Open-code the rcu_cblist_n_lazy_cbs() function
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 2 May 2017 15:48:33 +0000 (08:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 2 May 2017 16:22:48 +0000 (09:22 -0700)
commitc0d3a33463f2f43f14e2223abc1fb4c220043358
treeb9a71f3445203169c7deda78e8ea971f4cba01c0
parentde78ef37765135bd2fc76f015a57dcb7ad7812c3
rcu: Open-code the rcu_cblist_n_lazy_cbs() function

Because the rcu_cblist_n_lazy_cbs() just samples the ->len_lazy counter,
and because the rcu_cblist structure is quite straightforward, it makes
sense to open-code rcu_cblist_n_lazy_cbs(p) as p->len_lazy, 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