Searched defs:atomic_fetch_andnot (Results 1 – 8 of 8) sorted by relevance
184 #define atomic_fetch_andnot atomic_fetch_andnot macro
191 #define atomic_fetch_andnot atomic_fetch_andnot macro
76 #define atomic_fetch_andnot atomic_fetch_andnot macro
214 #define atomic_fetch_andnot atomic_fetch_andnot macro
219 #define atomic_fetch_andnot atomic_fetch_andnot macro
736 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function740 #define atomic_fetch_andnot atomic_fetch_andnot macro795 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function803 #define atomic_fetch_andnot atomic_fetch_andnot macro
370 #define atomic_fetch_andnot(i, v) atomic_fetch_and(~(int)(i), (v)) macro393 #define atomic_fetch_andnot(...) \ macro
476 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function481 #define atomic_fetch_andnot atomic_fetch_andnot macro