Searched refs:__cmpxchg_relaxed (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/csky/include/asm/ |
D | cmpxchg.h | 56 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro 84 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr)))) 150 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
|
D | atomic.h | 207 return __cmpxchg_relaxed(&(v->counter), o, n, 4); \
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | cmpxchg.h | 166 #define __cmpxchg_relaxed(ptr, old, new, size) \ macro 206 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \ 349 (__cmpxchg_relaxed((ptr), (o), (n), sizeof(*(ptr))))
|
D | atomic.h | 270 return __cmpxchg_relaxed(&(v->counter), o, n, size); \
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | cmpxchg.h | 432 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed() function 491 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \
|