Searched refs:atomic_fetch_andnot (Results 1 – 8 of 8) sorted by relevance
658 #ifdef atomic_fetch_andnot659 #define atomic_fetch_andnot_acquire atomic_fetch_andnot660 #define atomic_fetch_andnot_release atomic_fetch_andnot661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot664 #ifndef atomic_fetch_andnot666 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function670 #define atomic_fetch_andnot atomic_fetch_andnot macro723 #ifndef atomic_fetch_andnot725 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function733 #define atomic_fetch_andnot atomic_fetch_andnot macro
188 #define atomic_fetch_andnot atomic_fetch_andnot macro
216 #define atomic_fetch_andnot atomic_fetch_andnot macro
46 ATOMIC_FETCH_OPS(atomic_fetch_andnot)
360 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()
475 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function480 #define atomic_fetch_andnot atomic_fetch_andnot macro
798 return atomic_fetch_andnot(i, v); in atomic_long_fetch_andnot()
9705 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()