Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/atomic/
Datomic-arch-fallback.h1802 #ifndef arch_atomic64_fetch_dec_relaxed
1806 #define arch_atomic64_fetch_dec_relaxed arch_atomic64_fetch_dec macro
1836 #ifndef arch_atomic64_fetch_dec_relaxed
1838 arch_atomic64_fetch_dec_relaxed(atomic64_t *v) in arch_atomic64_fetch_dec_relaxed() function
1842 #define arch_atomic64_fetch_dec_relaxed arch_atomic64_fetch_dec_relaxed macro
1851 s64 ret = arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec_acquire()
1863 return arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec_release()
1874 ret = arch_atomic64_fetch_dec_relaxed(v); in arch_atomic64_fetch_dec()
Datomic-long.h263 return arch_atomic64_fetch_dec_relaxed(v); in arch_atomic_long_fetch_dec_relaxed()
Datomic-instrumented.h937 return arch_atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_relaxed()