Searched defs:arch_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/arc/include/asm/ |
D | cmpxchg.h | 42 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
|
/linux-6.12.1/arch/csky/include/asm/ |
D | cmpxchg.h | 87 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | cmpxchg.h | 216 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | cmpxchg.h | 185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | cmpxchg.h | 184 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | cmpxchg.h | 716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
|