Searched refs:arch_atomic64_try_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | atomic-arch-fallback.h | 2015 #ifndef arch_atomic64_try_cmpxchg_relaxed 2019 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg macro 2061 #ifndef arch_atomic64_try_cmpxchg_relaxed 2063 arch_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg_relaxed() function 2071 #define arch_atomic64_try_cmpxchg_relaxed arch_atomic64_try_cmpxchg_relaxed macro 2080 bool ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_acquire() 2092 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg_release() 2103 ret = arch_atomic64_try_cmpxchg_relaxed(v, old, new); in arch_atomic64_try_cmpxchg()
|
D | atomic-fallback.h | 2227 #define arch_atomic64_try_cmpxchg_relaxed atomic64_try_cmpxchg_relaxed macro
|
/Linux-v5.10/include/asm-generic/ |
D | atomic-instrumented.h | 1533 #if defined(arch_atomic64_try_cmpxchg_relaxed) 1539 return arch_atomic64_try_cmpxchg_relaxed(v, old, new); in atomic64_try_cmpxchg_relaxed()
|