Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dcmpxchg.h149 extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,
159 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
/Linux-v5.10/arch/mips/kernel/
Dcmpxchg.c50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function