]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Organize functions in tree_stall.h
authorPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 12 Jan 2019 17:35:44 +0000 (09:35 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:40:13 +0000 (14:40 -0700)
commite23344c2ca42d0083596bb39964675bef00ad691
tree89907d76dc27df99bb6fca8dff7fb2004fad255a
parent59b73a27681c5841440391f970a9a085228ba975
rcu: Organize functions in tree_stall.h

This commit does only code movement, removal of now-unneeded forward
declarations, and addition of comments.  It organizes the functions
that implement RCU CPU stall warnings for normal grace periods into
three categories:

1. Control of RCU CPU stall warnings, including computing timeouts.

2. Interaction of stall warnings with grace periods.

3. Actual printing of the RCU CPU stall-warning messages.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree.h
kernel/rcu/tree_stall.h