Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h658 #ifdef atomic_fetch_andnot
659 #define atomic_fetch_andnot_acquire atomic_fetch_andnot
660 #define atomic_fetch_andnot_release atomic_fetch_andnot
661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot
664 #ifndef atomic_fetch_andnot
666 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
670 #define atomic_fetch_andnot atomic_fetch_andnot macro
723 #ifndef atomic_fetch_andnot
725 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
733 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v5.4/arch/arc/include/asm/
Datomic.h188 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v5.4/arch/arm/include/asm/
Datomic.h216 #define atomic_fetch_andnot atomic_fetch_andnot macro
/Linux-v5.4/arch/arm64/include/asm/
Datomic.h46 ATOMIC_FETCH_OPS(atomic_fetch_andnot)
/Linux-v5.4/drivers/spi/
Dspi-rockchip.c360 int state = atomic_fetch_andnot(RXDMA, &rs->state); in rockchip_spi_dma_rxcb()
373 int state = atomic_fetch_andnot(TXDMA, &rs->state); in rockchip_spi_dma_txcb()
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h475 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function
480 #define atomic_fetch_andnot atomic_fetch_andnot macro
Datomic-long.h798 return atomic_fetch_andnot(i, v); in atomic_long_fetch_andnot()
/Linux-v5.4/kernel/sched/
Dfair.c9705 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()