Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_release (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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()
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
H A Datomic-long.h425 return atomic64_cmpxchg_release(v, old, new); in atomic_long_cmpxchg_release()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2782 * atomic64_cmpxchg_release() - atomic compare and exchange with release ordering
2794 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release() function

Completed in 13 milliseconds