Searched refs:__cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance
/linux/arch/csky/include/asm/ |
H A D | cmpxchg.h | 90 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 122 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
|
/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), \
|