Searched refs:arch_atomic64_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/atomic/ |
D | atomic-arch-fallback.h | 2183 #ifndef arch_atomic64_try_cmpxchg_relaxed 2187 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg macro 2229 #ifndef arch_atomic64_try_cmpxchg_relaxed 2231 arch_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_relaxed() function 2239 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg_relaxed macro 2248 bool ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_acquire() 2260 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_release() 2271 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 | 1179 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()
|