Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Datomic-arch-fallback.h1634 #ifndef arch_atomic64_fetch_dec_relaxed
1638 #define arch_atomic64_fetch_dec_relaxed arch_atomic64_fetch_dec macro
1668 #ifndef arch_atomic64_fetch_dec_relaxed
1670 arch_atomic64_fetch_dec_relaxed(atomic64_t *v) in arch_atomic64_fetch_dec_relaxed() function
1674 #define arch_atomic64_fetch_dec_relaxed arch_atomic64_fetch_dec_relaxed macro
1683 s64 ret = arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec_acquire()
1695 return arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec_release()
1706 ret = arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec()
Datomic-fallback.h1803 #define arch_atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
/linux-5.10/include/asm-generic/
Datomic-instrumented.h1216 #if defined(arch_atomic64_fetch_dec_relaxed)
1221 return arch_atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_relaxed()