Searched refs:unbound (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/workqueue/ |
H A D | wq_monitor.py | 25 unbound workqueues, the number of times a worker was repatriated 71 PWQ_STAT_REPATRIATED = prog['PWQ_STAT_REPATRIATED'] # unbound workers brought back into scope 79 self.unbound = wq.flags & WQ_UNBOUND != 0 89 'unbound' : self.unbound, 110 if self.unbound:
|
/kernel/linux/linux-5.10/drivers/vfio/ |
H A D | vfio.c | 394 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local 400 list_for_each_entry_safe(unbound, tmp, in vfio_group_release() 402 list_del(&unbound->unbound_next); in vfio_group_release() 403 kfree(unbound); in vfio_group_release() 605 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local 609 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable() 610 if (dev == unbound->dev) { in vfio_dev_viable() 668 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local 706 dev_dbg(dev, "%s: group %d unbound from driver\n", __func__, in vfio_iommu_group_notifier() 709 * XXX An unbound devic in vfio_iommu_group_notifier() 892 struct vfio_unbound_dev *unbound; vfio_unregister_group_dev() local [all...] |
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | event_channel.h | 37 * a port that is unbound and marked as accepting bindings from the calling 100 * interdomain then the remote end is placed in the unbound state 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | event_channel.h | 37 * a port that is unbound and marked as accepting bindings from the calling 100 * interdomain then the remote end is placed in the unbound state 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 157 * constraints imposed by the new execbuffer. Any object left unbound after the 255 struct list_head unbound; member 656 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve() 665 INIT_LIST_HEAD(&eb->unbound); in eb_reserve() 680 list_add(&ev->bind_link, &eb->unbound); in eb_reserve() 683 list_add_tail(&ev->bind_link, &eb->unbound); in eb_reserve() 690 list_splice_tail(&last, &eb->unbound); in eb_reserve() 890 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas() 909 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas() 921 if (!list_empty(&eb->unbound)) in eb_validate_vmas() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 167 * constraints imposed by the new execbuffer. Any object left unbound after the 273 struct list_head unbound; member 703 INIT_LIST_HEAD(&eb->unbound); in eb_unbind() 719 list_add(&ev->bind_link, &eb->unbound); in eb_unbind() 722 list_add_tail(&ev->bind_link, &eb->unbound); in eb_unbind() 730 list_splice_tail(&last, &eb->unbound); in eb_unbind() 809 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve() 1016 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas() 1039 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas() 1056 if (!list_empty(&eb->unbound)) in eb_validate_vmas() [all...] |
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 1297 const char *unbound = phydev->drv ? "" : "[unbound] "; in phy_attached_print() local 1301 phydev_info(phydev, ATTACHED_FMT "\n", unbound, in phy_attached_print() 1306 phydev_info(phydev, ATTACHED_FMT, unbound, in phy_attached_print()
|
Completed in 13 milliseconds