Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/workqueue/
Dwq_monitor.py79 self.unbound = wq.flags & WQ_UNBOUND != 0
89 'unbound' : self.unbound,
110 if self.unbound:
/Linux-v6.6/tools/testing/selftests/media_tests/
Dregression_test.txt4 unbound while ioctl is in progress.
19 is unbound:
/Linux-v6.6/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
Dvfio.rst382 into VFIO core. When devices are bound and unbound to the driver,
384 unbound from the driver::
448 and unbound from iommufd.
453 unbound from iommufd.
Ddevice_link.rst31 supplier is bound to a driver, and they're unbound before the supplier
32 is unbound.
Ddevice-io.rst469 probe() function fails or a device in unbound from its driver.
498 the driver probe() function fails or a device in unbound from its driver
/Linux-v6.6/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.
227 unbound workqueues.
243 unbound worker-pools and only one work item could be active at any given
353 An unbound workqueue groups CPUs according to its affinity scope to improve
369 worker on the same CPU. This makes unbound workqueues behave as per-cpu
421 It'd be ideal if an unbound workqueue's behavior is optimal for vast
[all …]
/Linux-v6.6/include/xen/interface/
Devent_channel.h144 } unbound; /* EVTCHNSTAT_unbound */ member
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-devlink26 the consumer's driver is unbound from the consumer device.
29 the supplier's driver is unbound from the supplier device.
/Linux-v6.6/Documentation/driver-api/surface_aggregator/clients/
Dsan.rst28 is unbound.
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c273 struct list_head unbound; member
703 INIT_LIST_HEAD(&eb->unbound); in eb_unbind()
719 list_add(&ev->bind_link, &eb->unbound); in eb_unbind()
722 list_add_tail(&ev->bind_link, &eb->unbound); in eb_unbind()
730 list_splice_tail(&last, &eb->unbound); in eb_unbind()
809 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve()
1016 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas()
1039 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas()
1056 if (!list_empty(&eb->unbound)) in eb_validate_vmas()
/Linux-v6.6/drivers/dax/
DKconfig76 To use this feature, a DAX device must be unbound from the
/Linux-v6.6/Documentation/fb/
Dfbcon.rst251 8. Once fbcon is unbound, all drivers registered to the system will also
252 become unbound. This means that fbcon and individual framebuffer drivers
/Linux-v6.6/kernel/power/
DKconfig316 per-cpu workqueues tend to be more power hungry than unbound
321 significantly to power consumption unbound, leading to measurably
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst113 The default is to use an unbound workqueue so that encryption work
/Linux-v6.6/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst73 device was unbound.
/Linux-v6.6/Documentation/networking/
Drds.rst77 This creates a new, unbound RDS socket.
163 value, RDS_TRANS_NONE will be returned on an unbound socket.
Dvrf.rst120 By default the scope of the port bindings for unbound sockets is
151 connections for VRF traffic; ie. either a socket bound to the VRF or an unbound
/Linux-v6.6/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-v6.6/drivers/net/phy/
Dphy_device.c1297 const char *unbound = phydev->drv ? "" : "[unbound] "; in phy_attached_print() local
1301 phydev_info(phydev, ATTACHED_FMT "\n", unbound, in phy_attached_print()
1306 phydev_info(phydev, ATTACHED_FMT, unbound, in phy_attached_print()
/Linux-v6.6/Documentation/driver-api/driver-model/
Dplatform.rst180 unbound devices on that bus are checked for matches. Drivers
/Linux-v6.6/Documentation/i2c/
Dinstantiating-devices.rst25 unbound and destroyed when the I2C bus they sit on goes away (if ever).
/Linux-v6.6/Documentation/powerpc/
Dpapr_hcalls.rst189 unbound.
/Linux-v6.6/Documentation/driver-api/surface_aggregator/
Dclient.rst62 unbound before the controller ever becomes invalid, and, second, as it
/Linux-v6.6/Documentation/arch/arm64/
Dbooting.rst133 depending on selected features, and is effectively unbound.

12