Searched refs:atomic64_fetch_dec_relaxed (Results 1 – 3 of 3) sorted by relevance
1803 #define arch_atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed1805 #ifndef atomic64_fetch_dec_relaxed1809 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec macro1839 #ifndef atomic64_fetch_dec_relaxed1841 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function1845 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro1854 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()
1218 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function1223 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
263 return atomic64_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()