Searched refs:atomic_andnot (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_erp.c724 atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING,
748 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status);
751 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
757 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
775 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
912 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK |
922 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK |
1122 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED,
1392 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE,
1398 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUS
[all...]
H A Dzfcp_qdio.c404 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status);
457 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED,
487 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status);
H A Dzfcp_fc.c539 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status);
609 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status);
720 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status);
H A Dzfcp_fsf.c1744 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED,
2038 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status);
2041 atomic_andnot(ZFCP_STATUS_COMMON_OPEN,
2060 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status);
2063 atomic_andnot(ZFCP_STATUS_COMMON_OPEN,
2127 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED |
2275 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status);
/linux-master/kernel/irq/
H A Dipi-mux.c33 atomic_andnot(BIT(irqd_to_hwirq(d)), &icpu->enable);
/linux-master/arch/arm64/include/asm/
H A Datomic.h25 ATOMIC_OP(atomic_andnot)
/linux-master/kernel/locking/
H A Dqspinlock.c197 atomic_andnot(_Q_PENDING_VAL, &lock->val);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c337 atomic_andnot(frontbuffer_bits, &old->bits);
/linux-master/kernel/time/
H A Dtick-sched.c500 atomic_andnot(BIT(bit), &tick_dep_mask);
534 atomic_andnot(BIT(bit), &ts->tick_dep_mask);
551 atomic_andnot(BIT(bit), &tsk->tick_dep_mask);
577 atomic_andnot(BIT(bit), &sig->tick_dep_mask);
/linux-master/drivers/net/xen-netback/
H A Dinterface.c96 atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending);
151 atomic_andnot(NETBK_RX_EOI, &queue->eoi_pending);
171 atomic_andnot(NETBK_COMMON_EOI, &queue->eoi_pending);
/linux-master/arch/s390/kvm/
H A Dvsie.c82 atomic_andnot(PROG_REQUEST, &vsie_page->scb_s.prog20);
98 atomic_andnot(bits, &vsie_page->scb_s.cpuflags);
1302 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20);
H A Dkvm-s390.h86 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags);
H A Dkvm-s390.c4016 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
4033 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20);
/linux-master/io_uring/
H A Dsqpoll.c361 atomic_andnot(IORING_SQ_NEED_WAKEUP,
H A Dpoll.c295 atomic_andnot(IO_POLL_RETRY_FLAG, &req->poll_refs);
H A Dio_uring.c712 atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags);
1165 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
1435 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
/linux-master/drivers/spi/
H A Dspi-uniphier.c591 atomic_andnot(SSI_DMA_TX_BUSY, &priv->dma_busy);
596 atomic_andnot(SSI_DMA_RX_BUSY, &priv->dma_busy);
/linux-master/arch/s390/kernel/
H A Dtime.c340 atomic_andnot(0x80000000, sw_ptr);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h829 * atomic_andnot() - atomic bitwise AND NOT with relaxed ordering
840 atomic_andnot(int i, atomic_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c717 KUNIT_EXPECT_KASAN_FAIL(test, atomic_andnot(42, unsafe));

Completed in 617 milliseconds