Home
last modified time | relevance | path

Searched refs:vfio_device_set_open_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dvfio.h192 unsigned int vfio_device_set_open_count(struct vfio_device_set *dev_set);
/Linux-v6.1/drivers/vfio/
Dvfio_main.c128 unsigned int vfio_device_set_open_count(struct vfio_device_set *dev_set) in vfio_device_set_open_count() function
139 EXPORT_SYMBOL_GPL(vfio_device_set_open_count);
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_core.c2492 if (vfio_device_set_open_count(dev_set) > 1) in vfio_pci_dev_set_needs_reset()