Searched refs:atomic64_fetch_dec_relaxed (Results 1 – 3 of 3) sorted by relevance
1635 #ifndef atomic64_fetch_dec_relaxed1639 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec macro1669 #ifndef atomic64_fetch_dec_relaxed1671 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function1675 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro1684 s64 ret = atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_acquire()1696 return atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec_release()1707 ret = atomic64_fetch_dec_relaxed(v); in atomic64_fetch_dec()
1217 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function1222 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
262 return atomic64_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()