Searched refs:arch_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | cmpxchg_64.h | 13 arch_cmpxchg((ptr), (o), (n)); \
|
D | atomic.h | 194 return arch_cmpxchg(&v->counter, old, new); in arch_atomic_cmpxchg()
|
D | atomic64_64.h | 180 return arch_cmpxchg(&v->counter, old, new); in arch_atomic64_cmpxchg()
|
D | cmpxchg.h | 148 #define arch_cmpxchg(ptr, old, new) \ macro
|
/Linux-v4.19/include/asm-generic/ |
D | atomic-instrumented.h | 422 arch_cmpxchg(__ai_ptr, (old), (new)); \
|