]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck()
authorValentin Schneider <vschneid@redhat.com>
Mon, 29 Apr 2024 14:41:37 +0000 (16:41 +0200)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Thu, 15 Aug 2024 16:00:42 +0000 (21:30 +0530)
commit3b18eb3f9f9e287214c3b99a4d02dcef264841ee
tree72b6244c6ce29912c6fcf14947d036b3a161e900
parent49f82c64fdc66447d839e77d2bd1c5b5b797590c
rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck()

The context_tracking.state RCU_DYNTICKS subvariable has been renamed to
RCU_WATCHING, drop the dyntick reference and update the name of this helper
to express that it rechecks rdp->watching_snap after an earlier
rcu_watching_snap_save().

Signed-off-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Documentation/RCU/Design/Memory-Ordering/TreeRCU-dyntick.svg
Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp-fqs.svg
Documentation/RCU/Design/Memory-Ordering/TreeRCU-gp.svg
Documentation/RCU/Design/Memory-Ordering/TreeRCU-hotplug.svg
kernel/rcu/tree.c