Skip to content

Commit c3dcd90

Browse files
valschneiderNeeraj Upadhyay
authored andcommitted
rcu: Update stray documentation references to rcu_dynticks_eqs_{enter, exit}()
rcu_dynticks_eqs_{enter, exit}() have been replaced by their context-tracking counterparts since commit: 1714767 ("context_tracking: Convert state to atomic_t") Update the stray documentation references. Signed-off-by: Valentin Schneider <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]> Signed-off-by: Neeraj Upadhyay <[email protected]>
1 parent 32a9f26 commit c3dcd90

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ RCU read-side critical sections preceding and following the current
147147
idle sojourn.
148148
This case is handled by calls to the strongly ordered
149149
``atomic_add_return()`` read-modify-write atomic operation that
150-
is invoked within ``rcu_dynticks_eqs_enter()`` at idle-entry
151-
time and within ``rcu_dynticks_eqs_exit()`` at idle-exit time.
150+
is invoked within ``ct_kernel_exit_state()`` at idle-entry
151+
time and within ``ct_kernel_enter_state()`` at idle-exit time.
152152
The grace-period kthread invokes first ``ct_rcu_watching_cpu_acquire()``
153153
(preceded by a full memory barrier) and ``rcu_watching_snap_stopped_since()``
154154
(both of which rely on acquire semantics) to detect idle CPUs.

Documentation/RCU/Design/Memory-Ordering/TreeRCU-dyntick.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)