Searched refs:atomic64_andnot (Results 1 – 6 of 6) sorted by relevance
160 #define atomic64_andnot atomic64_andnot macro
170 #define atomic64_andnot atomic64_andnot in ATOMIC_OPS() macro
432 #define atomic64_andnot atomic64_andnot
392 #define atomic64_andnot atomic64_andnot in ATOMIC64_OPS() macro
1020 #ifndef atomic64_andnot1021 #define atomic64_andnot(i, v) atomic64_and(~(long long)(i), (v)) macro
716 atomic64_andnot(protocols, &available_protocols); in ir_raw_handler_unregister()