Searched refs:__cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/riscv/include/asm/ |
D | cmpxchg.h | 210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|
D | atomic.h | 278 return __cmpxchg_acquire(&(v->counter), o, n, size); \
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | cmpxchg.h | 463 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function 511 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|