Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h2227 #define arch_atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed
2229 #ifndef atomic64_try_cmpxchg_relaxed
2233 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg macro
2275 #ifndef atomic64_try_cmpxchg_relaxed
2277 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function
2285 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro
2288 #else /* atomic64_try_cmpxchg_relaxed */
2294 bool ret = atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_acquire()
2306 return atomic64_try_cmpxchg_relaxed( in atomic64_try_cmpxchg_release()
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1535 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function
1541 #define atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro
H A Datomic-long.h455 return atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in atomic_long_try_cmpxchg_relaxed()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2886 * atomic64_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2899 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed() function

Completed in 14 milliseconds