Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datomic.h372 #define atomic_fetch_andnot_acquire(i, v) atomic_fetch_and_acquire(~(int)(i), (v)) macro
376 #define atomic_fetch_andnot_acquire atomic_fetch_andnot macro
383 #define atomic_fetch_andnot_acquire(...) \ macro