Searched hist:efbe451d46af62369226e42b98dbcd95b6940a63 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/rcu/ |
H A D | rcu.h | diff efbe451d46af62369226e42b98dbcd95b6940a63 Wed Mar 15 15:07:53 CDT 2017 Paul E. McKenney <paulmck@linux.vnet.ibm.com> srcu: Move rcu_node traversal macros to rcu.h
This commit moves rcu_for_each_node_breadth_first(), rcu_for_each_nonleaf_node_breadth_first(), and rcu_for_each_leaf_node() from kernel/rcu/tree.h to kernel/rcu/rcu.h so that SRCU can access them. This commit is code-movement only.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
|
H A D | tree.h | diff efbe451d46af62369226e42b98dbcd95b6940a63 Wed Mar 15 15:07:53 CDT 2017 Paul E. McKenney <paulmck@linux.vnet.ibm.com> srcu: Move rcu_node traversal macros to rcu.h
This commit moves rcu_for_each_node_breadth_first(), rcu_for_each_nonleaf_node_breadth_first(), and rcu_for_each_leaf_node() from kernel/rcu/tree.h to kernel/rcu/rcu.h so that SRCU can access them. This commit is code-movement only.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
|