Home
last modified time | relevance | path

Searched refs:arch_atomic_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Datomic.h106 static inline int arch_atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in arch_atomic_cmpxchg_relaxed() function
126 #define arch_atomic_cmpxchg_relaxed arch_atomic_cmpxchg_relaxed macro
/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h2005 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg()
2008 ret = arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg()
2033 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_acquire()
2034 int ret = arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_acquire()
2061 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_release()
2063 return arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_release()
2086 #if defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_relaxed()
2087 return arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_relaxed()