Searched refs:arch_atomic64_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/atomic/ |
D | atomic-arch-fallback.h | 2085 #ifndef arch_atomic64_try_cmpxchg_relaxed 2089 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg macro 2131 #ifndef arch_atomic64_try_cmpxchg_relaxed 2133 arch_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_relaxed() function 2141 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg_relaxed macro 2150 bool ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_acquire() 2162 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_release() 2173 ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg()
|
D | atomic-long.h | 455 return arch_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()
|
D | atomic-instrumented.h | 1107 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()
|