Searched refs:arch_atomic_cmpxchg_relaxed (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm/include/asm/ |
| A D | atomic.h | 106 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/include/linux/atomic/ |
| A D | atomic-arch-fallback.h | 2019 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg() 2022 ret = arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg() 2048 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_acquire() 2049 int ret = arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_acquire() 2077 #elif defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_release() 2079 return arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_release() 2103 #if defined(arch_atomic_cmpxchg_relaxed) in raw_atomic_cmpxchg_relaxed() 2104 return arch_atomic_cmpxchg_relaxed(v, old, new); in raw_atomic_cmpxchg_relaxed()
|
Completed in 13 milliseconds