Lines Matching defs:ptr
72 unsigned long __xchg(volatile void *ptr, unsigned long x, int size) in __xchg()
93 #define xchg(ptr, x) \ argument
153 unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg()
178 #define cmpxchg_local(ptr, old, new) \ argument
185 #define cmpxchg(ptr, old, new) \ argument
211 #define cmpxchg64_local(ptr, o, n) \ argument
217 #define cmpxchg64(ptr, o, n) \ argument
225 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
229 static inline unsigned long __cmpxchg64(volatile void *ptr, in __cmpxchg64()
300 # define cmpxchg64(ptr, o, n) ({ \ argument
323 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument