Searched refs:__cmpxchg_small (Results 1 – 2 of 2) sorted by relevance
149 extern unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,159 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, in __cmpxchg_small() function