Searched refs:__cmpxchg_relaxed (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A 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))))
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A 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))))
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A 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))))
|
H A D | atomic.h | 270 return __cmpxchg_relaxed(&(v->counter), o, n, size); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 432 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed() function 447 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_relaxed"); in __cmpxchg_relaxed() 491 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed() function 676 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_relaxed"); in __cmpxchg_relaxed() 720 (__typeof__(*(ptr))) __cmpxchg_relaxed((ptr), \
|
Completed in 4 milliseconds