/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_shrinker.c | 422 unsigned long unevictable, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local 430 unbound = bound = unevictable = 0; in i915_gem_shrinker_oom() 436 unbound += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom() 446 if (freed_pages || unbound || bound) in i915_gem_shrinker_oom() 450 if (unbound || bound) in i915_gem_shrinker_oom() 453 bound, unbound); in i915_gem_shrinker_oom()
|
D | i915_gem_execbuffer.c | 248 struct list_head unbound; member 564 list_add_tail(&vma->exec_link, &eb->unbound); in eb_add_vma() 672 list_for_each_entry(vma, &eb->unbound, exec_link) { in eb_reserve() 681 INIT_LIST_HEAD(&eb->unbound); in eb_reserve() 694 list_add(&vma->exec_link, &eb->unbound); in eb_reserve() 696 list_add_tail(&vma->exec_link, &eb->unbound); in eb_reserve() 700 list_splice_tail(&last, &eb->unbound); in eb_reserve() 759 INIT_LIST_HEAD(&eb->unbound); in eb_lookup_vmas()
|
D | i915_debugfs.c | 302 u64 total, unbound; member 318 stats->unbound += obj->base.size; in per_file_stats() 354 stats.unbound); \
|
/Linux-v4.19/drivers/vfio/ |
D | vfio.c | 405 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local 411 list_for_each_entry_safe(unbound, tmp, in vfio_group_release() 413 list_del(&unbound->unbound_next); in vfio_group_release() 414 kfree(unbound); in vfio_group_release() 664 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local 668 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable() 669 if (dev == unbound->dev) { in vfio_dev_viable() 727 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local 779 list_for_each_entry(unbound, in vfio_iommu_group_notifier() 781 if (dev == unbound->dev) { in vfio_iommu_group_notifier() [all …]
|
/Linux-v4.19/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 4 unbound while ioctl is in progress. 19 is unbound:
|
/Linux-v4.19/Documentation/console/ |
D | console.txt | 24 is fully unbound 104 be fully unbound for this call to succeed. con_is_bound() will check if the 123 driver, which was previously bound, becomes unbound. The console layer 131 4. Upon exit of the driver, ensure that the driver is totally unbound. If the
|
/Linux-v4.19/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
|
/Linux-v4.19/include/xen/interface/ |
D | event_channel.h | 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
/Linux-v4.19/kernel/power/ |
D | Kconfig | 278 per-cpu workqueues tend to be more power hungry than unbound 283 significantly to power consumption unbound, leading to measurably
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-crypt.txt | 102 The default is to use an unbound workqueue so that encryption work
|
/Linux-v4.19/Documentation/fb/ |
D | fbcon.txt | 242 8. Once fbcon is unbound, all drivers registered to the system will also 243 become unbound. This means that fbcon and individual framebuffer drivers
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_link.rst | 32 supplier is bound to a driver, and they're unbound before the supplier 33 is unbound.
|
/Linux-v4.19/Documentation/networking/ |
D | rds.txt | 69 This creates a new, unbound RDS socket. 156 value, RDS_TRANS_NONE will be returned on an unbound socket.
|
D | rxrpc.txt | 223 (*) If connect() is called on an unbound client, a random local port will
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | power-management.rst | 375 is unbound from its interface. As a corollary, drivers must not call 622 suspend. An unbound interface device is suspended by default. When unbinding, 625 device (not interface) is unbound the kernel is no longer able to resume the 626 device. If a hub interface driver is unbound, control of its child ports is
|
/Linux-v4.19/Documentation/i2c/ |
D | instantiating-devices | 50 The devices will be automatically unbound and destroyed when the I2C bus
|
/Linux-v4.19/Documentation/driver-model/ |
D | platform.txt | 178 unbound devices on that bus are checked for matches. Drivers
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 123 depending on selected features, and is effectively unbound.
|
/Linux-v4.19/Documentation/ |
D | vfio-mediated-device.txt | 127 the VFIO when devices are unbound from the driver.
|
D | vfio.txt | 251 into VFIO core. When devices are bound and unbound to the driver,
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | backend-api.txt | 336 This method is called to indicate that an object has been unbound from its
|
D | netfs-api.txt | 231 unbound from a cookie and that all the marks on the pages should be
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4932 By default, all work items queued to unbound 4944 be more power hungry than unbound workqueues. 4948 consumption unbound, leading to measurably lower
|
/Linux-v4.19/init/ |
D | Kconfig | 496 any source of "noise" such as unbound workqueues, timers, kthreads...
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1385 bool "Force round-robin CPU selection for unbound work items"
|