summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_nocb.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker1-0/+1496
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>