Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h210 #define __cmpxchg_acquire(ptr, old, new, size) \ macro
252 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \
H A Datomic.h276 return __cmpxchg_acquire(&(v->counter), o, n, size); \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h452 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_acquire() function
500 (__typeof__(*(ptr))) __cmpxchg_acquire((ptr), \