diff options
author | Davidlohr Bueso <davidlohr@hp.com> | 2014-07-30 13:41:53 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-08-13 10:32:01 +0200 |
commit | 76916515d9d84e6552ee5e218e0ed566ad75e600 (patch) | |
tree | ca00b7122cfa29a458ec0bc27aae2c67b1b37013 /include/linux/mutex.h | |
parent | aa9fc0c19bee0cbc152e0e06488095fb69229236 (diff) | |
download | linux-76916515d9d84e6552ee5e218e0ed566ad75e600.tar.gz linux-76916515d9d84e6552ee5e218e0ed566ad75e600.tar.bz2 linux-76916515d9d84e6552ee5e218e0ed566ad75e600.zip |
locking/mutexes: Refactor optimistic spinning code
When we fail to acquire the mutex in the fastpath, we end up calling
__mutex_lock_common(). A *lot* goes on in this function. Move out the
optimistic spinning code into mutex_optimistic_spin() and simplify
the former a bit. Furthermore, this is similar to what we have in
rwsems. No logical changes.
Signed-off-by: Davidlohr Bueso <davidlohr@hp.com>
Acked-by: Jason Low <jason.low2@hp.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: aswin@hp.com
Cc: mingo@kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1406752916-3341-4-git-send-email-davidlohr@hp.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/mutex.h')
0 files changed, 0 insertions, 0 deletions