Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vfio/
A Dcontainer.c107 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 Dvfio.h66 struct list_head vfio_next; member
132 struct list_head vfio_next; member
A Dgroup.c442 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