summaryrefslogtreecommitdiff
path: root/kernel/locking/rwsem-spinlock.c
diff options
context:
space:
mode:
authorNicholas Mc Guire <der.herr@hofr.at>2015-01-23 11:41:47 (GMT)
committerIngo Molnar <mingo@kernel.org>2015-02-04 06:57:37 (GMT)
commit7c34e3180a01c800a40bc8535654d5735802fc1b (patch)
tree7b2b9408d49b48b4aed1ae94619112da0569ee7e /kernel/locking/rwsem-spinlock.c
parentde30ec47302c101c7badc8fe687641fd75e596e7 (diff)
downloadlinux-7c34e3180a01c800a40bc8535654d5735802fc1b.tar.xz
sched/completion: Add lock-free checking of the blocking case
The "thread would block" case can be checked without grabbing ->wait.lock. [ If the check does not return early then grab the lock and recheck. A memory barrier is not needed as complete() and complete_all() imply a barrier. The ACCESS_ONCE() is needed for calls in a loop that, if inlined, could optimize out the re-fetching of x->done. ] Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/1422013307-13200-1-git-send-email-der.herr@hofr.at Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/locking/rwsem-spinlock.c')
0 files changed, 0 insertions, 0 deletions