| /linux-6.15/tools/workqueue/ |
| H A D | wq_monitor.py | 72 self.unbound = wq.flags & WQ_UNBOUND != 0 82 'unbound' : self.unbound, 103 if self.unbound:
|
| /linux-6.15/tools/testing/selftests/media_tests/ |
| H A D | regression_test.txt | 4 unbound while ioctl is in progress. 19 is unbound:
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | console.rst | 27 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
|
| H A D | vfio.rst | 382 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.
|
| H A D | device_link.rst | 31 supplier is bound to a driver, and they're unbound before the supplier 32 is unbound.
|
| /linux-6.15/Documentation/core-api/ |
| H A D | workqueue.rst | 93 worker-pools to serve work items queued on unbound workqueues - the 140 For unbound workqueues, the number of backing pools is dynamic. 187 Work items queued to an unbound wq are served by the special 190 context provider without concurrency management. The unbound 236 This flag is meaningless for unbound wq. 246 unbound workqueues. 441 It'd be ideal if an unbound workqueue's behavior is optimal for vast 591 affinity scope for unbound pools. 600 latter and an unbound workqueue provides a lot more flexibility. 615 Use tools/workqueue/wq_dump.py to examine unbound CPU affinity [all …]
|
| /linux-6.15/include/xen/interface/ |
| H A D | event_channel.h | 144 } unbound; /* EVTCHNSTAT_unbound */ member
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-devlink | 26 the consumer's driver is unbound from the consumer device. 29 the supplier's driver is unbound from the supplier device.
|
| H A D | sysfs-bus-dax | 111 that starts with zero capacity allocated and unbound to a
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | san.rst | 28 is unbound.
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 274 struct list_head unbound; member 704 INIT_LIST_HEAD(&eb->unbound); in eb_unbind() 720 list_add(&ev->bind_link, &eb->unbound); in eb_unbind() 723 list_add_tail(&ev->bind_link, &eb->unbound); in eb_unbind() 731 list_splice_tail(&last, &eb->unbound); in eb_unbind() 810 list_for_each_entry(ev, &eb->unbound, bind_link) { in eb_reserve() 1017 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas() 1040 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas() 1057 if (!list_empty(&eb->unbound)) in eb_validate_vmas()
|
| /linux-6.15/drivers/dax/ |
| H A D | Kconfig | 76 To use this feature, a DAX device must be unbound from the
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 598 events_unbound unbound 9 9 10 10 8
|
| /linux-6.15/Documentation/fb/ |
| H A D | fbcon.rst | 251 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-6.15/kernel/power/ |
| H A D | Kconfig | 357 per-cpu workqueues tend to be more power hungry than unbound 362 significantly to power consumption unbound, leading to measurably
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | dm-crypt.rst | 113 The default is to use an unbound workqueue so that encryption work
|
| /linux-6.15/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-dqevent.rst | 73 device was unbound.
|
| /linux-6.15/Documentation/networking/ |
| H A D | rds.rst | 77 This creates a new, unbound RDS socket. 163 value, RDS_TRANS_NONE will be returned on an unbound socket.
|
| H A D | vrf.rst | 120 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
|
| H A D | devmem.rst | 131 unbound even if the userspace process crashes.
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 375 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-6.15/Documentation/wmi/ |
| H A D | driver-development-guide.rst | 82 The remove() callback is then called when the WMI driver is unbound from a WMI device. In order
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 1311 const char *unbound = phydev->drv ? "" : "[unbound] "; in phy_attached_print() local 1315 phydev_info(phydev, ATTACHED_FMT "\n", unbound, in phy_attached_print() 1320 phydev_info(phydev, ATTACHED_FMT, unbound, in phy_attached_print()
|
| /linux-6.15/Documentation/driver-api/driver-model/ |
| H A D | platform.rst | 181 unbound devices on that bus are checked for matches. Drivers
|
| /linux-6.15/Documentation/i2c/ |
| H A D | instantiating-devices.rst | 25 unbound and destroyed when the I2C bus they sit on goes away (if ever).
|