Searched refs:atomic64_fetch_andnot (Results 1 – 3 of 3) sorted by relevance
1026 #ifndef atomic64_fetch_andnot1027 #define atomic64_fetch_andnot(i, v) atomic64_fetch_and(~(long long)(i), (v)) macro1032 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot1033 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot1034 #define atomic64_fetch_andnot_release atomic64_fetch_andnot1041 __atomic_op_acquire(atomic64_fetch_andnot, __VA_ARGS__)1046 __atomic_op_release(atomic64_fetch_andnot, __VA_ARGS__)1049 #ifndef atomic64_fetch_andnot1050 #define atomic64_fetch_andnot(...) \ macro1051 __atomic_op_fence(atomic64_fetch_andnot, __VA_ARGS__)
138 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
433 #define atomic64_fetch_andnot atomic64_fetch_andnot