atomic64_xchg_relaxed  447 arch/arm/include/asm/atomic.h #define atomic64_xchg_relaxed		atomic64_xchg_relaxed
atomic64_xchg_relaxed   89 arch/arm64/mm/context.c 		asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0);
atomic64_xchg_relaxed   33 arch/csky/mm/asid.c 		asid = atomic64_xchg_relaxed(&active_asid(info, i), 0);
atomic64_xchg_relaxed 1456 include/asm-generic/atomic-instrumented.h #define atomic64_xchg_relaxed atomic64_xchg_relaxed
atomic64_xchg_relaxed  406 include/asm-generic/atomic-long.h 	return atomic64_xchg_relaxed(v, i);
atomic64_xchg_relaxed 1932 include/linux/atomic-fallback.h #ifndef atomic64_xchg_relaxed
atomic64_xchg_relaxed 1942 include/linux/atomic-fallback.h 	s64 ret = atomic64_xchg_relaxed(v, i);
atomic64_xchg_relaxed 1954 include/linux/atomic-fallback.h 	return atomic64_xchg_relaxed(v, i);
atomic64_xchg_relaxed 1965 include/linux/atomic-fallback.h 	ret = atomic64_xchg_relaxed(v, i);