Searched refs:arch_atomic_cmpxchg (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/include/asm/ |
H A D | atomic_32.h | 36 int arch_atomic_cmpxchg(atomic_t *, int, int); 37 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
/linux/arch/x86/include/asm/ |
H A D | atomic.h | 99 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function 103 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
/linux/arch/s390/include/asm/ |
H A D | atomic.h | 77 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in ATOMIC_OPS() 81 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
/linux/arch/m68k/include/asm/ |
H A D | atomic.h | 172 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function 184 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
/linux/arch/sparc/lib/ |
H A D | atomic32.c | 83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function 96 EXPORT_SYMBOL(arch_atomic_cmpxchg);
|
/linux/arch/arm/include/asm/ |
H A D | atomic.h | 210 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function 223 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|