| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-j721s2-thermal.dtsi | 9 polling-delay-passive = <250>; /* milliseconds */ 10 polling-delay = <500>; /* milliseconds */ 23 polling-delay-passive = <250>; /* milliseconds */ 24 polling-delay = <500>; /* milliseconds */ 37 polling-delay-passive = <250>; /* milliseconds */ 38 polling-delay = <500>; /* milliseconds */ 51 polling-delay-passive = <250>; /* milliseconds */ 52 polling-delay = <500>; /* milliseconds */ 65 polling-delay-passive = <250>; /* milliseconds */ 66 polling-delay = <500>; /* milliseconds */ [all …]
|
| H A D | k3-j721e-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliseconds */ 11 polling-delay = <500>; /* milliseconds */ 24 polling-delay-passive = <250>; /* milliseconds */ 25 polling-delay = <500>; /* milliseconds */ 38 polling-delay-passive = <250>; /* milliseconds */ 39 polling-delay = <500>; /* milliseconds */ 52 polling-delay-passive = <250>; /* milliseconds */ 53 polling-delay = <500>; /* milliseconds */ 66 polling-delay-passive = <250>; /* milliseconds */ 67 polling-delay = <500>; /* milliseconds */
|
| H A D | k3-j7200-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliseconds */ 11 polling-delay = <500>; /* milliseconds */ 24 polling-delay-passive = <250>; /* milliseconds */ 25 polling-delay = <500>; /* milliseconds */ 38 polling-delay-passive = <250>; /* milliseconds */ 39 polling-delay = <500>; /* milliseconds */
|
| H A D | k3-am654-industrial-thermal.dtsi | 9 polling-delay-passive = <250>; /* milliseconds */ 10 polling-delay = <500>; /* milliseconds */ 23 polling-delay-passive = <250>; /* milliseconds */ 24 polling-delay = <500>; /* milliseconds */ 37 polling-delay-passive = <250>; /* milliseconds */ 38 polling-delay = <500>; /* milliseconds */
|
| H A D | k3-am62a-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliSeconds */ 11 polling-delay = <500>; /* milliSeconds */ 41 polling-delay-passive = <250>; /* milliSeconds */ 42 polling-delay = <500>; /* milliSeconds */ 72 polling-delay-passive = <250>; /* milliSeconds */ 73 polling-delay = <500>; /* milliSeconds */
|
| H A D | k3-am62p-j722s-common-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliSeconds */ 11 polling-delay = <500>; /* milliSeconds */ 41 polling-delay-passive = <250>; /* milliSeconds */ 42 polling-delay = <500>; /* milliSeconds */ 72 polling-delay-passive = <250>; /* milliSeconds */ 73 polling-delay = <500>; /* milliSeconds */
|
| H A D | k3-am64-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliSeconds */ 11 polling-delay = <500>; /* milliSeconds */ 24 polling-delay-passive = <250>; /* milliSeconds */ 25 polling-delay = <500>; /* milliSeconds */
|
| H A D | k3-am62-thermal.dtsi | 10 polling-delay-passive = <250>; /* milliSeconds */ 11 polling-delay = <500>; /* milliSeconds */ 41 polling-delay-passive = <250>; /* milliSeconds */ 42 polling-delay = <500>; /* milliSeconds */
|
| /linux/Documentation/virt/kvm/ |
| H A 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 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: 35 as the halt polling interval, is increased and decreased based on the perceived 36 effectiveness of the polling in an attempt to limit pointless polling. 47 During polling if a wakeup source is received within the halt polling interval, [all …]
|
| /linux/drivers/media/pci/saa7134/ |
| H A 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/drivers/media/pci/bt8xx/ |
| H A D | bttv-input.c | 47 if (ir->polling) { in ir_handle_key() 57 ir->polling ? "poll" : "irq", in ir_handle_key() 123 else if (!ir->polling) in bttv_input_irq() 136 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in bttv_input_timer() 292 if (ir->polling) { in bttv_ir_start() 306 if (btv->remote->polling) in bttv_ir_stop() 432 ir->polling = 50; // ms in bttv_input_init() 440 ir->polling = 50; // ms in bttv_input_init() 447 ir->polling = 50; // ms in bttv_input_init() 455 ir->polling = 50; // ms in bttv_input_init() [all …]
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos5433-tmu.dtsi | 14 polling-delay-passive = <0>; 15 polling-delay = <0>; 102 polling-delay-passive = <0>; 103 polling-delay = <0>; 145 polling-delay-passive = <0>; 146 polling-delay = <0>; 188 polling-delay-passive = <0>; 189 polling-delay = <0>; 264 polling-delay-passive = <0>; 265 polling-delay = <0>;
|
| /linux/Documentation/virt/ |
| H A 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/arch/arm/boot/dts/samsung/ |
| H A D | exynos5422-odroidxu3-common.dtsi | 58 polling-delay-passive = <0>; 59 polling-delay = <0>; 141 polling-delay-passive = <0>; 142 polling-delay = <0>; 214 polling-delay-passive = <0>; 215 polling-delay = <0>; 287 polling-delay-passive = <0>; 288 polling-delay = <0>; 360 polling-delay-passive = <0>; 361 polling-delay = <0>;
|
| /linux/Documentation/translations/zh_CN/virt/ |
| H A D | guest-halt-polling.rst | 3 :Original: Documentation/virt/guest-halt-polling.rst 13 .. _cn_virt_guest-halt-polling: 16 客户机停机轮询机制(Guest halt polling)
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap80x.dtsi | 321 polling-delay-passive = <0>; /* Interrupt driven */ 322 polling-delay = <0>; /* Interrupt driven */ 338 polling-delay-passive = <1000>; 339 polling-delay = <1000>; 371 polling-delay-passive = <1000>; 372 polling-delay = <1000>; 404 polling-delay-passive = <1000>; 405 polling-delay = <1000>; 437 polling-delay-passive = <1000>; 438 polling-delay = <1000>;
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | hamoa-pmics.dtsi | 14 polling-delay-passive = <100>; 34 polling-delay-passive = <100>; 54 polling-delay-passive = <100>; 74 polling-delay-passive = <100>; 94 polling-delay-passive = <100>; 114 polling-delay-passive = <100>; 134 polling-delay-passive = <100>; 154 polling-delay-passive = <100>; 174 polling-delay-passive = <100>;
|
| H A D | pm8550vs.dtsi | 12 polling-delay-passive = <100>; 32 polling-delay-passive = <100>; 52 polling-delay-passive = <100>; 72 polling-delay-passive = <100>;
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-mce | 48 (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.
|
| H A D | debugfs-scmi-raw | 38 Description: SCMI Raw message injection/snooping facility using polling mode; 41 backend SCMI server for instance <n>, using polling mode on 42 the reception path. (if transport is polling capable) 55 polling-mode; write a complete SCMI asynchronous command message 58 polling-mode on the reception path of the immediate part of the 59 asynchronous command. (if transport is polling capable) 160 Description: SCMI Raw message injection/snooping facility using polling mode; 164 channel, using polling mode on the reception path. 165 (if transport is polling capable) 186 polling-mode; write a complete SCMI asynchronous command message [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-victgo.dts | 74 polling-delay = <20000>; 75 polling-delay-passive = <0>; 88 polling-delay = <20000>; 89 polling-delay-passive = <0>; 102 polling-delay = <20000>; 103 polling-delay-passive = <0>;
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234-p3701-0008.dtsi | 10 polling-delay = <1000>; 11 polling-delay-passive = <1000>;
|
| H A D | tegra234-p3701-0000.dtsi | 11 polling-delay = <1000>; 12 polling-delay-passive = <1000>;
|
| /linux/arch/arm64/boot/dts/broadcom/stingray/ |
| H A D | stingray.dtsi | 628 polling-delay-passive = <0>; 629 polling-delay = <1000>; 640 polling-delay-passive = <0>; 641 polling-delay = <1000>; 652 polling-delay-passive = <0>; 653 polling-delay = <1000>; 664 polling-delay-passive = <0>; 665 polling-delay = <1000>; 676 polling-delay-passive = <0>; 677 polling-delay = <1000>; [all …]
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | dra7-dspeve-thermal.dtsi | 11 polling-delay-passive = <250>; /* milliseconds */ 12 polling-delay = <500>; /* milliseconds */
|