Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
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
/linux/include/linux/atomic/
A Datomic-arch-fallback.h987 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function
995 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro
1062 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() function
1070 #define arch_atomic_try_cmpxchg arch_atomic_try_cmpxchg macro

Completed in 10 milliseconds