diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-10-03 05:45:10 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-11-27 19:40:10 +0300 |
commit | a0eb22bf64a755bb162b421120b9fbe7d012b85f (patch) | |
tree | 6bfe025b6e0003e660dd79e1f6a83b80ec125ad0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2e672ab2d491713541963afca3a5967ccc2376e9 (diff) | |
download | linux-a0eb22bf64a755bb162b421120b9fbe7d012b85f.tar.xz |
rcu: Reduce dyntick-idle state space
Both extended-quiescent-state entry and exit first update the nesting
counter and then adjust the dyntick-idle state. This means that there
are four states: (1) Both nesting and dyntick idle indicate idle,
(2) Nesting indicates idle but dyntick idle does not, (3) Nesting indicates
non-idle and dyntick idle does not, and (4) Both nesting and dyntick
idle indicate non-idle. This commit simplifies the state space by
eliminating #3, reversing the order of updates on exit from extended
quiescent state.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions