Home
last modified time | relevance | path

Searched defs:atomic64_fetch_andnot (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h138 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
/Linux-v4.19/include/linux/
Datomic.h1027 #define atomic64_fetch_andnot(i, v) atomic64_fetch_and(~(long long)(i), (v)) macro
1050 #define atomic64_fetch_andnot(...) \ macro