Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_gem_evict.c49 unsigned long unbound, bound, count; in populate_ggtt() local
76 unbound = 0; in populate_ggtt()
83 unbound++; in populate_ggtt()
85 GEM_BUG_ON(bound + unbound != count); in populate_ggtt()
87 if (unbound) { in populate_ggtt()
89 __func__, unbound, 0); in populate_ggtt()
/Linux-v5.4/drivers/vfio/
Dvfio.c403 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local
409 list_for_each_entry_safe(unbound, tmp, in vfio_group_release()
411 list_del(&unbound->unbound_next); in vfio_group_release()
412 kfree(unbound); in vfio_group_release()
662 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local
666 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable()
667 if (dev == unbound->dev) { in vfio_dev_viable()
725 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local
774 list_for_each_entry(unbound, in vfio_iommu_group_notifier()
776 if (dev == unbound->dev) { in vfio_iommu_group_notifier()
[all …]
/Linux-v5.4/tools/testing/selftests/media_tests/
Dregression_test.txt4 unbound while ioctl is in progress.
19 is unbound:
/Linux-v5.4/Documentation/driver-api/
Dconsole.rst27 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
Ddevice_link.rst35 supplier is bound to a driver, and they're unbound before the supplier
36 is unbound.
Dvfio-mediated-device.rst127 the VFIO when devices are unbound from the driver.
Dvfio.rst251 into VFIO core. When devices are bound and unbound to the driver,
/Linux-v5.4/Documentation/core-api/
Dworkqueue.rst91 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
/Linux-v5.4/include/xen/interface/
Devent_channel.h144 } unbound; /* EVTCHNSTAT_unbound */ member
/Linux-v5.4/drivers/dax/
DKconfig45 To use this feature, a DAX device must be unbound from the
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c235 struct list_head unbound; member
553 list_add_tail(&vma->exec_link, &eb->unbound); in eb_add_vma()
661 list_for_each_entry(vma, &eb->unbound, exec_link) { in eb_reserve()
670 INIT_LIST_HEAD(&eb->unbound); in eb_reserve()
684 list_add(&vma->exec_link, &eb->unbound); in eb_reserve()
687 list_add_tail(&vma->exec_link, &eb->unbound); in eb_reserve()
694 list_splice_tail(&last, &eb->unbound); in eb_reserve()
751 INIT_LIST_HEAD(&eb->unbound); in eb_lookup_vmas()
/Linux-v5.4/kernel/power/
DKconfig288 per-cpu workqueues tend to be more power hungry than unbound
293 significantly to power consumption unbound, leading to measurably
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst113 The default is to use an unbound workqueue so that encryption work
/Linux-v5.4/Documentation/fb/
Dfbcon.rst253 8. Once fbcon is unbound, all drivers registered to the system will also
254 become unbound. This means that fbcon and individual framebuffer drivers
/Linux-v5.4/Documentation/networking/
Drds.txt69 This creates a new, unbound RDS socket.
156 value, RDS_TRANS_NONE will be returned on an unbound socket.
Dvrf.txt106 By default the scope of the port bindings for unbound sockets is
Drxrpc.txt223 (*) If connect() is called on an unbound client, a random local port will
/Linux-v5.4/Documentation/driver-api/usb/
Dpower-management.rst375 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
/Linux-v5.4/Documentation/i2c/
Dinstantiating-devices.rst51 The devices will be automatically unbound and destroyed when the I2C bus
/Linux-v5.4/Documentation/driver-api/driver-model/
Dplatform.rst180 unbound devices on that bus are checked for matches. Drivers
/Linux-v5.4/Documentation/arm64/
Dbooting.rst132 depending on selected features, and is effectively unbound.
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c235 u64 total, unbound; member
249 stats->unbound += obj->base.size; in per_file_stats()
304 stats.unbound, \
/Linux-v5.4/Documentation/filesystems/caching/
Dbackend-api.txt336 This method is called to indicate that an object has been unbound from its
Dnetfs-api.txt231 unbound from a cookie and that all the marks on the pages should be
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt5334 By default, all work items queued to unbound
5346 be more power hungry than unbound workqueues.
5350 consumption unbound, leading to measurably lower

12