commit | 02a5c550b2738f2bfea8e1e00aa75944d71c9e18 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Nov 02 17:25:06 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 23 11:44:18 2017 -0800 |
tree | d59364fb9109dc4d1b7a4bcf8e801355593c296b | |
parent | 2625d469baeef3aabdfe122572e00c517e2d9451 [diff] |
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>