Searched refs:__cmpxchg_small (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/loongarch/include/asm/ |
D | cmpxchg.h | 114 static inline unsigned int __cmpxchg_small(volatile void *ptr, unsigned int old, in __cmpxchg_small() function 168 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | cmpxchg.h | 148 extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, 158 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
|
/linux-6.1.9/arch/mips/kernel/ |
D | cmpxchg.c | 50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function
|