Searched refs:vfio_next (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/vfio/ |
D | vfio.h | 56 struct list_head vfio_next; member 106 struct list_head vfio_next; member
|
D | container.c | 114 list_for_each_entry(tmp, &vfio.iommu_drivers_list, vfio_next) { in vfio_register_iommu_driver() 122 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver() 135 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver() 137 list_del(&driver->vfio_next); in vfio_unregister_iommu_driver() 213 vfio_next) { in vfio_container_ioctl_check_extension() 288 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_ioctl_set_iommu()
|
D | vfio_main.c | 153 list_for_each_entry(group, &vfio.group_list, vfio_next) { in __vfio_group_get_from_iommu() 252 list_add(&group->vfio_next, &vfio.group_list); in vfio_create_group() 275 list_del(&group->vfio_next); in vfio_device_remove_group()
|