Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h1803 #define arch_atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed
1805 #ifndef atomic64_fetch_dec_relaxed
1809 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec macro
1839 #ifndef atomic64_fetch_dec_relaxed
1841 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function
1845 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
1854 s64 ret = atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_acquire()
1866 return atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_release()
1877 ret = atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec()
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1218 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function
1223 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
Datomic-long.h263 return atomic64_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()