Home
last modified time | relevance | path

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

12

/linux/tools/workqueue/
H A Dwq_monitor.py72 self.unbound = wq.flags & WQ_UNBOUND != 0
82 'unbound' : self.unbound,
103 if self.unbound:
/linux/Documentation/core-api/
H A Dhousekeeping.rst15 Sometimes housekeeping is just some unbound work (unbound workqueues,
16 unbound timers, ...) that gets easily assigned to non-isolated CPUs.
32 load balancing, unbound workqueues and timers.
H A Dworkqueue.rst93 worker-pools to serve work items queued on unbound workqueues - the
140 For unbound workqueues, the number of backing pools is dynamic.
193 Work items queued to an unbound wq are served by the special
196 context provider without concurrency management. The unbound
242 This flag is meaningless for unbound wq.
252 unbound workqueues.
379 An unbound workqueue groups CPUs according to its affinity scope to improve
395 worker on the same CPU. This makes unbound workqueues behave as per-cpu
447 It'd be ideal if an unbound workqueue's behavior is optimal for vast
597 affinity scope for unbound pools.
[all …]
/linux/tools/testing/selftests/media_tests/
H A Dregression_test.txt4 unbound while ioctl is in progress.
19 is unbound:
/linux/Documentation/driver-api/
H A 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
H A 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.
H A Ddevice_link.rst31 supplier is bound to a driver, and they're unbound before the supplier
32 is unbound.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-devlink26 the consumer's driver is unbound from the consumer device.
29 the supplier's driver is unbound from the supplier device.
H A Dsysfs-bus-dax111 that starts with zero capacity allocated and unbound to a
/linux/include/xen/interface/
H A Devent_channel.h144 } unbound; /* EVTCHNSTAT_unbound */ member
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c274 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()
1004 INIT_LIST_HEAD(&eb->unbound); in eb_validate_vmas()
1027 list_add_tail(&ev->bind_link, &eb->unbound); in eb_validate_vmas()
1044 if (!list_empty(&eb->unbound)) in eb_validate_vmas()
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dsan.rst28 is unbound.
/linux/drivers/dax/
H A DKconfig76 To use this feature, a DAX device must be unbound from the
/linux/Documentation/networking/
H A Ddevmem.rst131 unbound even if the userspace process crashes.
274 unbound even if the userspace process crashes.
H A 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
H A Drds.rst77 This creates a new, unbound RDS socket.
163 value, RDS_TRANS_NONE will be returned on an unbound socket.
/linux/Documentation/fb/
H A Dfbcon.rst257 8. Once fbcon is unbound, all drivers registered to the system will also
258 become unbound. This means that fbcon and individual framebuffer drivers
/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst598 events_unbound unbound 9 9 10 10 8
/linux/kernel/power/
H A DKconfig368 per-cpu workqueues tend to be more power hungry than unbound
373 significantly to power consumption unbound, leading to measurably
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst73 device was unbound.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst113 The default is to use an unbound workqueue so that encryption work
/linux/Documentation/driver-api/usb/
H A 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/drivers/net/phy/
H A Dphy_device.c1413 const char *unbound = phydev->drv ? "" : "[unbound] "; in phy_attached_print() local
1417 phydev_info(phydev, ATTACHED_FMT "\n", unbound, in phy_attached_print()
1422 phydev_info(phydev, ATTACHED_FMT, unbound, in phy_attached_print()
/linux/Documentation/driver-api/driver-model/
H A Dplatform.rst181 unbound devices on that bus are checked for matches. Drivers
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst25 unbound and destroyed when the I2C bus they sit on goes away (if ever).

12