diff options
| author | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-11-21 11:35:03 -0800 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-01-25 15:35:21 -0800 |
| commit | c98cac603f1ce7d00e2a802b5640bced3bc3c1f2 (patch) | |
| tree | 496e873aa9644697b35e203c736d9c738b01684f /Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg | |
| parent | 2aa5503026ceaa8860697b93c9e5bbbcd025ba89 (diff) | |
| download | blackbird-op-linux-c98cac603f1ce7d00e2a802b5640bced3bc3c1f2.tar.gz blackbird-op-linux-c98cac603f1ce7d00e2a802b5640bced3bc3c1f2.zip | |
rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()
The name rcu_check_callbacks() arguably made sense back in the early
2000s when RCU was quite a bit simpler than it is today, but it has
become quite misleading, especially with the advent of dyntick-idle
and NO_HZ_FULL. The rcu_check_callbacks() function is RCU's hook into
the scheduling-clock interrupt, and is now but one of many ways that
callbacks get promoted to invocable state.
This commit therefore changes the name to rcu_sched_clock_irq(),
which is the same number of characters and clearly indicates this
function's relation to the rest of the Linux kernel. In addition, for
the sake of consistency, rcu_flavor_check_callbacks() is also renamed
to rcu_flavor_sched_clock_irq().
While in the area, the header comments for both functions are reworked.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg')
| -rw-r--r-- | Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg b/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg index 832408313d93..3fcf0c17cef2 100644 --- a/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg +++ b/Documentation/RCU/Design/Memory-Ordering/TreeRCU-callback-invocation.svg @@ -349,7 +349,7 @@ font-weight="bold" font-size="192" id="text202-7-5" - style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_check_callbacks()</text> + style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_sched_clock_irq()</text> <rect x="7069.6187" y="5087.4678" |

