Home
last modified time | relevance | path

Searched refs:atomic_fetch_andnot (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Datomic.h369 #ifndef atomic_fetch_andnot
370 #define atomic_fetch_andnot(i, v) atomic_fetch_and(~(int)(i), (v)) macro
375 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot
376 #define atomic_fetch_andnot_acquire atomic_fetch_andnot
377 #define atomic_fetch_andnot_release atomic_fetch_andnot
384 __atomic_op_acquire(atomic_fetch_andnot, __VA_ARGS__)
389 __atomic_op_release(atomic_fetch_andnot, __VA_ARGS__)
392 #ifndef atomic_fetch_andnot
393 #define atomic_fetch_andnot(...) \ macro
394 __atomic_op_fence(atomic_fetch_andnot, __VA_ARGS__)
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h76 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v4.19/arch/arc/include/asm/
Datomic.h191 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v4.19/arch/arm/include/asm/
Datomic.h219 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v4.19/kernel/sched/
Dfair.c9414 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()