Home
last modified time | relevance | path

Searched defs:arch_atomic_try_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Datomic.h200 static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function
204 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h917 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function
925 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
992 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function
1000 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
H A Datomic-fallback.h1000 #define arch_atomic_try_cmpxchg atomic_try_cmpxchg macro