]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Abstract extended quiescent state determination
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 3 Nov 2016 00:25:06 +0000 (17:25 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jan 2017 19:44:18 +0000 (11:44 -0800)
commit02a5c550b2738f2bfea8e1e00aa75944d71c9e18
treed59364fb9109dc4d1b7a4bcf8e801355593c296b
parent2625d469baeef3aabdfe122572e00c517e2d9451
rcu: Abstract extended quiescent state determination

This commit is the fourth step towards full abstraction of all accesses
to the ->dynticks counter, implementing previously open-coded checks and
comparisons in new rcu_dynticks_in_eqs() and rcu_dynticks_in_eqs_since()
functions.  This abstraction will ease changes to the ->dynticks counter
operation.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/rcutiny.h
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_exp.h
kernel/rcu/tree_plugin.h
kernel/rcu/tree_trace.c