Home
last modified time | relevance | path

Searched refs:__cmpxchg_acquire (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/csky/include/asm/
Dcmpxchg.h67 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
96 (__cmpxchg_acquire((ptr), (o), (n), sizeof(*(ptr))))
Datomic.h212 return __cmpxchg_acquire(&(v->counter), o, n, 4); \
/linux-5.19.10/arch/riscv/include/asm/
Dcmpxchg.h210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
Datomic.h276 return __cmpxchg_acquire(&(v->counter), o, n, size); \
/linux-5.19.10/arch/powerpc/include/asm/
Dcmpxchg.h452 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function
500 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \