Searched refs:atomic_fetch_andnot (Results 1 - 9 of 9) sorted by relevance

/linux-master/kernel/irq/
H A Dipi-mux.c69 * with the atomic_fetch_andnot in ipi_mux_process().
138 ipis = atomic_fetch_andnot(en, &icpu->bits) & en;
/linux-master/arch/arm64/include/asm/
H A Datomic.h46 ATOMIC_FETCH_OPS(atomic_fetch_andnot)
/linux-master/drivers/spi/
H A Dspi-uniphier.c368 int state = atomic_fetch_andnot(SSI_DMA_RX_BUSY, &priv->dma_busy);
380 int state = atomic_fetch_andnot(SSI_DMA_TX_BUSY, &priv->dma_busy);
H A Dspi-rockchip.c397 int state = atomic_fetch_andnot(RXDMA, &rs->state);
413 int state = atomic_fetch_andnot(TXDMA, &rs->state);
/linux-master/drivers/net/xen-netback/
H A Drx.c583 if (atomic_fetch_andnot(NETBK_RX_EOI | NETBK_COMMON_EOI,
H A Dnetback.c173 else if (atomic_fetch_andnot(NETBK_TX_EOI | NETBK_COMMON_EOI,
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h847 * atomic_fetch_andnot() - atomic bitwise AND NOT with full ordering
858 atomic_fetch_andnot(int i, atomic_t *v) function
/linux-master/kernel/sched/
H A Dcore.c1203 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu));
H A Dfair.c12232 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu));

Completed in 278 milliseconds