atomic64_try_cmpxchg_relaxed 1540 include/asm-generic/atomic-instrumented.h #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed
atomic64_try_cmpxchg_relaxed  454 include/asm-generic/atomic-long.h 	return atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new);
atomic64_try_cmpxchg_relaxed 2016 include/linux/atomic-fallback.h #ifndef atomic64_try_cmpxchg_relaxed
atomic64_try_cmpxchg_relaxed 2062 include/linux/atomic-fallback.h #ifndef atomic64_try_cmpxchg_relaxed
atomic64_try_cmpxchg_relaxed 2072 include/linux/atomic-fallback.h #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed
atomic64_try_cmpxchg_relaxed 2081 include/linux/atomic-fallback.h 	bool ret = atomic64_try_cmpxchg_relaxed(v, old, new);
atomic64_try_cmpxchg_relaxed 2093 include/linux/atomic-fallback.h 	return atomic64_try_cmpxchg_relaxed(v, old, new);
atomic64_try_cmpxchg_relaxed 2104 include/linux/atomic-fallback.h 	ret = atomic64_try_cmpxchg_relaxed(v, old, new);