Lines Matching defs:ptr
81 unsigned long __xchg(volatile void *ptr, unsigned long x, int size) in __xchg()
102 #define xchg(ptr, x) \ argument
157 unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg()
182 #define cmpxchg_local(ptr, old, new) \ argument
189 #define cmpxchg(ptr, old, new) \ argument
201 #define cmpxchg64_local(ptr, o, n) \ argument
207 #define cmpxchg64(ptr, o, n) \ argument
215 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
219 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64()
288 # define cmpxchg64(ptr, o, n) ({ \ argument
311 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument