Searched refs:__cmpxchg_acquire (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/csky/include/asm/ |
D | cmpxchg.h | 67 #define __cmpxchg_acquire(ptr, old, new, size) \ macro 96 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
|
D | atomic.h | 212 return __cmpxchg_acquire(&(v->counter), o, n, 4); \
|
/linux-5.19.10/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 | 276 return __cmpxchg_acquire(&(v->counter), o, n, size); \
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | cmpxchg.h | 452 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function 500 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
|