Lines Matching defs:new
380 rust_helper_atomic_xchg(atomic_t *v, int new) in rust_helper_atomic_xchg()
386 rust_helper_atomic_xchg_acquire(atomic_t *v, int new) in rust_helper_atomic_xchg_acquire()
392 rust_helper_atomic_xchg_release(atomic_t *v, int new) in rust_helper_atomic_xchg_release()
398 rust_helper_atomic_xchg_relaxed(atomic_t *v, int new) in rust_helper_atomic_xchg_relaxed()
404 rust_helper_atomic_cmpxchg(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg()
410 rust_helper_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_acquire()
416 rust_helper_atomic_cmpxchg_release(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_release()
422 rust_helper_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in rust_helper_atomic_cmpxchg_relaxed()
428 rust_helper_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg()
434 rust_helper_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_acquire()
440 rust_helper_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_release()
446 rust_helper_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in rust_helper_atomic_try_cmpxchg_relaxed()
890 rust_helper_atomic64_xchg(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg()
896 rust_helper_atomic64_xchg_acquire(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_acquire()
902 rust_helper_atomic64_xchg_release(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_release()
908 rust_helper_atomic64_xchg_relaxed(atomic64_t *v, s64 new) in rust_helper_atomic64_xchg_relaxed()
914 rust_helper_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg()
920 rust_helper_atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_acquire()
926 rust_helper_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_release()
932 rust_helper_atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg_relaxed()
938 rust_helper_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg()
944 rust_helper_atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_acquire()
950 rust_helper_atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_release()
956 rust_helper_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new) in rust_helper_atomic64_try_cmpxchg_relaxed()