]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Rename and comment changes due to only one rcuo kthread per CPU
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 27 Nov 2018 21:55:53 +0000 (13:55 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:28:23 +0000 (15:28 -0800)
commitd6198a27662731fc5c864c3fbedbd83062f6f8d6
tree29b3e3c88093d79b84c3a2a812b6844e14f76254
parentcd114135edeca23594fd5f818b02922b84a52fdc
rcu: Rename and comment changes due to only one rcuo kthread per CPU

Given RCU flavor consolidation, the name rcu_spawn_all_nocb_kthreads()
is quite misleading.  It no longer ever creates more than one kthread,
and it does so only for the specified CPU.  This commit therefore changes
this name to the more descriptive rcu_spawn_cpu_nocb_kthread(), and also
fixes up a similar issue in its header comment while in the area.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h