Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dcmpxchg.h210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
Datomic.h278 return __cmpxchg_acquire(&(v->counter), o, n, size); \
/Linux-v5.4/arch/powerpc/include/asm/
Dcmpxchg.h463 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function
511 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \