Lines Matching refs:new
11 #define __xchg_relaxed(new, ptr, size) \ argument
14 __typeof__(new) __new = (new); \
57 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
60 __typeof__(new) __new = (new); \
61 __typeof__(new) __tmp; \
90 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
93 __typeof__(new) __new = (new); \
94 __typeof__(new) __tmp; \
124 #define __cmpxchg(ptr, old, new, size) \ argument
127 __typeof__(new) __new = (new); \
128 __typeof__(new) __tmp; \