Home
last modified time | relevance | path

Searched refs:rcu_for_each_leaf_node (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree_exp.h95 rcu_for_each_leaf_node(rnp) { in sync_exp_reset_tree_hotplug()
550 rcu_for_each_leaf_node(rnp) { in sync_rcu_exp_select_cpus()
566 rcu_for_each_leaf_node(rnp) in sync_rcu_exp_select_cpus()
614 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
641 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
676 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
H A Dtree_stall.h371 rcu_for_each_leaf_node(rnp) { in rcu_dump_cpu_stacks()
614 rcu_for_each_leaf_node(rnp) { in print_other_cpu_stall()
636 rcu_for_each_leaf_node(rnp) in print_other_cpu_stall()
848 rcu_for_each_leaf_node(rnp) { in rcu_check_boost_fail()
H A Drcu.h402 #define rcu_for_each_leaf_node(rnp) \ macro
H A Dtree.c1474 rcu_for_each_leaf_node(rnp) { in rcu_gp_init()
2315 rcu_for_each_leaf_node(rnp) { in force_qs_rnp()
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst1096 ``rcu_for_each_node_breadth_first`` and ``rcu_for_each_leaf_node()``
1110 10 #define rcu_for_each_leaf_node(rsp, rnp) \
1122 ``rcu_for_each_leaf_node()`` macro traverses only the last part of the
1128 | What does ``rcu_for_each_leaf_node()`` do if the ``rcu_node`` tree |
1133 | In the single-node case, ``rcu_for_each_leaf_node()`` traverses the |