Home
last modified time | relevance | path

Searched refs:arch_atomic_xchg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm64/include/asm/
Datomic.h153 #define arch_atomic_xchg(v, new) \ macro
217 #define arch_atomic64_xchg arch_atomic_xchg
/Linux-v5.4/arch/x86/include/asm/
Datomic.h203 static inline int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg() function
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h609 #if !defined(arch_atomic_xchg_relaxed) || defined(arch_atomic_xchg)
614 return arch_atomic_xchg(v, i); in atomic_xchg()