Searched refs:vfio_next (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/vfio/ |
A D | container.c | 107 list_for_each_entry(tmp, &vfio.iommu_drivers_list, vfio_next) { in vfio_register_iommu_driver() 115 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver() 128 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver() 130 list_del(&driver->vfio_next); in vfio_unregister_iommu_driver() 207 vfio_next) { in vfio_container_ioctl_check_extension() 282 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_ioctl_set_iommu()
|
A D | vfio.h | 66 struct list_head vfio_next; member 132 struct list_head vfio_next; member
|
A D | group.c | 442 list_for_each_entry(group, &vfio.group_list, vfio_next) { in vfio_group_find_from_iommu() 524 list_add(&group->vfio_next, &vfio.group_list); in vfio_create_group() 663 list_del(&group->vfio_next); in vfio_device_remove_group()
|
Completed in 6 milliseconds