Home
last modified time | relevance | path

Searched refs:atomic64_fetch_andnot (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Datomic.h1026 #ifndef atomic64_fetch_andnot
1027 #define atomic64_fetch_andnot(i, v) atomic64_fetch_and(~(long long)(i), (v)) macro
1032 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot
1033 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot
1034 #define atomic64_fetch_andnot_release atomic64_fetch_andnot
1041 __atomic_op_acquire(atomic64_fetch_andnot, __VA_ARGS__)
1046 __atomic_op_release(atomic64_fetch_andnot, __VA_ARGS__)
1049 #ifndef atomic64_fetch_andnot
1050 #define atomic64_fetch_andnot(...) \ macro
1051 __atomic_op_fence(atomic64_fetch_andnot, __VA_ARGS__)
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h138 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
/Linux-v4.19/arch/arc/include/asm/
Datomic.h433 #define atomic64_fetch_andnot atomic64_fetch_andnot