Lines Matching full:old

404 rust_helper_atomic_cmpxchg(atomic_t *v, int old, int new)  in rust_helper_atomic_cmpxchg()  argument
406 return atomic_cmpxchg(v, old, 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() argument
412 return atomic_cmpxchg_acquire(v, old, 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() argument
418 return atomic_cmpxchg_release(v, old, 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() argument
424 return atomic_cmpxchg_relaxed(v, old, 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() argument
430 return atomic_try_cmpxchg(v, old, 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() argument
436 return atomic_try_cmpxchg_acquire(v, old, 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() argument
442 return atomic_try_cmpxchg_release(v, old, 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() argument
448 return atomic_try_cmpxchg_relaxed(v, old, new); in rust_helper_atomic_try_cmpxchg_relaxed()
914 rust_helper_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in rust_helper_atomic64_cmpxchg() argument
916 return atomic64_cmpxchg(v, old, 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() argument
922 return atomic64_cmpxchg_acquire(v, old, 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() argument
928 return atomic64_cmpxchg_release(v, old, 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() argument
934 return atomic64_cmpxchg_relaxed(v, old, 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() argument
940 return atomic64_try_cmpxchg(v, old, 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() argument
946 return atomic64_try_cmpxchg_acquire(v, old, 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() argument
952 return atomic64_try_cmpxchg_release(v, old, 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() argument
958 return atomic64_try_cmpxchg_relaxed(v, old, new); in rust_helper_atomic64_try_cmpxchg_relaxed()