rcu/nocb: Start moving nocb code to its own plugin file

The kernel/rcu/tree_plugin.h file contains not only the plugins for
preemptible RCU, but also many other features including rcu_nocbs
callback offloading.  This offloading has become large and complex,
so it is time to put it in its own file.

This commit starts that process.

Suggested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
[ paulmck: Rename to tree_nocb.h, add Frederic as author. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
Frederic Weisbecker 2021-05-19 02:09:28 +02:00 committed by Paul E. McKenney
parent 2734d6c1b1
commit dfcb275402
3 changed files with 1497 additions and 1487 deletions

View File

@ -4784,4 +4784,5 @@ void __init rcu_init(void)
#include "tree_stall.h"
#include "tree_exp.h"
#include "tree_nocb.h"
#include "tree_plugin.h"

1496
kernel/rcu/tree_nocb.h Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff