rcu: Move expedited code from tree.c to tree_exp.h

People have been having some difficulty finding their way around the
RCU code.  This commit therefore pulls some of the expedited grace-period
code from tree.c to a new tree_exp.h file.  This commit is strictly code
movement, with the exception of a forward declaration that was added
for the sync_sched_exp_online_cleanup() function.

A subsequent commit will move the remaining expedited grace-period code
from tree_plugin.h to tree_exp.h.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
Paul E. McKenney
2016-06-14 16:01:41 -07:00
parent d3acab65f2
commit 3549c2bc2c
2 changed files with 566 additions and 543 deletions
+2 -543
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff