atomic64_xchg     203 arch/alpha/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg     467 arch/arc/include/asm/atomic.h static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
atomic64_xchg     216 arch/ia64/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg     431 arch/mips/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new)))
atomic64_xchg     224 arch/parisc/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg     493 arch/powerpc/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg     125 arch/s390/include/asm/atomic.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg      62 arch/sparc/include/asm/atomic_64.h #define atomic64_xchg(v, new) (xchg(&((v)->counter), new))
atomic64_xchg    1421 include/asm-generic/atomic-instrumented.h atomic64_xchg(atomic64_t *v, s64 i)
atomic64_xchg    1426 include/asm-generic/atomic-instrumented.h #define atomic64_xchg atomic64_xchg
atomic64_xchg    1961 include/linux/atomic-fallback.h atomic64_xchg(atomic64_t *v, s64 i)
atomic64_xchg    1969 include/linux/atomic-fallback.h #define atomic64_xchg atomic64_xchg
atomic64_xchg     163 lib/atomic64.c s64 atomic64_xchg(atomic64_t *v, s64 new)