Searched refs:atomic64_fetch_andnot (Results 1 – 5 of 5) sorted by relevance
1768 #ifdef atomic64_fetch_andnot1769 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot1770 #define atomic64_fetch_andnot_release atomic64_fetch_andnot1771 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot1774 #ifndef atomic64_fetch_andnot1776 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function1780 #define atomic64_fetch_andnot atomic64_fetch_andnot macro1833 #ifndef atomic64_fetch_andnot1835 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function1843 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
430 #define atomic64_fetch_andnot atomic64_fetch_andnot
85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
1285 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function1290 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
304 return atomic64_fetch_andnot(i, v); in atomic_long_fetch_andnot()