/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_shrinker.c | 260 unsigned long pinned, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local 285 unbound = bound = pinned = 0; in i915_gem_shrinker_oom() 293 unbound += obj->base.size; in i915_gem_shrinker_oom() 308 if (freed_pages || unbound || bound) in i915_gem_shrinker_oom() 311 if (unbound || bound) in i915_gem_shrinker_oom() 314 bound, unbound); in i915_gem_shrinker_oom()
|
D | i915_debugfs.c | 307 size_t total, unbound; member 359 stats->unbound += obj->base.size; in per_file_stats() 373 stats.unbound)
|
/linux-4.1.27/drivers/vfio/ |
D | vfio.c | 275 struct vfio_unbound_dev *unbound, *tmp; in vfio_group_release() local 280 list_for_each_entry_safe(unbound, tmp, in vfio_group_release() 282 list_del(&unbound->unbound_next); in vfio_group_release() 283 kfree(unbound); in vfio_group_release() 477 struct vfio_unbound_dev *unbound; in vfio_dev_viable() local 481 list_for_each_entry(unbound, &group->unbound_list, unbound_next) { in vfio_dev_viable() 482 if (dev == unbound->dev) { in vfio_dev_viable() 540 struct vfio_unbound_dev *unbound; in vfio_iommu_group_notifier() local 592 list_for_each_entry(unbound, in vfio_iommu_group_notifier() 594 if (dev == unbound->dev) { in vfio_iommu_group_notifier() [all …]
|
/linux-4.1.27/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.1.27/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 | 4000 By default, all work items queued to unbound 4012 be more power hungry than unbound workqueues. 4016 consumption unbound, leading to measurably lower
|
/linux-4.1.27/include/xen/interface/ |
D | event_channel.h | 143 } unbound; /* EVTCHNSTAT_unbound */ member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-crypt.txt | 68 The default is to use an unbound workqueue so that encryption work
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 281 per-cpu workqueues tend to be more power hungry than unbound 286 significantly to power consumption unbound, leading to measurably
|
/linux-4.1.27/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.1.27/Documentation/usb/ |
D | power-management.txt | 370 is unbound from its interface. As a corollary, drivers must not call 593 unbound interface device is suspended by default. When unbinding, be careful 596 interface) is unbound the kernel is no longer able to resume the device. If a 597 hub interface driver is unbound, control of its child ports is lost and all
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 110 depending on selected features, and is effectively unbound.
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 164 unbound devices on that bus are checked for matches. Drivers
|
/linux-4.1.27/Documentation/i2c/ |
D | instantiating-devices | 50 The devices will be automatically unbound and destroyed when the I2C bus
|
/linux-4.1.27/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.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 164 and unbound from other hierarchies.
|
/linux-4.1.27/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
|