Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_release (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-fallback.h2179 #define arch_atomic64_cmpxchg_release atomic64_cmpxchg_release
2184 #define atomic64_cmpxchg_release atomic64_cmpxchg macro
2199 #ifndef atomic64_cmpxchg_release
2201 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function
2206 #define atomic64_cmpxchg_release atomic64_cmpxchg_release macro
2267 r = atomic64_cmpxchg_release(v, o, new); in atomic64_try_cmpxchg_release()
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1482 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function
1487 #define atomic64_cmpxchg_release atomic64_cmpxchg_release macro
Datomic-long.h425 return atomic64_cmpxchg_release(v, old, new); in atomic_long_cmpxchg_release()