atomic64_cmpxchg  202 arch/alpha/include/asm/atomic.h #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new))
atomic64_cmpxchg  214 arch/ia64/include/asm/atomic.h #define atomic64_cmpxchg(v, old, new) \
atomic64_cmpxchg  429 arch/mips/include/asm/atomic.h #define atomic64_cmpxchg(v, o, n) \
atomic64_cmpxchg  222 arch/parisc/include/asm/atomic.h #define atomic64_cmpxchg(v, o, n) \
atomic64_cmpxchg  487 arch/powerpc/include/asm/atomic.h #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n)))
atomic64_cmpxchg  127 arch/s390/include/asm/atomic.h static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
atomic64_cmpxchg   60 arch/sparc/include/asm/atomic_64.h #define atomic64_cmpxchg(v, o, n) \
atomic64_cmpxchg 1461 include/asm-generic/atomic-instrumented.h atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
atomic64_cmpxchg 1466 include/asm-generic/atomic-instrumented.h #define atomic64_cmpxchg atomic64_cmpxchg
atomic64_cmpxchg 2003 include/linux/atomic-fallback.h atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
atomic64_cmpxchg 2011 include/linux/atomic-fallback.h #define atomic64_cmpxchg atomic64_cmpxchg
atomic64_cmpxchg  148 lib/atomic64.c s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n)