Home
last modified time | relevance | path

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

/linux-5.10/arch/arm64/include/asm/
Datomic.h158 #define arch_atomic_cmpxchg_release(v, old, new) \ macro
/linux-5.10/include/linux/
Datomic-arch-fallback.h868 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg macro
885 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release() function
890 #define arch_atomic_cmpxchg_release arch_atomic_cmpxchg_release macro
Datomic-fallback.h955 #define arch_atomic_cmpxchg_release atomic_cmpxchg_release macro