Home
last modified time | relevance | path

Searched refs:__xchg_acquire (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h47 #define __xchg_acquire(ptr, new, size) \ macro
78 (__typeof__(*(ptr))) __xchg_acquire((ptr), \
H A Datomic.h254 return __xchg_acquire(&(v->counter), n, size); \