Home
last modified time | relevance | path

Searched refs:__cmpxchg_small (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/loongarch/include/asm/
Dcmpxchg.h114 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/
Dcmpxchg.h148 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/
Dcmpxchg.c50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function