Home
last modified time | relevance | path

Searched refs:arch_cmpxchg (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dcmpxchg_64.h13 arch_cmpxchg((ptr), (o), (n)); \
Datomic.h194 return arch_cmpxchg(&v->counter, old, new); in arch_atomic_cmpxchg()
Datomic64_64.h180 return arch_cmpxchg(&v->counter, old, new); in arch_atomic64_cmpxchg()
Dcmpxchg.h148 #define arch_cmpxchg(ptr, old, new) \ macro
/Linux-v4.19/include/asm-generic/
Datomic-instrumented.h422 arch_cmpxchg(__ai_ptr, (old), (new)); \