linux/kernel/rcu
Paul E. McKenney 32bb1c7999 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
The grace-period kthread sleeps waiting to do a force-quiescent-state
scan, and when awakened sets rsp->gp_state to RCU_GP_DONE_FQS.
However, this is confusing because the kthread has not done the
force-quiescent-state, but is instead just starting to do it.  This commit
therefore renames RCU_GP_DONE_FQS to RCU_GP_DOING_FQS in order to make
things a bit easier on reviewers.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2015-07-17 14:59:05 -07:00
..
Makefile
rcu.h
rcutorture.c
srcu.c
tiny.c This patch series contains several clean ups and even a new trace clock 2015-06-26 14:02:43 -07:00
tiny_plugin.h
tree.c rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS 2015-07-17 14:59:05 -07:00
tree.h rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS 2015-07-17 14:59:05 -07:00
tree_plugin.h rcu: Consolidate last open-coded expedited memory barrier 2015-07-17 14:58:59 -07:00
tree_trace.c rcu: Extend expedited funnel locking to rcu_data structure 2015-07-17 14:59:00 -07:00
update.c