Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcmpxchg.h146 extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,
155 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
/Linux-v4.19/arch/mips/kernel/
Dcmpxchg.c54 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function