Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dvfio_pci_core.h82 bool pm_runtime_engaged:1; member
/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_core.c294 if (vdev->pm_runtime_engaged) { in vfio_pci_runtime_pm_entry()
299 vdev->pm_runtime_engaged = true; in vfio_pci_runtime_pm_entry()
362 if (vdev->pm_runtime_engaged) { in __vfio_pci_runtime_pm_exit()
363 vdev->pm_runtime_engaged = false; in __vfio_pci_runtime_pm_exit()
1760 if (vdev->pm_runtime_engaged || !__vfio_pci_memory_enabled(vdev)) { in vfio_pci_mmap_fault()