Home
last modified time | relevance | path

Searched refs:atomic64_xchg_relaxed (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Datomic-fallback.h1932 #ifndef atomic64_xchg_relaxed
1935 #define atomic64_xchg_relaxed atomic64_xchg macro
1942 s64 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg_acquire()
1954 return atomic64_xchg_relaxed(v, i); in atomic64_xchg_release()
1965 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg()
/include/asm-generic/
Datomic-instrumented.h1451 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function
1456 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
Datomic-long.h406 return atomic64_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()