]> git.baikalelectronics.ru Git - kernel.git/commit
rcu/nocb: Choose the right rcuog/rcuop kthreads to output
authorZqiang <qiang1.zhang@intel.com>
Fri, 17 Jun 2022 14:15:19 +0000 (22:15 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:07:19 +0000 (05:07 -0700)
commit9b09e0d1e064b64113c657b9401fe2b4f85b1970
treed60afc848318be80a2f4975a2782d4dde1fe1762
parent3d7dcb2c5450a57f60c448f42be48fdfe456bfdf
rcu/nocb: Choose the right rcuog/rcuop kthreads to output

The show_rcu_nocb_gp_state() function is supposed to dump out the rcuog
kthread and the show_rcu_nocb_state() function is supposed to dump out
the rcuo[ps] kthread.  Currently, both do a mixture, which is not optimal
for debugging, even though it does not affect functionality.

This commit therefore adjusts these two functions to focus on their
respective kthreads.

Signed-off-by: Zqiang <qiang1.zhang@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree_nocb.h