Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ macro
43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
H A Datomic.h249 return __xchg_relaxed(&(v->counter), n, size); \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h171 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function
198 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \