summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-07-23 01:47:42 +0200
committerPaul E. McKenney <paulmck@kernel.org>2021-09-14 01:32:46 +0200
commit9424b867a759febc2b67b6777bfa27f0f830d437 (patch)
tree8560dba0f9f26d64ab532dcbec8bda397ba585f7 /Documentation/RCU
parentrcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp (diff)
downloadlinux-9424b867a759febc2b67b6777bfa27f0f830d437.tar.xz
linux-9424b867a759febc2b67b6777bfa27f0f830d437.zip
rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqp
The rcu_implicit_dynticks_qs() function's local variable ruqp references the ->rcu_urgent_qs field in the rcu_data structure referenced by the function parameter rdp, with a rather odd method for computing the pointer to this field. This commit therefore simplifies things and saves a couple of lines of code by replacing each instance of ruqp with &rdp->need_heavy_qs. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/RCU')
0 files changed, 0 insertions, 0 deletions