Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h1635 #ifndef atomic64_fetch_dec_relaxed
1639 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec macro
1669 #ifndef atomic64_fetch_dec_relaxed
1671 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function
1675 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
1684 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()
/include/asm-generic/
Datomic-instrumented.h1217 atomic64_fetch_dec_relaxed(atomic64_t *v) in atomic64_fetch_dec_relaxed() function
1222 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec_relaxed macro
Datomic-long.h262 return atomic64_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()