Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h136 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot_acquire macro
/Linux-v4.19/include/linux/
Datomic.h1029 #define atomic64_fetch_andnot_acquire(i, v) atomic64_fetch_and_acquire(~(long long)(i), (v)) macro
1033 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot macro
1040 #define atomic64_fetch_andnot_acquire(...) \ macro