Home
last modified time | relevance | path

Searched refs:pm_runtime_engaged (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dvfio_pci_core.h82 bool pm_runtime_engaged; member
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_core.c288 if (vdev->pm_runtime_engaged) { in vfio_pci_runtime_pm_entry()
293 vdev->pm_runtime_engaged = true; in vfio_pci_runtime_pm_entry()
356 if (vdev->pm_runtime_engaged) { in __vfio_pci_runtime_pm_exit()
357 vdev->pm_runtime_engaged = false; in __vfio_pci_runtime_pm_exit()
1689 if (vdev->pm_runtime_engaged || !__vfio_pci_memory_enabled(vdev)) { in vfio_pci_mmap_fault()