/linux-6.8/Documentation/virt/kvm/ |
D | halt-polling.rst | 4 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 …]
|
/linux-6.8/arch/arm64/boot/dts/ti/ |
D | k3-j721s2-thermal.dtsi | 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ 34 polling-delay-passive = <250>; /* milliseconds */ 35 polling-delay = <500>; /* milliseconds */ 48 polling-delay-passive = <250>; /* milliseconds */ 49 polling-delay = <500>; /* milliseconds */ 62 polling-delay-passive = <250>; /* milliseconds */ 63 polling-delay = <500>; /* milliseconds */ [all …]
|
D | k3-j784s4-thermal.dtsi | 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ 34 polling-delay-passive = <250>; /* milliseconds */ 35 polling-delay = <500>; /* milliseconds */ 48 polling-delay-passive = <250>; /* milliseconds */ 49 polling-delay = <500>; /* milliseconds */ 62 polling-delay-passive = <250>; /* milliseconds */ 63 polling-delay = <500>; /* milliseconds */ [all …]
|
D | k3-j721e-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliseconds */ 8 polling-delay = <500>; /* milliseconds */ 21 polling-delay-passive = <250>; /* milliseconds */ 22 polling-delay = <500>; /* milliseconds */ 35 polling-delay-passive = <250>; /* milliseconds */ 36 polling-delay = <500>; /* milliseconds */ 49 polling-delay-passive = <250>; /* milliseconds */ 50 polling-delay = <500>; /* milliseconds */ 63 polling-delay-passive = <250>; /* milliseconds */ 64 polling-delay = <500>; /* milliseconds */
|
D | k3-am654-industrial-thermal.dtsi | 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ 34 polling-delay-passive = <250>; /* milliseconds */ 35 polling-delay = <500>; /* milliseconds */
|
D | k3-j7200-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliseconds */ 8 polling-delay = <500>; /* milliseconds */ 21 polling-delay-passive = <250>; /* milliseconds */ 22 polling-delay = <500>; /* milliseconds */ 35 polling-delay-passive = <250>; /* milliseconds */ 36 polling-delay = <500>; /* milliseconds */
|
D | k3-am62a-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 21 polling-delay-passive = <250>; /* milliSeconds */ 22 polling-delay = <500>; /* milliSeconds */ 35 polling-delay-passive = <250>; /* milliSeconds */ 36 polling-delay = <500>; /* milliSeconds */
|
D | k3-am62p-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 21 polling-delay-passive = <250>; /* milliSeconds */ 22 polling-delay = <500>; /* milliSeconds */ 35 polling-delay-passive = <250>; /* milliSeconds */ 36 polling-delay = <500>; /* milliSeconds */
|
D | k3-am64-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 21 polling-delay-passive = <250>; /* milliSeconds */ 22 polling-delay = <500>; /* milliSeconds */
|
D | k3-am62-thermal.dtsi | 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 21 polling-delay-passive = <250>; /* milliSeconds */ 22 polling-delay = <500>; /* milliSeconds */
|
/linux-6.8/Documentation/devicetree/bindings/thermal/ |
D | brcm,sr-thermal.txt | 11 - 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 …]
|
D | thermal-zones.yaml | 27 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 61 polling-delay: 65 checking this thermal zone. Setting this to 0 disables the polling 69 polling-delay-passive: 74 this to 0 disables the polling timers setup by the thermal 231 - polling-delay 232 - polling-delay-passive [all …]
|
D | da9062-thermal.txt | 17 - polling-delay-passive : Specify the polling period, measured in 25 polling-delay-passive = <3000>; 34 polling-delay-passive = <3000>;
|
/linux-6.8/tools/thermal/thermometer/ |
D | thermometer.c | 48 int polling; member 61 int polling; member 95 config->tz_regex[config->nr_tz_regex].polling = 250; in configuration_default_init() 141 int polling; in configuration_init() local 154 if (!config_setting_lookup_int(node, "polling", &polling)) { in configuration_init() 155 ERROR("Polling value not found"); in configuration_init() 168 config->tz_regex[config->nr_tz_regex].polling = polling; in configuration_init() 171 INFO("Thermal zone regular expression '%s' with polling %d\n", in configuration_init() 172 name, polling); in configuration_init() 257 static int thermometer_add_tz(const char *path, const char *name, int polling, in thermometer_add_tz() argument [all …]
|
/linux-6.8/Documentation/virt/ |
D | guest-halt-polling.rst | 2 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
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | sa8775p.dtsi | 2460 polling-delay-passive = <0>; 2461 polling-delay = <0>; 2481 polling-delay-passive = <10>; 2482 polling-delay = <0>; 2502 polling-delay-passive = <10>; 2503 polling-delay = <0>; 2523 polling-delay-passive = <10>; 2524 polling-delay = <0>; 2544 polling-delay-passive = <10>; 2545 polling-delay = <0>; [all …]
|
D | pm8550vs.dtsi | 12 polling-delay-passive = <100>; 13 polling-delay = <0>; 33 polling-delay-passive = <100>; 34 polling-delay = <0>; 54 polling-delay-passive = <100>; 55 polling-delay = <0>; 75 polling-delay-passive = <100>; 76 polling-delay = <0>;
|
D | ipq9574.dtsi | 748 polling-delay-passive = <0>; 749 polling-delay = <0>; 762 polling-delay-passive = <0>; 763 polling-delay = <0>; 776 polling-delay-passive = <0>; 777 polling-delay = <0>; 790 polling-delay-passive = <0>; 791 polling-delay = <0>; 804 polling-delay-passive = <0>; 805 polling-delay = <0>; [all …]
|
D | sa8775p-pmics.dtsi | 12 polling-delay-passive = <100>; 13 polling-delay = <0>; 32 polling-delay-passive = <100>; 33 polling-delay = <0>; 52 polling-delay-passive = <100>; 53 polling-delay = <0>; 72 polling-delay-passive = <100>; 73 polling-delay = <0>;
|
D | sm6375.dtsi | 1838 polling-delay-passive = <0>; 1839 polling-delay = <0>; 1865 polling-delay-passive = <0>; 1866 polling-delay = <0>; 1892 polling-delay-passive = <0>; 1893 polling-delay = <0>; 1919 polling-delay-passive = <0>; 1920 polling-delay = <0>; 1946 polling-delay-passive = <0>; 1947 polling-delay = <0>; [all …]
|
/linux-6.8/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 62 if (ir->polling) { in build_key() 82 if (ir->polling) { in build_key() 425 if (!ir->polling && !ir->raw_decode) { in saa7134_input_irq() 438 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in saa7134_input_timer() 484 if (ir->polling) { in saa7134_ir_open() 498 if (ir->polling) in saa7134_ir_close() 512 unsigned polling = 0; in saa7134_input_init1() local 544 polling = 50; // ms in saa7134_input_init1() 551 polling = 50; // ms in saa7134_input_init1() 569 polling = 50; // ms in saa7134_input_init1() [all …]
|
/linux-6.8/Documentation/networking/ |
D | napi.rst | 16 interrupts first (:ref:`busy polling<poll>`). 121 the NAPI instance - until NAPI polling finishes any further 156 mapped to queues and interrupts. NAPI is primarily a polling/processing 198 Busy polling 201 Busy polling allows a user process to check for incoming packets before 202 the device interrupt fires. As is the case with any busy polling it trades 203 off CPU cycles for lower latency (production uses of NAPI busy polling 206 Busy polling is enabled by either setting ``SO_BUSY_POLL`` on 208 ``net.core.busy_read`` sysctls. An io_uring API for NAPI busy polling 214 While busy polling is supposed to be used by low latency applications, [all …]
|
D | nfc.rst | 16 - 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
|
/linux-6.8/drivers/media/pci/cx88/ |
D | cx88-input.c | 39 int polling; member 107 if (ir->polling) { in cx88_ir_handle_key() 117 ir->polling ? "poll" : "irq", in cx88_ir_handle_key() 175 ktime_set(0, ir->polling * 1000000)); in cx88_ir_work() 192 if (ir->polling) { in __cx88_ir_start() 196 ktime_set(0, ir->polling * 1000000), in __cx88_ir_start() 221 if (ir->polling) in __cx88_ir_stop() 287 ir->polling = 50; /* ms */ in cx88_ir_init() 316 ir->polling = 50; /* ms */ in cx88_ir_init() 327 ir->polling = 1; /* ms */ in cx88_ir_init() [all …]
|
/linux-6.8/drivers/firmware/arm_scmi/ |
D | virtio.c | 92 * @poll_idx: Last used index registered for polling purposes if this message 93 * transaction reply was configured for polling. 94 * @poll_status: Polling state for this message. 97 * freeing (and reuse) when polling and IRQ execution paths interleave. 328 * polling for some other messages: this worker is in charge to process in scmi_vio_deferred_tx_worker() 333 /* Scan the list of possibly pre-fetched messages during polling. */ in scmi_vio_deferred_tx_worker() 429 /* Setup a deferred worker for polling. */ in virtio_chan_setup() 523 * If polling was requested for this transaction: in virtio_send_message() 524 * - retrieve last used index (will be used as polling reference) in virtio_send_message() 580 * Free only completed polling transfer messages. [all …]
|