atomic_andnot
ATOMIC_OP(atomic_andnot)
atomic_andnot(0x80000000, sw_ptr);
atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20);
atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags);
atomic_andnot(PROG_REQUEST, &vsie_page->scb_s.prog20);
atomic_andnot(bits, &vsie_page->scb_s.cpuflags);
atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20);
atomic_andnot(frontbuffer_bits, &old->bits);
atomic_andnot(NETBK_RX_EOI, &queue->eoi_pending);
atomic_andnot(NETBK_COMMON_EOI, &queue->eoi_pending);
atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending);
atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED,
atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE,
atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE,
atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE,
atomic_andnot(mask, &adapter->status);
atomic_andnot(common_mask, &port->status);
atomic_andnot(common_mask, &sdev_to_zfcp(sdev)->status);
atomic_andnot(mask, &port->status);
atomic_andnot(common_mask,
atomic_andnot(mask, &zfcp_sdev->status);
atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING,
atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status);
atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT,
atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK |
atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK |
atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status);
atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status);
atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status);
atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED,
atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status);
atomic_andnot(ZFCP_STATUS_COMMON_OPEN,
atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status);
atomic_andnot(ZFCP_STATUS_COMMON_OPEN,
atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED |
atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status);
atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status);
atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED,
atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status);
atomic_andnot(SSI_DMA_TX_BUSY, &priv->dma_busy);
atomic_andnot(SSI_DMA_RX_BUSY, &priv->dma_busy);
atomic_andnot(CIFS_MOUNT_POSIX_PATHS, &cifs_sb->mnt_cifs_flags);
atomic_andnot(CIFS_MOUNT_SERVER_INUM, &cifs_sb->mnt_cifs_flags);
atomic_andnot(flag, &bdev->__bd_flags);
atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags);
atomic_andnot(IO_POLL_RETRY_FLAG, &req->poll_refs);
atomic_andnot(IORING_SQ_NEED_WAKEUP,
atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags);
atomic_andnot(BIT(irqd_to_hwirq(d)), &icpu->enable);
atomic_andnot(_Q_PENDING_VAL, &lock->val);
atomic_andnot(BIT(bit), &tick_dep_mask);
atomic_andnot(BIT(bit), &ts->tick_dep_mask);
atomic_andnot(BIT(bit), &tsk->tick_dep_mask);
atomic_andnot(BIT(bit), &sig->tick_dep_mask);
KUNIT_EXPECT_KASAN_FAIL(test, atomic_andnot(42, unsafe));
atomic_andnot(i, v);