atomic64_cmpxchg_relaxed  427 arch/arm/include/asm/atomic.h #define atomic64_cmpxchg_relaxed	atomic64_cmpxchg_relaxed
atomic64_cmpxchg_relaxed  210 arch/arm64/mm/context.c 	    atomic64_cmpxchg_relaxed(&per_cpu(active_asids, cpu),
atomic64_cmpxchg_relaxed   67 arch/csky/include/asm/asid.h 	    atomic64_cmpxchg_relaxed(&active_asid(info, cpu),
atomic64_cmpxchg_relaxed 1496 include/asm-generic/atomic-instrumented.h #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed
atomic64_cmpxchg_relaxed  430 include/asm-generic/atomic-long.h 	return atomic64_cmpxchg_relaxed(v, old, new);
atomic64_cmpxchg_relaxed 1974 include/linux/atomic-fallback.h #ifndef atomic64_cmpxchg_relaxed
atomic64_cmpxchg_relaxed 1984 include/linux/atomic-fallback.h 	s64 ret = atomic64_cmpxchg_relaxed(v, old, new);
atomic64_cmpxchg_relaxed 1996 include/linux/atomic-fallback.h 	return atomic64_cmpxchg_relaxed(v, old, new);
atomic64_cmpxchg_relaxed 2007 include/linux/atomic-fallback.h 	ret = atomic64_cmpxchg_relaxed(v, old, new);
atomic64_cmpxchg_relaxed 2067 include/linux/atomic-fallback.h 	r = atomic64_cmpxchg_relaxed(v, o, new);
atomic64_cmpxchg_relaxed  540 kernel/futex.c 		old = atomic64_cmpxchg_relaxed(&inode->i_sequence, 0, new);