Lines Matching refs:new
113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
134 : GCC_OFF_SMALL_ASM() (*m), "Jr" (old), "Jr" (new) \
142 *m = new; \
150 unsigned long new, unsigned int size);
154 unsigned long new, unsigned int size) in __cmpxchg() argument
159 return __cmpxchg_small(ptr, old, new, size); in __cmpxchg()
163 (u32)old, new); in __cmpxchg()
171 (u64)old, new); in __cmpxchg()
178 #define arch_cmpxchg_local(ptr, old, new) \ argument
182 (unsigned long)(__typeof__(*(ptr)))(new), \
185 #define arch_cmpxchg(ptr, old, new) \ argument
197 __res = arch_cmpxchg_local((ptr), (old), (new)); \
231 unsigned long long new) in __cmpxchg64() argument
293 "r" (new) in __cmpxchg64()