Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h1636 #ifdef atomic64_fetch_dec
1637 #define atomic64_fetch_dec_acquire atomic64_fetch_dec
1638 #define atomic64_fetch_dec_release atomic64_fetch_dec
1639 #define atomic64_fetch_dec_relaxed atomic64_fetch_dec
1642 #ifndef atomic64_fetch_dec
1644 atomic64_fetch_dec(atomic64_t *v) in atomic64_fetch_dec() function
1648 #define atomic64_fetch_dec atomic64_fetch_dec macro
1701 #ifndef atomic64_fetch_dec
1703 atomic64_fetch_dec(atomic64_t *v) in atomic64_fetch_dec() function
1711 #define atomic64_fetch_dec atomic64_fetch_dec macro
/include/asm-generic/
Datomic-instrumented.h1187 atomic64_fetch_dec(atomic64_t *v) in atomic64_fetch_dec() function
1192 #define atomic64_fetch_dec atomic64_fetch_dec macro
Datomic-long.h244 return atomic64_fetch_dec(v); in atomic_long_fetch_dec()