Searched defs:atomic_andnot (Results 1 – 10 of 10) sorted by relevance
183 #define atomic_andnot atomic_andnot macro
190 #define atomic_andnot atomic_andnot macro
168 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
169 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
101 #define atomic_andnot atomic_andnot macro
226 #define atomic_andnot atomic_andnot macro
231 #define atomic_andnot atomic_andnot macro
466 atomic_andnot(int i, atomic_t *v) in atomic_andnot() function471 #define atomic_andnot atomic_andnot macro
715 atomic_andnot(int i, atomic_t *v) in atomic_andnot() function719 #define atomic_andnot atomic_andnot macro
364 #define atomic_andnot(i, v) atomic_and(~(int)(i), (v)) macro