Searched defs:arch_atomic64_cmpxchg (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | atomic64_64.h | 182 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function 186 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
|
| H A D | atomic64_32.h | 74 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in arch_atomic64_cmpxchg() function 78 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro [all...] |
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | atomic64.h | 71 #define arch_atomic64_cmpxchg generic_atomic64_cmpxchg macro
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | atomic64_64.h | 101 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function 105 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
|
| H A D | atomic64_32.h | 64 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in arch_atomic64_cmpxchg() function 68 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro [all...] |
| /kernel/linux/linux-6.6/arch/arc/include/asm/ |
| H A D | atomic64-arcv2.h | 141 arch_atomic64_cmpxchg(atomic64_t *ptr, s64 expected, s64 new) in arch_atomic64_cmpxchg() function 162 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| H A D | atomic.h | 117 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function 121 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | atomic.h | 220 #define arch_atomic64_cmpxchg arch_atomic_cmpxchg macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | atomic-arch-fallback.h | 2002 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() function 2010 #define arch_atomic64_cmpxchg arch_atomic64_cmpxchg macro
|
| H A D | atomic-fallback.h | 2177 #define arch_atomic64_cmpxchg atomic64_cmpxchg macro
|
Completed in 13 milliseconds