Home
last modified time | relevance | path

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

/linux/include/linux/atomic/
A Datomic-arch-fallback.h1533 #ifndef arch_atomic64_fetch_inc_relaxed
1537 #define arch_atomic64_fetch_inc_relaxed arch_atomic64_fetch_inc macro
1567 #ifndef arch_atomic64_fetch_inc_relaxed
1569 arch_atomic64_fetch_inc_relaxed(atomic64_t *v) in arch_atomic64_fetch_inc_relaxed() function
1573 #define arch_atomic64_fetch_inc_relaxed arch_atomic64_fetch_inc_relaxed macro
1582 s64 ret = arch_atomic64_fetch_inc_relaxed(v); in arch_atomic64_fetch_inc_acquire()
1594 return arch_atomic64_fetch_inc_relaxed(v); in arch_atomic64_fetch_inc_release()
1605 ret = arch_atomic64_fetch_inc_relaxed(v); in arch_atomic64_fetch_inc()
A Datomic-long.h209 return arch_atomic64_fetch_inc_relaxed(v); in arch_atomic_long_fetch_inc_relaxed()
A Datomic-instrumented.h816 return arch_atomic64_fetch_inc_relaxed(v); in atomic64_fetch_inc_relaxed()

Completed in 15 milliseconds