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