Searched refs:__cmpxchg_relaxed (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h56 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
84 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
150 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h165 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
205 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \
348 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, function
676 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_relaxed");
720 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \

Completed in 102 milliseconds