Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree_exp.h139 rcu_for_each_node_breadth_first(rnp) { in sync_exp_reset_tree()
654 rcu_for_each_node_breadth_first(rnp) { in synchronize_rcu_expedited_wait()
701 rcu_for_each_node_breadth_first(rnp) { in rcu_exp_wait_wake()
A Drcu.h347 #define rcu_for_each_node_breadth_first(rnp) \ macro
A Dtree.c1494 rcu_for_each_node_breadth_first(rnp) { in rcu_gp_init()
1703 rcu_for_each_node_breadth_first(rnp) { in rcu_gp_cleanup()
4630 rcu_for_each_node_breadth_first(rnp) in rcu_scheduler_starting()
4852 rcu_for_each_node_breadth_first(rnp) { in rcu_dump_rcu_node_tree()
A Dtree_stall.h895 rcu_for_each_node_breadth_first(rnp) { in show_rcu_gp_kthreads()
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst239 array, which is in fact what the ``rcu_for_each_node_breadth_first()``
1096 ``rcu_for_each_node_breadth_first`` and ``rcu_for_each_leaf_node()``
1106 6 #define rcu_for_each_node_breadth_first(rsp, rnp) \
1118 As noted earlier, the ``rcu_for_each_node_breadth_first()`` macro takes

Completed in 18 milliseconds