Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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
2294 bool ret = atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_acquire()
2306 return atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_release()
2317 ret = atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg()
/kernel/linux/linux-5.10/include/asm-generic/
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
Datomic-long.h455 return atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in atomic_long_try_cmpxchg_relaxed()