Home
last modified time | relevance | path

Searched defs:arch_atomic_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Datomic.h194 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
198 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h160 #define arch_atomic_cmpxchg(v, old, new) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h895 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
903 #define arch_atomic_cmpxchg arch_atomic_cmpxchg macro
H A Datomic-fallback.h953 #define arch_atomic_cmpxchg atomic_cmpxchg macro