Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_erp.c709 atomic_andnot(ZFCP_STATUS_ADAPTER_ERP_PENDING, in zfcp_erp_wakeup()
732 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK, &adapter->status); in zfcp_erp_adapter_strat_fsf_xconf()
735 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
741 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
759 atomic_andnot(ZFCP_STATUS_ADAPTER_HOST_CON_INIT, in zfcp_erp_adapter_strat_fsf_xconf()
831 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_close()
840 atomic_andnot(ZFCP_STATUS_ADAPTER_XCONFIG_OK | in zfcp_erp_adapter_strategy_open()
1015 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED, in zfcp_erp_lun_strategy_clearstati()
1254 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue()
1260 atomic_andnot(ZFCP_STATUS_COMMON_ERP_INUSE, in zfcp_erp_action_dequeue()
[all …]
Dzfcp_qdio.c353 atomic_andnot(ZFCP_STATUS_ADAPTER_QDIOUP, &adapter->status); in zfcp_qdio_close()
388 atomic_andnot(ZFCP_STATUS_ADAPTER_SIOSL_ISSUED, in zfcp_qdio_open()
407 atomic_andnot(ZFCP_STATUS_ADAPTER_MB_ACT, &adapter->status); in zfcp_qdio_open()
Dzfcp_fsf.c1417 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_BOXED, in zfcp_fsf_open_port_handler()
1702 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
1705 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1725 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
1728 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1791 atomic_andnot(ZFCP_STATUS_COMMON_ACCESS_DENIED | in zfcp_fsf_open_lun_handler()
1938 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
Dzfcp_fc.c514 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_adisc_handler()
578 atomic_andnot(ZFCP_STATUS_PORT_LINK_TEST, &port->status); in zfcp_fc_link_test_work()
647 atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status); in zfcp_fc_validate_port()
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h101 #define atomic_andnot atomic_andnot macro
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h169 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
/Linux-v4.19/arch/arc/include/asm/
Datomic.h190 #define atomic_andnot atomic_andnot macro
/Linux-v4.19/kernel/time/
Dtick-sched.c296 atomic_andnot(BIT(bit), &tick_dep_mask); in tick_nohz_dep_clear()
329 atomic_andnot(BIT(bit), &ts->tick_dep_mask); in tick_nohz_dep_clear_cpu()
347 atomic_andnot(BIT(bit), &tsk->tick_dep_mask); in tick_nohz_dep_clear_task()
361 atomic_andnot(BIT(bit), &sig->tick_dep_mask); in tick_nohz_dep_clear_signal()
/Linux-v4.19/arch/arm/include/asm/
Datomic.h231 #define atomic_andnot atomic_andnot macro
/Linux-v4.19/kernel/locking/
Dqspinlock.c189 atomic_andnot(_Q_PENDING_VAL, &lock->val); in clear_pending()
/Linux-v4.19/arch/s390/kvm/
Dvsie.c81 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()
1003 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()
Dkvm-s390.h55 atomic_andnot(flags, &vcpu->arch.sie_block->cpuflags); in kvm_s390_clear_cpuflags()
Dkvm-s390.c2762 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock()
2773 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_request_handled()
/Linux-v4.19/include/linux/
Datomic.h363 #ifndef atomic_andnot
364 #define atomic_andnot(i, v) atomic_and(~(int)(i), (v)) macro
/Linux-v4.19/arch/s390/kernel/
Dtime.c399 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
/Linux-v4.19/kernel/rcu/
Dtree.c315 atomic_andnot(RCU_DYNTICK_CTRL_MASK, &rdtp->dynticks); in rcu_dynticks_eqs_exit()
/Linux-v4.19/kernel/sched/
Dcore.c594 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(cpu)); in got_nohz_idle_kick()
Dfair.c9407 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c5902 atomic_andnot(frontbuffer_bits, &old->frontbuffer_bits); in i915_gem_track_fb()