Searched refs:arch_atomic_cmpxchg (Results 1 – 6 of 6) sorted by relevance
| /arch/sparc/include/asm/ |
| A D | atomic_32.h | 36 int arch_atomic_cmpxchg(atomic_t *, int, int); 37 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
| /arch/x86/include/asm/ |
| 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
|
| /arch/m68k/include/asm/ |
| 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
|
| /arch/s390/include/asm/ |
| A D | atomic.h | 111 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function 115 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
| /arch/sparc/lib/ |
| 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);
|
| /arch/arm/include/asm/ |
| 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
|
Completed in 13 milliseconds