Searched refs:__cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/csky/include/asm/ |
H A D | cmpxchg.h | 86 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 115 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 681 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function 729 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|