Searched defs:atomic_fetch_andnot_relaxed (Results 1 – 4 of 4) sorted by relevance
185 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed in ATOMIC_OPS() macro
73 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
107 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
371 #define atomic_fetch_andnot_relaxed(i, v) atomic_fetch_and_relaxed(~(int)(i), (v)) macro375 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro