Searched refs:arch_atomic64_cmpxchg_release (Results 1 – 4 of 4) sorted by relevance
2045 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg macro2060 #ifndef arch_atomic64_cmpxchg_release2062 arch_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg_release() function2067 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg_release macro2123 r = arch_atomic64_cmpxchg_release(v, o, new); in arch_atomic64_try_cmpxchg_release()
425 return arch_atomic64_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
1068 return arch_atomic64_cmpxchg_release(v, old, new); in atomic64_cmpxchg_release()
219 #define arch_atomic64_cmpxchg_release arch_atomic_cmpxchg_release macro
Completed in 17 milliseconds