Searched defs:__xchg (Results 1 – 5 of 5) sorted by relevance
183 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function
33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() function
134 static inline unsigned long __xchg(unsigned long with, in __xchg() function
197 #define __xchg(ptr, x, size) \ macro
245 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function