Lines Matching defs:new

1116 atomic_xchg(atomic_t *v, int new)  in atomic_xchg()
1135 atomic_xchg_acquire(atomic_t *v, int new) in atomic_xchg_acquire()
1153 atomic_xchg_release(atomic_t *v, int new) in atomic_xchg_release()
1172 atomic_xchg_relaxed(atomic_t *v, int new) in atomic_xchg_relaxed()
1191 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1211 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
1230 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
1250 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
1270 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
1292 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1313 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1335 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
2680 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg()
2699 atomic64_xchg_acquire(atomic64_t *v, s64 new) in atomic64_xchg_acquire()
2717 atomic64_xchg_release(atomic64_t *v, s64 new) in atomic64_xchg_release()
2736 atomic64_xchg_relaxed(atomic64_t *v, s64 new) in atomic64_xchg_relaxed()
2755 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
2775 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
2794 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release()
2814 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed()
2834 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg()
2856 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire()
2877 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release()
2899 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed()
4244 atomic_long_xchg(atomic_long_t *v, long new) in atomic_long_xchg()
4263 atomic_long_xchg_acquire(atomic_long_t *v, long new) in atomic_long_xchg_acquire()
4281 atomic_long_xchg_release(atomic_long_t *v, long new) in atomic_long_xchg_release()
4300 atomic_long_xchg_relaxed(atomic_long_t *v, long new) in atomic_long_xchg_relaxed()
4319 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
4339 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
4358 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release()
4378 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed()
4398 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg()
4420 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire()
4441 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release()
4463 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed()