Lines Matching defs:new
83 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
86 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
89 #define atomic_long_cmpxchg_release(l, old, new) \ argument
92 #define atomic_long_cmpxchg(l, old, new) \ argument
96 #define atomic_long_try_cmpxchg_relaxed(l, old, new) \ argument
99 #define atomic_long_try_cmpxchg_acquire(l, old, new) \ argument
102 #define atomic_long_try_cmpxchg_release(l, old, new) \ argument
105 #define atomic_long_try_cmpxchg(l, old, new) \ argument
110 #define atomic_long_xchg_relaxed(v, new) \ argument
112 #define atomic_long_xchg_acquire(v, new) \ argument
114 #define atomic_long_xchg_release(v, new) \ argument
116 #define atomic_long_xchg(v, new) \ argument