Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcmpxchg.h73 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val,
82 return __xchg_small(ptr, x, size); in __xchg()
/Linux-v4.19/arch/mips/kernel/
Dcmpxchg.c14 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function