diff options
author | Paul E. McKenney <[email protected]> | 2010-01-04 15:09:02 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-01-13 09:06:02 +0100 |
commit | 07079d5357a4d53c2b13126c4a38fb40e6e04966 (patch) | |
tree | 1a97552a220a9bbdfceb1cda01c1ee5b92ce75bd /tools/perf/scripts/python/check-perf-trace.py | |
parent | 559569acf94f538b56bd6eead80b439d6a78cdff (diff) |
rcu: Prohibit starting new grace periods while forcing quiescent states
Reduce the number and variety of race conditions by prohibiting
the start of a new grace period while force_quiescent_state() is
active. A new fqs_active flag in the rcu_state structure is used
to trace whether or not force_quiescent_state() is active, and
this new flag is tested by rcu_start_gp(). If the CPU that
closed out the last grace period needs another grace period,
this new grace period may be delayed up to one scheduling-clock
tick, but it will eventually get started.
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <126264655052-git-send-email->
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions