• Home
  • Raw
  • Download

Lines Matching refs:new

411 arch_atomic_long_cmpxchg(atomic_long_t *v, long old, long new)  in arch_atomic_long_cmpxchg()  argument
413 return arch_atomic64_cmpxchg(v, old, new); in arch_atomic_long_cmpxchg()
417 arch_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_acquire() argument
419 return arch_atomic64_cmpxchg_acquire(v, old, new); in arch_atomic_long_cmpxchg_acquire()
423 arch_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_release() argument
425 return arch_atomic64_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
429 arch_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_relaxed() argument
431 return arch_atomic64_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
435 arch_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg() argument
437 return arch_atomic64_try_cmpxchg(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg()
441 arch_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_acquire() argument
443 return arch_atomic64_try_cmpxchg_acquire(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_acquire()
447 arch_atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_release() argument
449 return arch_atomic64_try_cmpxchg_release(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_release()
453 arch_atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_relaxed() argument
455 return arch_atomic64_try_cmpxchg_relaxed(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()
905 arch_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg() argument
907 return arch_atomic_cmpxchg(v, old, new); in arch_atomic_long_cmpxchg()
911 arch_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_acquire() argument
913 return arch_atomic_cmpxchg_acquire(v, old, new); in arch_atomic_long_cmpxchg_acquire()
917 arch_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_release() argument
919 return arch_atomic_cmpxchg_release(v, old, new); in arch_atomic_long_cmpxchg_release()
923 arch_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_relaxed() argument
925 return arch_atomic_cmpxchg_relaxed(v, old, new); in arch_atomic_long_cmpxchg_relaxed()
929 arch_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg() argument
931 return arch_atomic_try_cmpxchg(v, (int *)old, new); in arch_atomic_long_try_cmpxchg()
935 arch_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_acquire() argument
937 return arch_atomic_try_cmpxchg_acquire(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_acquire()
941 arch_atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_release() argument
943 return arch_atomic_try_cmpxchg_release(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_release()
947 arch_atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_relaxed() argument
949 return arch_atomic_try_cmpxchg_relaxed(v, (int *)old, new); in arch_atomic_long_try_cmpxchg_relaxed()