Home
last modified time | relevance | path

Searched defs:arch_cmpxchg_relaxed (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/arc/include/asm/
Dcmpxchg.h42 #define arch_cmpxchg_relaxed(ptr, old, new) \ macro
/linux-6.12.1/arch/csky/include/asm/
Dcmpxchg.h87 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux-6.12.1/arch/arm/include/asm/
Dcmpxchg.h216 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ macro
/linux-6.12.1/arch/arm64/include/asm/
Dcmpxchg.h185 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro
/linux-6.12.1/arch/riscv/include/asm/
Dcmpxchg.h184 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro
/linux-6.12.1/arch/powerpc/include/asm/
Dcmpxchg.h716 #define arch_cmpxchg_relaxed(ptr, o, n) \ macro