atomic_fetch_andnot  188 arch/arc/include/asm/atomic.h #define atomic_fetch_andnot	atomic_fetch_andnot
atomic_fetch_andnot  216 arch/arm/include/asm/atomic.h #define atomic_fetch_andnot		atomic_fetch_andnot
atomic_fetch_andnot   46 arch/arm64/include/asm/atomic.h ATOMIC_FETCH_OPS(atomic_fetch_andnot)
atomic_fetch_andnot  360 drivers/spi/spi-rockchip.c 	int state = atomic_fetch_andnot(RXDMA, &rs->state);
atomic_fetch_andnot  373 drivers/spi/spi-rockchip.c 	int state = atomic_fetch_andnot(TXDMA, &rs->state);
atomic_fetch_andnot  480 include/asm-generic/atomic-instrumented.h #define atomic_fetch_andnot atomic_fetch_andnot
atomic_fetch_andnot  798 include/asm-generic/atomic-long.h 	return atomic_fetch_andnot(i, v);
atomic_fetch_andnot  658 include/linux/atomic-fallback.h #ifdef atomic_fetch_andnot
atomic_fetch_andnot  659 include/linux/atomic-fallback.h #define atomic_fetch_andnot_acquire atomic_fetch_andnot
atomic_fetch_andnot  660 include/linux/atomic-fallback.h #define atomic_fetch_andnot_release atomic_fetch_andnot
atomic_fetch_andnot  661 include/linux/atomic-fallback.h #define atomic_fetch_andnot_relaxed atomic_fetch_andnot
atomic_fetch_andnot  664 include/linux/atomic-fallback.h #ifndef atomic_fetch_andnot
atomic_fetch_andnot  670 include/linux/atomic-fallback.h #define atomic_fetch_andnot atomic_fetch_andnot
atomic_fetch_andnot  723 include/linux/atomic-fallback.h #ifndef atomic_fetch_andnot
atomic_fetch_andnot  733 include/linux/atomic-fallback.h #define atomic_fetch_andnot atomic_fetch_andnot
atomic_fetch_andnot 9743 kernel/sched/fair.c 	flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu));