Searched refs:__xchg_relaxed (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | cmpxchg.h | 10 #define __xchg_relaxed(new, ptr, size) \ macro 54 (__xchg_relaxed((x), (ptr), sizeof(*(ptr))))
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro 43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 171 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function 198 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro 43 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
H A D | atomic.h | 249 return __xchg_relaxed(&(v->counter), n, size); \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 237 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed() function 251 BUILD_BUG_ON_MSG(1, "Unsupported size for __xchg_relaxed"); in __xchg_relaxed() 264 (__typeof__(*(ptr))) __xchg_relaxed((ptr), \
|
Completed in 4 milliseconds