Searched refs:atomic_andnot (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_erp.c | 645 atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING, in zfcp_erp_wakeup() 668 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status); in zfcp_erp_adapter_strat_fsf_xconf() 671 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf() 677 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf() 695 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf() 767 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_close() 776 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_open() 951 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED, in zfcp_erp_lun_strategy_clearstati() 1190 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue() 1196 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue() [all …]
|
D | zfcp_qdio.c | 352 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status); in zfcp_qdio_close() 387 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED, in zfcp_qdio_open() 406 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status); in zfcp_qdio_open()
|
D | zfcp_fsf.c | 1399 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED, in zfcp_fsf_open_port_handler() 1680 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler() 1683 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler() 1703 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler() 1706 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler() 1769 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED | in zfcp_fsf_open_lun_handler() 1916 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
|
D | zfcp_fc.c | 511 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_adisc_handler() 574 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_link_test_work() 643 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status); in zfcp_fc_validate_port()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | atomic.h | 176 #define atomic_andnot atomic_andnot macro
|
/linux-4.4.14/include/linux/ |
D | atomic.h | 451 #ifndef atomic_andnot 452 static inline void atomic_andnot(int i, atomic_t *v) in atomic_andnot() function 460 atomic_andnot(mask, v); in atomic_clear_mask()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | atomic.h | 99 #define atomic_andnot atomic_andnot macro
|
D | atomic_lse.h | 30 static inline void atomic_andnot(int i, atomic_t *v) in atomic_andnot() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | atomic.h | 113 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | atomic.h | 195 #define atomic_andnot atomic_andnot macro
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 1295 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_put() 1502 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock() 1513 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_request_handled() 1759 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug() 1766 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug() 1850 atomic_andnot(CPUSTAT_IBS, in kvm_s390_handle_requests() 2378 atomic_andnot(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_start()
|
D | interrupt.c | 170 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __unset_cpu_idle() 176 atomic_andnot(CPUSTAT_IO_INT | CPUSTAT_EXT_INT | CPUSTAT_STOP_INT, in __reset_intercept_indicators() 913 atomic_andnot(CPUSTAT_ECALL_PEND, li->cpuflags); in kvm_s390_clear_local_irqs()
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 381 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
|