Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic-fallback.h1620 #define arch_atomic64_fetch_inc_relaxed atomic64_fetch_inc_relaxed
1622 #ifndef atomic64_fetch_inc_relaxed
1626 #define atomic64_fetch_inc_relaxed atomic64_fetch_inc macro
1656 #ifndef atomic64_fetch_inc_relaxed
1658 atomic64_fetch_inc_relaxed(atomic64_t *v) in atomic64_fetch_inc_relaxed() function
1662 #define atomic64_fetch_inc_relaxed atomic64_fetch_inc_relaxed macro
1671 s64 ret = atomic64_fetch_inc_relaxed(v); in atomic64_fetch_inc_acquire()
1683 return atomic64_fetch_inc_relaxed(v); in atomic64_fetch_inc_release()
1694 ret = atomic64_fetch_inc_relaxed(v); in atomic64_fetch_inc()
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1128 atomic64_fetch_inc_relaxed(atomic64_t *v) in atomic64_fetch_inc_relaxed() function
1133 #define atomic64_fetch_inc_relaxed atomic64_fetch_inc_relaxed macro
Datomic-long.h209 return atomic64_fetch_inc_relaxed(v); in atomic_long_fetch_inc_relaxed()