| H A D | atomic.c | 375 rust_helper_atomic_xchg(atomic_t *v, int new) in rust_helper_atomic_fetch_xor_relaxed() 377 return atomic_xchg(v, new); in rust_helper_atomic_fetch_xor_relaxed() 381 rust_helper_atomic_xchg_acquire(atomic_t *v, int new) in rust_helper_atomic_xchg() 383 return atomic_xchg_acquire(v, new); in rust_helper_atomic_xchg() 387 rust_helper_atomic_xchg_release(atomic_t *v, int new) in rust_helper_atomic_xchg_acquire() 389 return atomic_xchg_release(v, new); in rust_helper_atomic_xchg_acquire() 393 rust_helper_atomic_xchg_relaxed(atomic_t *v, int new) in rust_helper_atomic_xchg_release() 395 return atomic_xchg_relaxed(v, new); in rust_helper_atomic_xchg_release() 399 rust_helper_atomic_cmpxchg(atomic_t *v, int old, int new) in rust_helper_atomic_xchg_relaxed() 401 return atomic_cmpxchg(v, old, new); in rust_helper_atomic_xchg_relaxed() 380 rust_helper_atomic_xchg(atomic_t * v,int new) rust_helper_atomic_xchg() argument 386 rust_helper_atomic_xchg_acquire(atomic_t * v,int new) rust_helper_atomic_xchg_acquire() argument 392 rust_helper_atomic_xchg_release(atomic_t * v,int new) rust_helper_atomic_xchg_release() argument 398 rust_helper_atomic_xchg_relaxed(atomic_t * v,int new) rust_helper_atomic_xchg_relaxed() argument 404 rust_helper_atomic_cmpxchg(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg() argument 410 rust_helper_atomic_cmpxchg_acquire(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_acquire() argument 416 rust_helper_atomic_cmpxchg_release(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_release() argument 422 rust_helper_atomic_cmpxchg_relaxed(atomic_t * v,int old,int new) rust_helper_atomic_cmpxchg_relaxed() argument 428 rust_helper_atomic_try_cmpxchg(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg() argument 434 rust_helper_atomic_try_cmpxchg_acquire(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_acquire() argument 440 rust_helper_atomic_try_cmpxchg_release(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_release() argument 446 rust_helper_atomic_try_cmpxchg_relaxed(atomic_t * v,int * old,int new) rust_helper_atomic_try_cmpxchg_relaxed() argument 890 rust_helper_atomic64_xchg(atomic64_t * v,s64 new) rust_helper_atomic64_xchg() argument 896 rust_helper_atomic64_xchg_acquire(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_acquire() argument 902 rust_helper_atomic64_xchg_release(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_release() argument 908 rust_helper_atomic64_xchg_relaxed(atomic64_t * v,s64 new) rust_helper_atomic64_xchg_relaxed() argument 914 rust_helper_atomic64_cmpxchg(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg() argument 920 rust_helper_atomic64_cmpxchg_acquire(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_acquire() argument 926 rust_helper_atomic64_cmpxchg_release(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_release() argument 932 rust_helper_atomic64_cmpxchg_relaxed(atomic64_t * v,s64 old,s64 new) rust_helper_atomic64_cmpxchg_relaxed() argument 938 rust_helper_atomic64_try_cmpxchg(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg() argument 944 rust_helper_atomic64_try_cmpxchg_acquire(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_acquire() argument 950 rust_helper_atomic64_try_cmpxchg_release(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_release() argument 956 rust_helper_atomic64_try_cmpxchg_relaxed(atomic64_t * v,s64 * old,s64 new) rust_helper_atomic64_try_cmpxchg_relaxed() argument [all...] |