Home
last modified time | relevance | path

Searched refs:arch_atomic64_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
Datomic64.h71 #define arch_atomic64_cmpxchg generic_atomic64_cmpxchg macro
/include/linux/atomic/
Datomic-arch-fallback.h2072 #define arch_atomic64_cmpxchg_acquire arch_atomic64_cmpxchg
2073 #define arch_atomic64_cmpxchg_release arch_atomic64_cmpxchg
2074 #define arch_atomic64_cmpxchg_relaxed arch_atomic64_cmpxchg
2098 #ifndef arch_atomic64_cmpxchg
2100 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function
2108 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
2125 r = arch_atomic64_cmpxchg(v, o, new); in arch_atomic64_try_cmpxchg()
Datomic-long.h413 return arch_atomic64_cmpxchg(v, old, new); in arch_atomic_long_cmpxchg()
Datomic-instrumented.h1054 return arch_atomic64_cmpxchg(v, old, new); in atomic64_cmpxchg()