commit | 6ce75a2326e6f8b3bdfb60e1de7934b89858e87b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 12 11:01:13 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 12:33:24 2012 -0700 |
tree | c3ecd512422ad9f445f69c78037142a99bc8db2c | |
parent | 1bca8cf1a2c3c6683b12ad28a3e826ca7a834978 [diff] |
rcu: Introduce for_each_rcu_flavor() and use it The arrival of TREE_PREEMPT_RCU some years back included some ugly code involving either #ifdef or #ifdef'ed wrapper functions to iterate over all non-SRCU flavors of RCU. This commit therefore introduces a for_each_rcu_flavor() iterator over the rcu_state structures for each flavor of RCU to clean up a bit of the ugliness. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>