linux-bl808/kernel/rcu
Paul E. McKenney 4aa846f97c rcu: Make rcutree_dying_cpu() use its "cpu" parameter
The CPU-hotplug functions take a "cpu" parameter, but rcutree_dying_cpu()
ignores it in favor of this_cpu_ptr().  This works at the moment, but
it would be better to be consistent.  This might also work better given
some possible future changes.  This commit therefore uses per_cpu_ptr()
to avoid ignoring the rcutree_dying_cpu() function's argument.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2021-09-13 16:32:46 -07:00
..
Kconfig
Kconfig.debug
Makefile
rcu.h
rcu_segcblist.c
rcu_segcblist.h
rcuscale.c
rcutorture.c rcu: Fix undefined Kconfig macros 2021-09-13 16:32:46 -07:00
refscale.c
srcutiny.c
srcutree.c
sync.c
tasks.h
tiny.c
tree.c rcu: Make rcutree_dying_cpu() use its "cpu" parameter 2021-09-13 16:32:46 -07:00
tree.h
tree_exp.h
tree_nocb.h rcu-nocb: Fix a couple of tree_nocb code-style nits 2021-09-13 16:32:45 -07:00
tree_plugin.h Updates for locking and atomics: 2021-08-30 14:26:36 -07:00
tree_stall.h
update.c