Searched defs:__xchg_relaxed (Results 1 - 5 of 5) 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
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ macro
|
/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
|
/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
|
Completed in 3 milliseconds