Home
last modified time | relevance | path

Searched defs:arch_atomic64_try_cmpxchg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Datomic64_64.h188 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
192 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Datomic64_64.h107 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
111 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
/kernel/linux/linux-5.10/include/linux/
H A Datomic-arch-fallback.h2024 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
2032 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
2099 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) arch_atomic64_try_cmpxchg() function
2107 #define arch_atomic64_try_cmpxchg global() macro
[all...]
H A Datomic-fallback.h2224 #define arch_atomic64_try_cmpxchg atomic64_try_cmpxchg macro

Completed in 9 milliseconds