Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_shrinker.c271 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()
Di915_debugfs.c327 u64 total, unbound; member
379 stats->unbound += obj->base.size; in per_file_stats()
394 stats.unbound); \
/linux-4.4.14/drivers/vfio/
Dvfio.c276 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/
Dconsole.txt103 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/
Dworkqueue.txt96 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
Dvfio.txt249 into VFIO core. When devices are bound and unbound to the driver,
Dkernel-parameters.txt4120 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/
Devent_channel.h143 } unbound; /* EVTCHNSTAT_unbound */ member
/linux-4.4.14/Documentation/device-mapper/
Ddm-crypt.txt68 The default is to use an unbound workqueue so that encryption work
/linux-4.4.14/kernel/power/
DKconfig291 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/
Dfbcon.txt227 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/
Dpower-management.txt370 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/
Dplatform.txt178 unbound devices on that bus are checked for matches. Drivers
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices50 The devices will be automatically unbound and destroyed when the I2C bus
/linux-4.4.14/Documentation/arm64/
Dbooting.txt117 depending on selected features, and is effectively unbound.
/linux-4.4.14/Documentation/networking/
Drds.txt71 This creates a new, unbound RDS socket.
Drxrpc.txt223 (*) If connect() is called on an unbound client, a random local port will
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt336 This method is called to indicate that an object has been unbound from its
Dnetfs-api.txt269 unbound from a cookie and that all the marks on the pages should be
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt164 and unbound from other hierarchies.