Searched refs:__xchg_small (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 24 extern unsigned long __xchg_small(volatile void *ptr, unsigned long x, 33 return __xchg_small(ptr, x, size); in __xchg()
|
H A D | percpu.h | 139 return __xchg_small((volatile void *)ptr, val, size); in __percpu_xchg()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cmpxchg.h | 68 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val, 77 return __xchg_small(ptr, x, size); in __xchg()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cmpxchg.h | 67 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val, 76 return __xchg_small(ptr, x, size); in __arch_xchg()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 25 static inline unsigned int __xchg_small(volatile void *ptr, unsigned int val, in __xchg_small() function 70 return __xchg_small(ptr, x, size); in __arch_xchg()
|
H A D | percpu.h | 141 return __xchg_small((volatile void *)ptr, val, size); in __percpu_xchg()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | cmpxchg.c | 14 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | cmpxchg.c | 10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | cmpxchg.c | 10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function
|
Completed in 4 milliseconds