linux/Documentation/RCU/Design/Memory-Ordering
Paul E. McKenney fb60e533be rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU
Although the name rcu_process_callbacks() still makes sense for Tiny
RCU, where most of what it does is invoke callbacks, it no longer makes
much sense for Tree RCU, especially given that the actually callback
invocation is relegated to rcu_do_batch(), or, for no-CBs CPUs, to the
rcuo kthreads.  Especially in the latter case, rcu_process_callbacks()
has very little to do with actual callbacks.  A better description of
this function is that it performs RCU's core processing.

This commit therefore changes the name of Tree RCU's rcu_process_callbacks()
function to rcu_core(), which also has the virtue of being consistent with
the existing invoke_rcu_core() function.

While in the area, the header comment is reworked.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
2019-01-25 15:35:22 -08:00
..
Tree-RCU-Diagram.html
Tree-RCU-Memory-Ordering.html rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU 2019-01-25 15:35:22 -08:00
TreeRCU-callback-invocation.svg rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() 2019-01-25 15:35:21 -08:00
TreeRCU-callback-registry.svg
TreeRCU-dyntick.svg
TreeRCU-gp-cleanup.svg doc: Update memory-ordering documentation for ->gp-seq 2018-07-12 15:38:51 -07:00
TreeRCU-gp-fqs.svg
TreeRCU-gp-init-1.svg doc: Update memory-ordering documentation for ->gp-seq 2018-07-12 15:38:51 -07:00
TreeRCU-gp-init-2.svg
TreeRCU-gp-init-3.svg doc: Update memory-ordering documentation for ->gp-seq 2018-07-12 15:38:51 -07:00
TreeRCU-gp.svg rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU 2019-01-25 15:35:22 -08:00
TreeRCU-hotplug.svg
TreeRCU-qs.svg rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU 2019-01-25 15:35:22 -08:00
rcu_node-lock.svg