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()
1192 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1213 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
1233 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
1254 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
1275 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
1298 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1320 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1343 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
2694 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg()
2713 atomic64_xchg_acquire(atomic64_t *v, s64 new) in atomic64_xchg_acquire()
2731 atomic64_xchg_release(atomic64_t *v, s64 new) in atomic64_xchg_release()
2750 atomic64_xchg_relaxed(atomic64_t *v, s64 new) in atomic64_xchg_relaxed()
2770 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
2791 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
2811 atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_release()
2832 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed()
2853 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg()
2876 atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_acquire()
2898 atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_release()
2921 atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg_relaxed()
4272 atomic_long_xchg(atomic_long_t *v, long new) in atomic_long_xchg()
4291 atomic_long_xchg_acquire(atomic_long_t *v, long new) in atomic_long_xchg_acquire()
4309 atomic_long_xchg_release(atomic_long_t *v, long new) in atomic_long_xchg_release()
4328 atomic_long_xchg_relaxed(atomic_long_t *v, long new) in atomic_long_xchg_relaxed()
4348 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
4369 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
4389 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release()
4410 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed()
4431 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg()
4454 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire()
4476 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release()
4499 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed()