Paul E. McKenney 88ee23ef1c rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp
The rcu_implicit_dynticks_qs() function's local variable rnhqp references
the ->rcu_need_heavy_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 few lines of code by replacing each instance of rnhqp with
&rdp->need_heavy_qs.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2021-09-13 16:32:45 -07:00
..
2020-08-24 18:39:24 -07:00
2021-08-06 13:41:48 -07:00
2021-05-12 12:11:05 -07:00
2021-05-10 16:03:35 -07:00
2021-08-30 14:26:36 -07:00