commit | 0d43eb34f9aabcddf41c99b7af2d0ced33e9a3cc | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 06 14:17:29 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 20 21:16:21 2015 -0700 |
tree | ae248d15b7c20f943f0604654980265e7c74bc02 | |
parent | 97c668b8e983b722e2ed765b98b05f644aff1b13 [diff] |
rcu: Invert passed_quiesce and rename to cpu_no_qs This commit inverts the sense of the rcu_data structure's ->passed_quiesce field and renames it to ->cpu_no_qs. This will allow a later commit to use an "aggregate OR" operation to test expedited as well as normal grace periods without added overhead. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>