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

/linux-4.4.14/arch/arm64/include/asm/
H A Datomic.h99 #define atomic_andnot atomic_andnot macro
H A Datomic_lse.h30 static inline void atomic_andnot(int i, atomic_t *v) atomic_andnot() function
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_erp.c645 atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING, zfcp_erp_wakeup()
668 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status); zfcp_erp_adapter_strat_fsf_xconf()
671 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, zfcp_erp_adapter_strat_fsf_xconf()
677 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, zfcp_erp_adapter_strat_fsf_xconf()
695 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, zfcp_erp_adapter_strat_fsf_xconf()
767 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | zfcp_erp_adapter_strategy_close()
776 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | zfcp_erp_adapter_strategy_open()
951 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED, zfcp_erp_lun_strategy_clearstati()
1190 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, zfcp_erp_action_dequeue()
1196 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, zfcp_erp_action_dequeue()
1201 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, zfcp_erp_action_dequeue()
1456 atomic_andnot(mask, &adapter->status); zfcp_erp_clear_adapter_status()
1466 atomic_andnot(common_mask, &port->status); zfcp_erp_clear_adapter_status()
1474 atomic_andnot(common_mask, &sdev_to_zfcp(sdev)->status); zfcp_erp_clear_adapter_status()
1521 atomic_andnot(mask, &port->status); zfcp_erp_clear_port_status()
1532 atomic_andnot(common_mask, zfcp_erp_clear_port_status()
1561 atomic_andnot(mask, &zfcp_sdev->status); zfcp_erp_clear_lun_status()
H A Dzfcp_qdio.c352 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status); zfcp_qdio_close()
387 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED, zfcp_qdio_open()
406 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status); zfcp_qdio_open()
H A Dzfcp_fsf.c1399 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED, zfcp_fsf_open_port_handler()
1680 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); zfcp_fsf_close_physical_port_handler()
1683 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, zfcp_fsf_close_physical_port_handler()
1703 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); zfcp_fsf_close_physical_port_handler()
1706 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, zfcp_fsf_close_physical_port_handler()
1769 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED | zfcp_fsf_open_lun_handler()
1916 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); zfcp_fsf_close_lun_handler()
H A Dzfcp_fc.c511 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); zfcp_fc_adisc_handler()
574 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); zfcp_fc_link_test_work()
643 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status); zfcp_fc_validate_port()
/linux-4.4.14/arch/alpha/include/asm/
H A Datomic.h113 #define atomic_andnot atomic_andnot macro
/linux-4.4.14/arch/arc/include/asm/
H A Datomic.h176 #define atomic_andnot atomic_andnot macro
/linux-4.4.14/include/linux/
H A Datomic.h451 #ifndef atomic_andnot atomic_andnot()
452 static inline void atomic_andnot(int i, atomic_t *v) atomic_andnot() function
460 atomic_andnot(mask, v); atomic_clear_mask()
/linux-4.4.14/arch/arm/include/asm/
H A Datomic.h195 #define atomic_andnot atomic_andnot macro
/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c1295 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); kvm_arch_vcpu_put()
1502 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); kvm_s390_vcpu_unblock()
1513 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); kvm_s390_vcpu_request_handled()
1759 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); kvm_arch_vcpu_ioctl_set_guest_debug()
1766 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); kvm_arch_vcpu_ioctl_set_guest_debug()
1850 atomic_andnot(CPUSTAT_IBS, kvm_s390_handle_requests()
2378 atomic_andnot(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); kvm_s390_vcpu_start()
H A Dinterrupt.c170 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); __unset_cpu_idle()
176 atomic_andnot(CPUSTAT_IO_INT | CPUSTAT_EXT_INT | CPUSTAT_STOP_INT, __reset_intercept_indicators()
913 atomic_andnot(CPUSTAT_ECALL_PEND, li->cpuflags); kvm_s390_clear_local_irqs()
/linux-4.4.14/arch/s390/kernel/
H A Dtime.c381 atomic_andnot(0x80000000, sw_ptr); disable_sync_clock()

Completed in 425 milliseconds