Lines Matching refs:new
116 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
137 : GCC_OFF_SMALL_ASM() (*m), "Jr" (old), "Jr" (new) \
146 *m = new; \
154 unsigned long new, unsigned int size);
158 unsigned long new, unsigned int size) in __cmpxchg() argument
163 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
167 (u32)old, new); in __cmpxchg()
175 (u64)old, new); in __cmpxchg()
182 #define cmpxchg_local(ptr, old, new) \ argument
186 (unsigned long)(__typeof__(*(ptr)))(new), \
189 #define cmpxchg(ptr, old, new) \ argument
194 __res = cmpxchg_local((ptr), (old), (new)); \
221 unsigned long long new) in __cmpxchg64() argument
280 "r" (new) in __cmpxchg64()