Home
last modified time | relevance | path

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

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