Searched defs:atomic64_andnot (Results 1 – 4 of 4) sorted by relevance
170 #define atomic64_andnot atomic64_andnot in ATOMIC_OPS() macro
160 #define atomic64_andnot atomic64_andnot macro
392 #define atomic64_andnot atomic64_andnot in ATOMIC64_OPS() macro
1021 #define atomic64_andnot(i, v) atomic64_and(~(long long)(i), (v)) macro