rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
authorValentin Schneider <vschneid@redhat.com>
Mon, 29 Apr 2024 12:05:29 +0000 (14:05 +0200)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Thu, 15 Aug 2024 16:00:42 +0000 (21:30 +0530)
commit2dba2230f9e26ad492fcd70e9ef2edc28313ea50
tree145c41559c922a274b40da247a93db13545c37e1
parentfc1096ab1f318fd7cabb842279e88978bb31768e
rcu: Rename struct rcu_data .dynticks_snap into .watching_snap

The context_tracking.state RCU_DYNTICKS subvariable has been renamed to
RCU_WATCHING, and the snapshot helpers are now prefix by
"rcu_watching". Reflect that change into the storage variables for these
snapshots.

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/Data-Structures/Data-Structures.rst
kernel/rcu/tree.c
kernel/rcu/tree.h