Searched refs:atomic64_fetch_andnot_acquire (Results 1 – 2 of 2) sorted by relevance
136 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot_acquire macro
1029 #define atomic64_fetch_andnot_acquire(i, v) atomic64_fetch_and_acquire(~(long long)(i), (v)) macro1033 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot macro1039 #ifndef atomic64_fetch_andnot_acquire1040 #define atomic64_fetch_andnot_acquire(...) \ macro