Home
last modified time | relevance | path

Searched full:polling (Results 1 – 25 of 143) sorted by relevance

123456

/Documentation/virt/kvm/
Dhalt-polling.rst4 The KVM halt polling system
7 The KVM halt polling system provides a feature within KVM whereby the latency
8 of a guest can, under some circumstances, be reduced by polling in the host
14 Polling provides a latency advantage in cases where the guest can be run again
17 dependent. In the event that no wakeup source arrives during the polling
19 invoked. Thus halt polling is especially useful on workloads with very short
20 wakeup periods where the time spent halt polling is minimised and the time
23 The generic halt polling code is implemented in:
31 Halt Polling Interval
35 as the halt polling interval, is increased and decreased based on the perceived
[all …]
Dindex.rst21 halt-polling
/Documentation/devicetree/bindings/thermal/
Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
34 polling-delay-passive = <0>;
35 polling-delay = <1000>;
46 polling-delay-passive = <0>;
47 polling-delay = <1000>;
58 polling-delay-passive = <0>;
59 polling-delay = <1000>;
70 polling-delay-passive = <0>;
71 polling-delay = <1000>;
82 polling-delay-passive = <0>;
[all …]
Dthermal-zones.yaml27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt
29 1. when passive cooling is activated (polling-delay-passive)
30 2. when the zone just needs to be monitored (polling-delay) or when
36 unexpectedly between polls. Choosing the right polling delays shall avoid
64 polling-delay:
68 checking this thermal zone. Setting this to 0 disables the polling
72 polling-delay-passive:
77 this to 0 disables the polling timers setup by the thermal
279 polling-delay-passive = <250>;
280 polling-delay = <1000>;
[all …]
Damazon,al-thermal.txt20 polling-delay-passive = <250>;
21 polling-delay = <1000>;
Ddlg,da9062-thermal.yaml27 polling-delay-passive:
29 Specify the polling period, measured in milliseconds, between
Dbrcm,ns-thermal.yaml44 polling-delay-passive = <0>;
45 polling-delay = <1000>;
Dti,am654-thermal.yaml45 polling-delay-passive = <250>; /* milliseconds */
46 polling-delay = <500>; /* milliseconds */
Dst,stm32-thermal.yaml58 polling-delay-passive = <0>;
59 polling-delay = <0>;
Drzg2l-thermal.yaml67 polling-delay-passive = <250>;
68 polling-delay = <1000>;
Dmax77620_thermal.txt43 polling-delay = <0>;
44 polling-delay-passive = <0>;
Dqcom,spmi-temp-alarm.yaml66 polling-delay-passive = <100>;
67 polling-delay = <0>;
Dti,j72xx-thermal.yaml85 polling-delay-passive = <250>; /* milliseconds */
86 polling-delay = <500>; /* milliseconds */
/Documentation/virt/
Dguest-halt-polling.rst2 Guest halt polling
9 This provides the following benefits to host side polling:
11 1) The POLL flag is set while polling is performed, which allows
17 The downside of guest side polling is that polling is performed
22 time polling is allowed. This value is fixed.
35 Maximum amount of time, in nanoseconds, that polling is
/Documentation/networking/
Dnfc.rst16 - Polling for targets;
63 * stop_poll - stop on progress polling operation
80 * NFC_CMD_START_POLL - setup a specific device to polling for targets
81 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device
90 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling
91 state until it finds any target. However, the user can stop the polling
95 If the polling operation finds one or more targets, the event TARGETS_FOUND is
100 All polling operations requested through one netlink socket are stopped when
Dnapi.rst16 interrupts first (:ref:`busy polling<poll>`).
121 the NAPI instance - until NAPI polling finishes any further
155 mapped to queues and interrupts. NAPI is primarily a polling/processing
197 Busy polling
200 Busy polling allows a user process to check for incoming packets before
201 the device interrupt fires. As is the case with any busy polling it trades
202 off CPU cycles for lower latency (production uses of NAPI busy polling
205 Busy polling is enabled by either setting ``SO_BUSY_POLL`` on
207 ``net.core.busy_read`` sysctls. An io_uring API for NAPI busy polling
213 While busy polling is supposed to be used by low latency applications,
[all …]
Dgeneric-hdlc.rst114 - t391 - link integrity verification polling timer (in seconds) - user
115 - t392 - polling verification timer (in seconds) - network
116 - n391 - full status polling counter - user
/Documentation/ABI/testing/
Dsysfs-mce48 (poll more often) on the polling interval. When the poller
50 (poll less often) on the polling interval. The check_interval
51 variable is both the initial and maximum polling interval.
52 0 means no polling for corrected machine check errors
80 Disables polling and CMCI for corrected errors.
Dsysfs-class-devfreq99 the requested polling interval of the corresponding devfreq
102 no polling. This value is meaningless if the governor is
103 not polling.
/Documentation/translations/zh_CN/virt/
Dguest-halt-polling.rst3 :Original: Documentation/virt/guest-halt-polling.rst
13 .. _cn_virt_guest-halt-polling:
16 客户机停机轮询机制(Guest halt polling
/Documentation/devicetree/bindings/i2c/
Di2c-pxa.yaml17 - mrvl,i2c-polling
41 mrvl,i2c-polling:
44 Disable interrupt of i2c controller. Polling status register of i2c
/Documentation/networking/device_drivers/ethernet/davicom/
Ddm9000.rst122 Switch to using the simpler PHY polling method which does not
124 when using the internal PHY. See the section on link state polling
128 "Force simple NSR based PHY polling" allows this flag to be
132 PHY Link state polling
161 polling of the PHY status may be disabled on these devices when using
/Documentation/devicetree/bindings/display/
Drepaper.txt33 polling-delay-passive = <0>;
34 polling-delay = <0>;
/Documentation/accel/qaic/
Dqaic.rst31 is drained, QAIC implements a "last chance" polling algorithm where QAIC will
34 polling mode and reenables the IRQ line.
180 Configures QAIC to use a polling thread for datapath events instead of relying
203 Sets the polling interval in microseconds (us) when datapath polling is active.
204 Takes effect at the next polling interval. Default is 100 (100 us).
/Documentation/devicetree/bindings/hwmon/
Dpwm-fan.yaml67 polling-delay-passive = <0>;
68 polling-delay = <0>;

123456