diff options
| author | Will Deacon <[email protected]> | 2018-04-26 11:34:23 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2018-04-27 09:48:50 +0200 |
| commit | c131a198c497db436b558ac5e9a140cdcb91b304 (patch) | |
| tree | 9f213e959da1d64f45dd7748f94c9d7146d888d4 /tools/perf/scripts/python | |
| parent | 7f56b58a92aaf2cab049f32a19af7cc57a3972f2 (diff) | |
locking/qspinlock: Use smp_cond_load_relaxed() to wait for next node
When a locker reaches the head of the queue and takes the lock, a
concurrent locker may enqueue and force the lock holder to spin
whilst its node->next field is initialised. Rather than open-code
a READ_ONCE/cpu_relax() loop, this can be implemented using
smp_cond_load_relaxed() instead.
Signed-off-by: Will Deacon <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Waiman Long <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions