Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datomic.h340 #ifndef atomic_fetch_and_relaxed
341 #define atomic_fetch_and_relaxed atomic_fetch_and macro
371 #define atomic_fetch_andnot_relaxed(i, v) atomic_fetch_and_relaxed(~(int)(i), (v))