Searched defs:atomic64_fetch_andnot (Results 1 – 2 of 2) sorted by relevance
138 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
1027 #define atomic64_fetch_andnot(i, v) atomic64_fetch_and(~(long long)(i), (v)) macro1050 #define atomic64_fetch_andnot(...) \ macro