Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvfio.h318 bool vfio_file_has_dev(struct file *file, struct vfio_device *device);
325 static inline bool vfio_file_has_dev(struct file *file, struct vfio_device *device) in vfio_file_has_dev() function
/linux-6.15/drivers/vfio/
H A Dgroup.c894 bool vfio_file_has_dev(struct file *file, struct vfio_device *device) in vfio_file_has_dev() function
903 EXPORT_SYMBOL_GPL(vfio_file_has_dev);
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_core.c2315 if (vfio_file_has_dev(groups->files[i], vdev)) in vfio_dev_in_groups()