Home
last modified time | relevance | path

Searched refs:atomic_andnot (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/drivers/s390/scsi/
Dzfcp_erp.c724 atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING, in zfcp_erp_wakeup()
748 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status); in zfcp_erp_adapter_strat_fsf_xconf()
751 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
757 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
775 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
912 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_close()
922 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_open()
1122 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED, in zfcp_erp_lun_strategy_clearstati()
1392 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue()
1398 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue()
[all …]
Dzfcp_qdio.c400 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status); in zfcp_qdio_close()
453 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED, in zfcp_qdio_open()
483 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status); in zfcp_qdio_open()
Dzfcp_fsf.c1741 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED, in zfcp_fsf_open_port_handler()
2035 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
2038 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2057 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
2060 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2124 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED | in zfcp_fsf_open_lun_handler()
2272 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
Dzfcp_fc.c527 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_adisc_handler()
591 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_link_test_work()
702 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status); in zfcp_fc_validate_port()
/Linux-v5.15/kernel/time/
Dtick-sched.c404 atomic_andnot(BIT(bit), &tick_dep_mask); in tick_nohz_dep_clear()
438 atomic_andnot(BIT(bit), &ts->tick_dep_mask); in tick_nohz_dep_clear_cpu()
455 atomic_andnot(BIT(bit), &tsk->tick_dep_mask); in tick_nohz_dep_clear_task()
481 atomic_andnot(BIT(bit), &sig->tick_dep_mask); in tick_nohz_dep_clear_signal()
/Linux-v5.15/drivers/net/xen-netback/
Dinterface.c99 atomic_andnot(NETBK_TX_EOI, &queue->eoi_pending); in xenvif_tx_interrupt()
154 atomic_andnot(NETBK_RX_EOI, &queue->eoi_pending); in xenvif_rx_interrupt()
174 atomic_andnot(NETBK_COMMON_EOI, &queue->eoi_pending); in xenvif_interrupt()
/Linux-v5.15/kernel/locking/
Dqspinlock.c196 atomic_andnot(_Q_PENDING_VAL, &lock->val); in clear_pending()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.c318 atomic_andnot(frontbuffer_bits, &old->bits); in intel_frontbuffer_track()
/Linux-v5.15/arch/arm64/include/asm/
Datomic.h25 ATOMIC_OP(atomic_andnot)
/Linux-v5.15/drivers/spi/
Dspi-uniphier.c591 atomic_andnot(SSI_DMA_TX_BUSY, &priv->dma_busy); in uniphier_spi_handle_err()
596 atomic_andnot(SSI_DMA_RX_BUSY, &priv->dma_busy); in uniphier_spi_handle_err()
/Linux-v5.15/arch/s390/kvm/
Dvsie.c82 atomic_andnot(PROG_REQUEST, &vsie_page->scb_s.prog20); in prefix_mapped()
98 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests()
1272 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()
Dkvm-s390.h67 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_clear_cpuflags()
Dkvm-s390.c3383 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock()
3400 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_request_handled()
/Linux-v5.15/drivers/irqchip/
Dirq-apple-aic.c572 atomic_andnot(irq_bit, this_cpu_ptr(&aic_vipi_enable)); in aic_ipi_mask()
/Linux-v5.15/arch/s390/kernel/
Dtime.c335 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h340 atomic_andnot(int i, atomic_t *v) in atomic_andnot() function