pending_events   1091 arch/x86/kvm/lapic.c 			apic->pending_events = (1UL << KVM_APIC_INIT);
pending_events   1105 arch/x86/kvm/lapic.c 		set_bit(KVM_APIC_SIPI, &apic->pending_events);
pending_events   2705 arch/x86/kvm/lapic.c 	if (!lapic_in_kernel(vcpu) || !apic->pending_events)
pending_events   2718 arch/x86/kvm/lapic.c 		if (test_bit(KVM_APIC_SIPI, &apic->pending_events))
pending_events   2719 arch/x86/kvm/lapic.c 			clear_bit(KVM_APIC_SIPI, &apic->pending_events);
pending_events   2723 arch/x86/kvm/lapic.c 	pe = xchg(&apic->pending_events, 0);
pending_events     61 arch/x86/kvm/lapic.h 	unsigned long pending_events;
pending_events    211 arch/x86/kvm/lapic.h 	return lapic_in_kernel(vcpu) && vcpu->arch.apic->pending_events;
pending_events    222 arch/x86/kvm/lapic.h 	return lapic_in_kernel(vcpu) && test_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events);
pending_events   3472 arch/x86/kvm/vmx/nested.c 		test_bit(KVM_APIC_INIT, &apic->pending_events)) {
pending_events   3902 arch/x86/kvm/x86.c 					set_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events);
pending_events   3904 arch/x86/kvm/x86.c 					clear_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events);
pending_events   8806 arch/x86/kvm/x86.c 		set_bit(KVM_APIC_SIPI, &vcpu->arch.apic->pending_events);
pending_events   1157 drivers/gpu/drm/i915/gvt/cmd_parser.c 				s->workload->pending_events);
pending_events   1164 drivers/gpu/drm/i915/gvt/cmd_parser.c 			s->workload->pending_events);
pending_events   1678 drivers/gpu/drm/i915/gvt/cmd_parser.c 				s->workload->pending_events);
pending_events    209 drivers/gpu/drm/i915/gvt/interrupt.h 	DECLARE_BITMAP(pending_events, INTEL_GVT_EVENT_MAX);
pending_events    941 drivers/gpu/drm/i915/gvt/scheduler.c 			for_each_set_bit(event, workload->pending_events,
pending_events     96 drivers/gpu/drm/i915/gvt/scheduler.h 	DECLARE_BITMAP(pending_events, INTEL_GVT_EVENT_MAX);
pending_events    329 drivers/mmc/host/atmel-mci.c 	unsigned long		pending_events;
pending_events    396 drivers/mmc/host/atmel-mci.c 	test_and_clear_bit(event, &host->pending_events)
pending_events    400 drivers/mmc/host/atmel-mci.c 	set_bit(event, &host->pending_events)
pending_events    588 drivers/mmc/host/atmel-mci.c 			   (u32 *)&host->pending_events);
pending_events   1238 drivers/mmc/host/atmel-mci.c 	host->pending_events = 0;
pending_events   1731 drivers/mmc/host/atmel-mci.c 		state, host->pending_events, host->completed_events,
pending_events    181 drivers/mmc/host/dw_mmc.c 			   (u32 *)&host->pending_events);
pending_events    387 drivers/mmc/host/dw_mmc.c 	if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events))
pending_events    428 drivers/mmc/host/dw_mmc.c 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
pending_events    491 drivers/mmc/host/dw_mmc.c 		set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
pending_events   1290 drivers/mmc/host/dw_mmc.c 	host->pending_events = 0;
pending_events   1330 drivers/mmc/host/dw_mmc.c 		if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events))
pending_events   1918 drivers/mmc/host/dw_mmc.c 	if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events))
pending_events   1926 drivers/mmc/host/dw_mmc.c 	if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events))
pending_events   1937 drivers/mmc/host/dw_mmc.c 	clear_bit(EVENT_CMD_COMPLETE, &host->pending_events);
pending_events   1944 drivers/mmc/host/dw_mmc.c 	if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events))
pending_events   1949 drivers/mmc/host/dw_mmc.c 	clear_bit(EVENT_DATA_COMPLETE, &host->pending_events);
pending_events   2044 drivers/mmc/host/dw_mmc.c 					       &host->pending_events)) {
pending_events   2054 drivers/mmc/host/dw_mmc.c 						&host->pending_events)) {
pending_events   2080 drivers/mmc/host/dw_mmc.c 					       &host->pending_events)) {
pending_events   2130 drivers/mmc/host/dw_mmc.c 					      &host->pending_events)) {
pending_events   2166 drivers/mmc/host/dw_mmc.c 						&host->pending_events))
pending_events   2534 drivers/mmc/host/dw_mmc.c 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
pending_events   2588 drivers/mmc/host/dw_mmc.c 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
pending_events   2600 drivers/mmc/host/dw_mmc.c 	set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
pending_events   2648 drivers/mmc/host/dw_mmc.c 			set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
pending_events   2658 drivers/mmc/host/dw_mmc.c 			set_bit(EVENT_DATA_ERROR, &host->pending_events);
pending_events   2675 drivers/mmc/host/dw_mmc.c 			set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
pending_events   2726 drivers/mmc/host/dw_mmc.c 			if (!test_bit(EVENT_DATA_ERROR, &host->pending_events))
pending_events   2735 drivers/mmc/host/dw_mmc.c 			if (!test_bit(EVENT_DATA_ERROR, &host->pending_events))
pending_events   2979 drivers/mmc/host/dw_mmc.c 	set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
pending_events   3005 drivers/mmc/host/dw_mmc.c 	if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) {
pending_events   3025 drivers/mmc/host/dw_mmc.c 		set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
pending_events   3056 drivers/mmc/host/dw_mmc.c 	if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) {
pending_events   3075 drivers/mmc/host/dw_mmc.c 		set_bit(EVENT_DATA_ERROR, &host->pending_events);
pending_events   3076 drivers/mmc/host/dw_mmc.c 		set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
pending_events    194 drivers/mmc/host/dw_mmc.h 	unsigned long		pending_events;
pending_events     94 drivers/pci/hotplug/pciehp.h 	atomic_t pending_events;		/* event handling */
pending_events    127 drivers/pci/hotplug/pciehp_ctrl.c 			   &ctrl->pending_events);
pending_events    139 drivers/pci/hotplug/pciehp_ctrl.c 	atomic_or(action, &ctrl->pending_events);
pending_events    378 drivers/pci/hotplug/pciehp_ctrl.c 			   !atomic_read(&ctrl->pending_events) &&
pending_events    412 drivers/pci/hotplug/pciehp_ctrl.c 			   !atomic_read(&ctrl->pending_events) &&
pending_events    272 drivers/pci/hotplug/pciehp_hpc.c 			   &ctrl->pending_events);
pending_events    552 drivers/pci/hotplug/pciehp_hpc.c 			atomic_or(RERUN_ISR, &ctrl->pending_events);
pending_events    612 drivers/pci/hotplug/pciehp_hpc.c 	atomic_or(events, &ctrl->pending_events);
pending_events    627 drivers/pci/hotplug/pciehp_hpc.c 	if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) {
pending_events    635 drivers/pci/hotplug/pciehp_hpc.c 	events = atomic_xchg(&ctrl->pending_events, 0);
pending_events    684 drivers/pci/hotplug/pciehp_hpc.c 		       atomic_read(&ctrl->pending_events))
pending_events    465 drivers/scsi/scsi_error.c 		set_bit(evt_type, sdev->pending_events);
pending_events   2420 drivers/scsi/scsi_lib.c 		if (test_and_clear_bit(evt_type, sdev->pending_events))
pending_events   1200 drivers/usb/dwc3/core.h 	unsigned		pending_events:1;
pending_events   3270 drivers/usb/dwc3/gadget.c 		dwc->pending_events = true;
pending_events   3504 drivers/usb/dwc3/gadget.c 	if (dwc->pending_events) {
pending_events   3506 drivers/usb/dwc3/gadget.c 		dwc->pending_events = false;
pending_events   1018 drivers/virt/vboxguest/vboxguest_core.c 	events = gdev->pending_events & event_mask;
pending_events   1031 drivers/virt/vboxguest/vboxguest_core.c 	u32 events = gdev->pending_events & event_mask;
pending_events   1033 drivers/virt/vboxguest/vboxguest_core.c 	gdev->pending_events &= ~events;
pending_events   1637 drivers/virt/vboxguest/vboxguest_core.c 		gdev->pending_events |= events;
pending_events     75 drivers/virt/vboxguest/vboxguest_core.h 	u32 pending_events;
pending_events    206 include/scsi/scsi_device.h 	DECLARE_BITMAP(pending_events, SDEV_EVT_MAXBITS); /* pending events */