OSDN Git Service

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)
commitad368d15b08ad22509a56bdfd6ee3a04da91ce10
tree29b3e3c88093d79b84c3a2a812b6844e14f76254
parentb290ebcf7bc4638b38c413f192963f4b74e45b7b
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