Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/include/asm/
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
/Linux-v6.6/include/linux/atomic/
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()