Searched defs:arch_atomic_cmpxchg (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/m68k/include/asm/ |
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-6.14.4/arch/x86/include/asm/ |
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-6.14.4/arch/sparc/include/asm/ |
D | atomic_32.h | 37 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
|
/linux-6.14.4/arch/s390/include/asm/ |
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
|
/linux-6.14.4/arch/arm/include/asm/ |
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
|
/linux-6.14.4/arch/sparc/lib/ |
D | atomic32.c | 83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
|