Home
last modified time | relevance | path

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

/drivers/vfio/
Dvfio.c467 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local
473 list_for_each_entry_safe(unbound, tmp, in vfio_group_release()
475 list_del(&unbound->unbound_next); in vfio_group_release()
476 kfree(unbound); in vfio_group_release()
678 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local
682 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable()
683 if (dev == unbound->dev) { in vfio_dev_viable()
741 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local
790 list_for_each_entry(unbound, in vfio_iommu_group_notifier()
792 if (dev == unbound->dev) { in vfio_iommu_group_notifier()
[all …]
/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c259 struct list_head unbound; member
662 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve()
671 INIT_LIST_HEAD(&eb->unbound); in eb_reserve()
686 list_add(&ev->bind_link, &eb->unbound); in eb_reserve()
689 list_add_tail(&ev->bind_link, &eb->unbound); in eb_reserve()
696 list_splice_tail(&last, &eb->unbound); in eb_reserve()
929 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas()
952 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas()
970 if (!list_empty(&eb->unbound)) in eb_validate_vmas()
/drivers/dax/
DKconfig68 To use this feature, a DAX device must be unbound from the
/drivers/net/phy/
Dphy_device.c1260 const char *unbound = phydev->drv ? "" : "[unbound] "; in phy_attached_print() local
1264 phydev_info(phydev, ATTACHED_FMT "\n", unbound, in phy_attached_print()
1269 phydev_info(phydev, ATTACHED_FMT, unbound, in phy_attached_print()