/kernel/linux/linux-5.10/drivers/vfio/ |
D | vfio.c | 404 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local 410 list_for_each_entry_safe(unbound, tmp, in vfio_group_release() 412 list_del(&unbound->unbound_next); in vfio_group_release() 413 kfree(unbound); in vfio_group_release() 666 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local 670 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable() 671 if (dev == unbound->dev) { in vfio_dev_viable() 729 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local 778 list_for_each_entry(unbound, in vfio_iommu_group_notifier() 780 if (dev == unbound->dev) { in vfio_iommu_group_notifier() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 4 unbound while ioctl is in progress. 19 is unbound:
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | console.rst | 27 is fully unbound 113 be fully unbound for this call to succeed. con_is_bound() will check if the 132 driver, which was previously bound, becomes unbound. The console layer 140 4. Upon exit of the driver, ensure that the driver is totally unbound. If the
|
D | device_link.rst | 31 supplier is bound to a driver, and they're unbound before the supplier 32 is unbound.
|
D | vfio-mediated-device.rst | 127 the VFIO when devices are unbound from the driver.
|
D | vfio.rst | 251 into VFIO core. When devices are bound and unbound to the driver,
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | workqueue.rst | 91 worker-pools to serve work items queued on unbound workqueues - the 132 For unbound workqueues, the number of backing pools is dynamic. 168 Work items queued to an unbound wq are served by the special 171 context provider without concurrency management. The unbound 217 This flag is meaningless for unbound wq. 234 unbound wq, the limit is higher of 512 and 4 * 248 unbound worker-pools and only one work item could be active at any given
|
/kernel/linux/linux-5.10/include/xen/interface/ |
D | event_channel.h | 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-devlink | 26 the consumer's driver is unbound from the consumer device. 29 the supplier's driver is unbound from the supplier device.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 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()
|
/kernel/linux/linux-5.10/drivers/dax/ |
D | Kconfig | 68 To use this feature, a DAX device must be unbound from the
|
/kernel/linux/linux-5.10/kernel/power/ |
D | Kconfig | 300 per-cpu workqueues tend to be more power hungry than unbound 305 significantly to power consumption unbound, leading to measurably
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | fbcon.rst | 251 8. Once fbcon is unbound, all drivers registered to the system will also 252 become unbound. This means that fbcon and individual framebuffer drivers
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 113 The default is to use an unbound workqueue so that encryption work
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-dqevent.rst | 73 device was unbound.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | rds.rst | 77 This creates a new, unbound RDS socket. 163 value, RDS_TRANS_NONE will be returned on an unbound socket.
|
D | vrf.rst | 120 By default the scope of the port bindings for unbound sockets is
|
D | rxrpc.rst | 222 (#) If connect() is called on an unbound client, a random local port will
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | power-management.rst | 375 unbound from its interface, preventing the device from going into 626 suspend. An unbound interface device is suspended by default. When unbinding, 629 device (not interface) is unbound the kernel is no longer able to resume the 630 device. If a hub interface driver is unbound, control of its child ports is
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | papr_hcalls.rst | 189 unbound.
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | platform.rst | 180 unbound devices on that bus are checked for matches. Drivers
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | instantiating-devices.rst | 25 unbound and destroyed when the I2C bus they sit on goes away (if ever).
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | booting.rst | 132 depending on selected features, and is effectively unbound.
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | backend-api.rst | 334 This method is called to indicate that an object has been unbound from its
|
D | netfs-api.rst | 232 unbound from a cookie and that all the marks on the pages should be
|