Home
last modified time | relevance | path

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

/linux-6.1.9/arch/csky/include/asm/
Dcmpxchg.h10 #define __xchg_relaxed(new, ptr, size) \ macro
54 (__xchg_relaxed((x), (ptr), sizeof(*(ptr))))
Datomic.h202 return __xchg_relaxed(n, &(v->counter), 4); \
/linux-6.1.9/arch/riscv/include/asm/
Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ macro
43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
Datomic.h249 return __xchg_relaxed(&(v->counter), n, size); \
/linux-6.1.9/arch/powerpc/include/asm/
Dcmpxchg.h171 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function
198 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \