Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_exp.h92 rcu_for_each_leaf_node(rnp) { in sync_exp_reset_tree_hotplug()
434 rcu_for_each_leaf_node(rnp) { in sync_rcu_exp_select_cpus()
457 rcu_for_each_leaf_node(rnp) in sync_rcu_exp_select_cpus()
504 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
529 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
563 rcu_for_each_leaf_node(rnp) { in synchronize_rcu_expedited_wait()
H A Dtree_stall.h334 rcu_for_each_leaf_node(rnp) { in rcu_dump_cpu_stacks()
496 rcu_for_each_leaf_node(rnp) { in print_other_cpu_stall()
518 rcu_for_each_leaf_node(rnp) in print_other_cpu_stall()
H A Drcu.h339 #define rcu_for_each_leaf_node(rnp) \ macro
H A Dtree.c1769 rcu_for_each_leaf_node(rnp) { in rcu_gp_init()
2605 rcu_for_each_leaf_node(rnp) { in force_qs_rnp()
H A Dtree_plugin.h1201 rcu_for_each_leaf_node(rnp) in rcu_spawn_boost_kthreads()
/OK3568_Linux_fs/kernel/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 |