Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Datomic.h192 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
/Linux-v5.4/arch/arm64/include/asm/
Datomic.h162 #define arch_atomic_cmpxchg(v, old, new) \ macro