atomic_xchg 137 include/asm-generic/atomic.h (atomic_xchg((atomic64_t *)(l), (new))) atomic_xchg 254 include/asm-generic/atomic.h (atomic_xchg((atomic_t *)(l), (new))) atomic_xchg 28 include/asm-generic/mutex-xchg.h if (unlikely(atomic_xchg(count, 0) != 1)) atomic_xchg 47 include/asm-generic/mutex-xchg.h if (unlikely(atomic_xchg(count, 0) != 1)) atomic_xchg 71 include/asm-generic/mutex-xchg.h if (unlikely(atomic_xchg(count, 1) != 0)) atomic_xchg 95 include/asm-generic/mutex-xchg.h int prev = atomic_xchg(count, 0); atomic_xchg 109 include/asm-generic/mutex-xchg.h prev = atomic_xchg(count, prev); atomic_xchg 145 kernel/mutex.c old_val = atomic_xchg(&lock->count, -1); atomic_xchg 161 kernel/mutex.c old_val = atomic_xchg(&lock->count, -1); atomic_xchg 353 kernel/mutex.c prev = atomic_xchg(&lock->count, -1);