Searched refs:cmpxchg64_relaxed (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/arm/include/asm/ |
D | cmpxchg.h | 269 #define cmpxchg64_relaxed(ptr, o, n) ({ \ macro 275 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n))
|
/Linux-v5.4/lib/ |
D | lockref.c | 19 old.lock_count = cmpxchg64_relaxed(&lockref->lock_count, \
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | cmpxchg.h | 526 #define cmpxchg64_relaxed(ptr, o, n) \ macro
|
/Linux-v5.4/include/linux/ |
D | atomic-fallback.h | 55 #ifndef cmpxchg64_relaxed 56 #define cmpxchg64_relaxed cmpxchg64 macro
|
/Linux-v5.4/drivers/iommu/ |
D | io-pgtable-arm.c | 369 old = cmpxchg64_relaxed(ptep, curr, new); in arm_lpae_install_table()
|
/Linux-v5.4/include/asm-generic/ |
D | atomic-instrumented.h | 1743 #define cmpxchg64_relaxed(ptr, ...) \ macro
|