Searched defs:atomic64_andnot (Results 1 – 8 of 8) sorted by relevance
169 #define atomic64_andnot atomic64_andnot in ATOMIC_OPS() macro
170 #define atomic64_andnot atomic64_andnot in ATOMIC_OPS() macro
160 #define atomic64_andnot atomic64_andnot macro
387 #define atomic64_andnot atomic64_andnot in ATOMIC64_OPS() macro
392 #define atomic64_andnot atomic64_andnot in ATOMIC64_OPS() macro
1276 atomic64_andnot(s64 i, atomic64_t *v) in atomic64_andnot() function1281 #define atomic64_andnot atomic64_andnot macro
1939 atomic64_andnot(s64 i, atomic64_t *v) in atomic64_andnot() function1943 #define atomic64_andnot atomic64_andnot macro
1021 #define atomic64_andnot(i, v) atomic64_and(~(long long)(i), (v)) macro