| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_erp.c | 724 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 …]
|
| H A D | zfcp_qdio.c | 330 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status); in zfcp_qdio_close() 379 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED, in zfcp_qdio_open() 410 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status); in zfcp_qdio_open()
|
| H A D | zfcp_fsf.c | 1723 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED, in zfcp_fsf_open_port_handler() 2017 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler() 2020 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler() 2039 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler() 2042 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler() 2106 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED | in zfcp_fsf_open_lun_handler() 2254 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
|
| H A D | zfcp_fc.c | 540 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_adisc_handler() 613 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_link_test_work() 724 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status); in zfcp_fc_validate_port()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | atomic.h | 168 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.h | 70 atomic_andnot(flag, &kctx->flags); in kbase_ctx_flag_clear()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/context/ |
| H A D | mali_kbase_context.h | 122 atomic_andnot(flag, &kctx->flags); in kbase_ctx_flag_clear()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | atomic.h | 183 #define atomic_andnot atomic_andnot macro
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | tick-sched.c | 318 atomic_andnot(BIT(bit), &tick_dep_mask); in tick_nohz_dep_clear() 352 atomic_andnot(BIT(bit), &ts->tick_dep_mask); in tick_nohz_dep_clear_cpu() 380 atomic_andnot(BIT(bit), &tsk->tick_dep_mask); in tick_nohz_dep_clear_task() 395 atomic_andnot(BIT(bit), &sig->tick_dep_mask); in tick_nohz_dep_clear_signal()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | atomic.h | 226 #define atomic_andnot atomic_andnot macro
|
| /OK3568_Linux_fs/kernel/drivers/net/xen-netback/ |
| H A D | interface.c | 99 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 711 #define arch_atomic_andnot atomic_andnot 713 #ifndef atomic_andnot 715 atomic_andnot(int i, atomic_t *v) in atomic_andnot() function 719 #define atomic_andnot atomic_andnot macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_frontbuffer.c | 309 atomic_andnot(frontbuffer_bits, &old->bits); in intel_frontbuffer_track()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock.c | 196 atomic_andnot(_Q_PENDING_VAL, &lock->val); in clear_pending()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | atomic.h | 25 ATOMIC_OP(atomic_andnot)
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-uniphier.c | 591 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | vsie.c | 81 atomic_andnot(PROG_REQUEST, &vsie_page->scb_s.prog20); in prefix_mapped() 97 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests() 1269 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()
|
| H A D | kvm-s390.h | 67 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_clear_cpuflags()
|
| H A D | kvm-s390.c | 3347 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock() 3364 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_request_handled()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 466 atomic_andnot(int i, atomic_t *v) in atomic_andnot() function 471 #define atomic_andnot atomic_andnot macro
|
| H A D | atomic-long.h | 793 atomic_andnot(i, v); in atomic_long_andnot()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | time.c | 346 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 5350 atomic_andnot(IO_POLL_RETRY_FLAG, &req->poll_refs); in io_poll_check_events()
|