/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_shrinker.c | 271 unsigned long pinned, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local 296 unbound = bound = pinned = 0; in i915_gem_shrinker_oom() 304 unbound += obj->base.size; in i915_gem_shrinker_oom() 319 if (freed_pages || unbound || bound) in i915_gem_shrinker_oom() 322 if (unbound || bound) in i915_gem_shrinker_oom() 325 bound, unbound); in i915_gem_shrinker_oom()
|
D | i915_debugfs.c | 327 u64 total, unbound; member 379 stats->unbound += obj->base.size; in per_file_stats() 394 stats.unbound); \
|
/linux-4.4.14/drivers/vfio/ |
D | vfio.c | 276 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local 281 list_for_each_entry_safe(unbound, tmp, in vfio_group_release() 283 list_del(&unbound->unbound_next); in vfio_group_release() 284 kfree(unbound); in vfio_group_release() 496 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local 500 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable() 501 if (dev == unbound->dev) { in vfio_dev_viable() 559 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local 611 list_for_each_entry(unbound, in vfio_iommu_group_notifier() 613 if (dev == unbound->dev) { in vfio_iommu_group_notifier() [all …]
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 103 be fully unbound for this call to succeed. con_is_bound() will check if the 122 driver, which was previously bound, becomes unbound. The console layer 130 4. Upon exit of the driver, ensure that the driver is totally unbound. If the
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 96 worker-pools to serve work items queued on unbound workqueues - the 137 For unbound workqueues, the number of backing pools is dynamic. 171 Work items queued to an unbound wq are served by the special 174 context provider without concurrency management. The unbound 224 This flag is meaningless for unbound wq. 238 and the default value used when 0 is specified is 256. For an unbound 251 behavior. Work items on such wq are always queued to the unbound
|
D | vfio.txt | 249 into VFIO core. When devices are bound and unbound to the driver,
|
D | kernel-parameters.txt | 4120 By default, all work items queued to unbound 4132 be more power hungry than unbound workqueues. 4136 consumption unbound, leading to measurably lower
|
/linux-4.4.14/include/xen/interface/ |
D | event_channel.h | 143 } unbound; /* EVTCHNSTAT_unbound */ member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-crypt.txt | 68 The default is to use an unbound workqueue so that encryption work
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 291 per-cpu workqueues tend to be more power hungry than unbound 296 significantly to power consumption unbound, leading to measurably
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 227 8. Once fbcon is unbound, all drivers registered to the system will also 228 become unbound. This means that fbcon and individual framebuffer drivers
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 370 is unbound from its interface. As a corollary, drivers must not call 605 unbound interface device is suspended by default. When unbinding, be careful 608 interface) is unbound the kernel is no longer able to resume the device. If a 609 hub interface driver is unbound, control of its child ports is lost and all
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 178 unbound devices on that bus are checked for matches. Drivers
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 50 The devices will be automatically unbound and destroyed when the I2C bus
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 117 depending on selected features, and is effectively unbound.
|
/linux-4.4.14/Documentation/networking/ |
D | rds.txt | 71 This creates a new, unbound RDS socket.
|
D | rxrpc.txt | 223 (*) If connect() is called on an unbound client, a random local port will
|
/linux-4.4.14/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 | 269 unbound from a cookie and that all the marks on the pages should be
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 164 and unbound from other hierarchies.
|