Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vfio/
Dvfio.c53 struct list_head vfio_next; member
74 struct list_head vfio_next; member
243 list_for_each_entry(tmp, &vfio.iommu_drivers_list, vfio_next) { in vfio_register_iommu_driver()
251 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver()
264 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver()
266 list_del(&driver->vfio_next); in vfio_unregister_iommu_driver()
310 list_for_each_entry(group, &vfio.group_list, vfio_next) { in __vfio_group_get_from_iommu()
408 list_add(&group->vfio_next, &vfio.group_list); in vfio_create_group()
435 list_del(&group->vfio_next); in vfio_group_put()
730 vfio_next) { in vfio_ioctl_check_extension()
[all …]