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