Searched refs:atomic_fetch_andnot (Results 1 – 5 of 5) sorted by relevance
369 #ifndef atomic_fetch_andnot370 #define atomic_fetch_andnot(i, v) atomic_fetch_and(~(int)(i), (v)) macro375 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot376 #define atomic_fetch_andnot_acquire atomic_fetch_andnot377 #define atomic_fetch_andnot_release atomic_fetch_andnot384 __atomic_op_acquire(atomic_fetch_andnot, __VA_ARGS__)389 __atomic_op_release(atomic_fetch_andnot, __VA_ARGS__)392 #ifndef atomic_fetch_andnot393 #define atomic_fetch_andnot(...) \ macro394 __atomic_op_fence(atomic_fetch_andnot, __VA_ARGS__)
76 #define atomic_fetch_andnot atomic_fetch_andnot macro
191 #define atomic_fetch_andnot atomic_fetch_andnot macro
219 #define atomic_fetch_andnot atomic_fetch_andnot macro
9414 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()