/linux-6.12.1/drivers/mmc/host/ |
D | dw_mmc.c | 182 &host->pending_events); in dw_mci_init_debugfs() 391 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 432 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma() 495 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma() 1328 host->pending_events = 0; in __dw_mci_start_request() 1368 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 1842 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer() 2029 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto() 2037 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 2048 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() [all …]
|
D | atmel-mci.c | 357 unsigned long pending_events; member 423 test_and_clear_bit(event, &host->pending_events) 427 set_bit(event, &host->pending_events) 616 &host->pending_events); in atmci_init_debugfs() 1272 host->pending_events = 0; in atmci_start_request() 1764 state, host->pending_events, host->completed_events, in atmci_work_func()
|
D | dw_mmc.h | 199 unsigned long pending_events; member
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 125 &ctrl->pending_events); in remove_board() 137 atomic_or(action, &ctrl->pending_events); in pciehp_request() 385 !atomic_read(&ctrl->pending_events) && in pciehp_sysfs_enable_slot() 419 !atomic_read(&ctrl->pending_events) && in pciehp_sysfs_disable_slot()
|
D | pciehp_hpc.c | 311 &ctrl->pending_events); in pciehp_check_link_status() 573 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events); in pciehp_ignore_dpc_link_change() 616 atomic_or(RERUN_ISR, &ctrl->pending_events); in pciehp_isr() 692 atomic_or(events, &ctrl->pending_events); in pciehp_isr() 707 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist() 715 events = atomic_xchg(&ctrl->pending_events, 0); in pciehp_ist() 770 atomic_read(&ctrl->pending_events)) in pciehp_poll()
|
D | pciehp.h | 104 atomic_t pending_events; /* event handling */ member
|
/linux-6.12.1/arch/x86/kvm/ |
D | lapic.h | 80 unsigned long pending_events; member 231 return lapic_in_kernel(vcpu) && vcpu->arch.apic->pending_events; in kvm_apic_has_pending_init_or_sipi() 248 return lapic_in_kernel(vcpu) && test_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_lapic_latched_init()
|
D | lapic.c | 1367 apic->pending_events = (1UL << KVM_APIC_INIT); in __apic_accept_irq() 1378 set_bit(KVM_APIC_SIPI, &apic->pending_events); in __apic_accept_irq() 3369 clear_bit(KVM_APIC_SIPI, &apic->pending_events); in kvm_apic_accept_events() 3373 if (test_and_clear_bit(KVM_APIC_INIT, &apic->pending_events)) { in kvm_apic_accept_events() 3380 if (test_and_clear_bit(KVM_APIC_SIPI, &apic->pending_events)) { in kvm_apic_accept_events()
|
D | x86.c | 5521 set_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_vcpu_ioctl_x86_set_vcpu_events() 5523 clear_bit(KVM_APIC_INIT, &vcpu->arch.apic->pending_events); in kvm_vcpu_ioctl_x86_set_vcpu_events() 11823 set_bit(KVM_APIC_SIPI, &vcpu->arch.apic->pending_events); in kvm_arch_vcpu_ioctl_set_mpstate()
|
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | scheduler.h | 102 DECLARE_BITMAP(pending_events, INTEL_GVT_EVENT_MAX);
|
D | cmd_parser.c | 1230 s->workload->pending_events); in cmd_handler_pipe_control() 1237 s->workload->pending_events); in cmd_handler_mi_user_interrupt() 1750 s->workload->pending_events); in cmd_handler_mi_flush_dw()
|
D | scheduler.c | 1103 for_each_set_bit(event, workload->pending_events, in complete_current_workload()
|
/linux-6.12.1/drivers/virt/vboxguest/ |
D | vboxguest_core.h | 90 u32 pending_events; member
|
D | vboxguest_core.c | 815 gdev->pending_events |= in vbg_acquire_session_capabilities() 818 if (gdev->pending_events) in vbg_acquire_session_capabilities() 1190 events = gdev->pending_events & event_mask; in vbg_wait_event_cond() 1204 u32 events = gdev->pending_events & event_mask; in vbg_consume_events_locked() 1207 gdev->pending_events &= ~events; in vbg_consume_events_locked() 1844 gdev->pending_events |= events; in vbg_core_isr()
|
/linux-6.12.1/include/scsi/ |
D | scsi_device.h | 253 DECLARE_BITMAP(pending_events, SDEV_EVT_MAXBITS); /* pending events */
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 2526 if (dwc->pending_events) { in dwc3_runtime_resume() 2528 dwc->pending_events = false; in dwc3_runtime_resume()
|
D | core.h | 1344 unsigned pending_events:1; member
|
D | gadget.c | 4467 dwc->pending_events = true; in dwc3_check_event_buf()
|
/linux-6.12.1/arch/x86/kvm/vmx/ |
D | nested.c | 4221 test_bit(KVM_APIC_INIT, &apic->pending_events)) { in vmx_check_nested_events() 4225 clear_bit(KVM_APIC_INIT, &apic->pending_events); in vmx_check_nested_events() 4235 test_bit(KVM_APIC_SIPI, &apic->pending_events)) { in vmx_check_nested_events() 4239 clear_bit(KVM_APIC_SIPI, &apic->pending_events); in vmx_check_nested_events()
|
/linux-6.12.1/drivers/scsi/ |
D | scsi_error.c | 518 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
|
D | scsi_lib.c | 2597 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
|
/linux-6.12.1/arch/x86/kvm/svm/ |
D | nested.c | 1445 test_bit(KVM_APIC_INIT, &apic->pending_events)) { in svm_check_nested_events()
|