Home
last modified time | relevance | path

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

/linux-6.1.9/arch/csky/include/asm/
Dcmpxchg.h56 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
84 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
150 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
Datomic.h207 return __cmpxchg_relaxed(&(v->counter), o, n, 4); \
/linux-6.1.9/arch/riscv/include/asm/
Dcmpxchg.h166 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro
206 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \
349 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
Datomic.h270 return __cmpxchg_relaxed(&(v->counter), o, n, size); \
/linux-6.1.9/arch/powerpc/include/asm/
Dcmpxchg.h432 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed() function
491 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \