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

/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h86 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
115 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h209 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
251 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h681 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, function
696 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_acquire");
729 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \

Completed in 116 milliseconds