atomic_xchg_relaxed  303 arch/riscv/include/asm/atomic.h #define atomic_xchg_relaxed atomic_xchg_relaxed
atomic_xchg_relaxed  646 include/asm-generic/atomic-instrumented.h #define atomic_xchg_relaxed atomic_xchg_relaxed
atomic_xchg_relaxed  900 include/asm-generic/atomic-long.h 	return atomic_xchg_relaxed(v, i);
atomic_xchg_relaxed  822 include/linux/atomic-fallback.h #ifndef atomic_xchg_relaxed
atomic_xchg_relaxed  832 include/linux/atomic-fallback.h 	int ret = atomic_xchg_relaxed(v, i);
atomic_xchg_relaxed  844 include/linux/atomic-fallback.h 	return atomic_xchg_relaxed(v, i);
atomic_xchg_relaxed  855 include/linux/atomic-fallback.h 	ret = atomic_xchg_relaxed(v, i);