Lines Matching refs:new
14 #define __xchg_relaxed(ptr, new, size) \ argument
17 __typeof__(new) __new = (new); \
47 #define __xchg_acquire(ptr, new, size) \ argument
50 __typeof__(new) __new = (new); \
82 #define __xchg_release(ptr, new, size) \ argument
85 __typeof__(new) __new = (new); \
117 #define __xchg(ptr, new, size) \ argument
120 __typeof__(new) __new = (new); \
166 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
170 __typeof__(*(ptr)) __new = (new); \
210 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
214 __typeof__(*(ptr)) __new = (new); \
256 #define __cmpxchg_release(ptr, old, new, size) \ argument
260 __typeof__(*(ptr)) __new = (new); \
302 #define __cmpxchg(ptr, old, new, size) \ argument
306 __typeof__(*(ptr)) __new = (new); \