rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited_wait()
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 2 Jul 2024 04:19:06 +0000 (21:19 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Wed, 14 Aug 2024 18:40:50 +0000 (00:10 +0530)
commit27d5749d075578b105e958369a0263a0e15a8d3f
tree9a1b6633b2081967445c501f37211478458c90c1
parent1dd01c06506c42ab3a8026272ee93c466ae0cb4b
rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited_wait()

This commit extracts the RCU CPU stall-warning report code from
synchronize_rcu_expedited_wait() and places it in a new function named
synchronize_rcu_expedited_stall().  This is strictly a code-movement
commit.  A later commit will use this reorganization to avoid printing
expedited RCU CPU stall warnings while there are ongoing CSD-lock stall
reports.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
kernel/rcu/tree_exp.h