Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721s2-thermal.dtsi6 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 …]
H A Dk3-j784s4-thermal.dtsi6 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 …]
H A Dk3-j721e-thermal.dtsi7 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 */
H A Dk3-am654-industrial-thermal.dtsi6 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 */
H A Dk3-j7200-thermal.dtsi7 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 */
H A Dk3-am62a-thermal.dtsi7 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 */
H A Dk3-am62-thermal.dtsi7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
21 polling-delay-passive = <250>; /* milliSeconds */
22 polling-delay = <500>; /* milliSeconds */
H A Dk3-am64-thermal.dtsi7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
21 polling-delay-passive = <250>; /* milliSeconds */
22 polling-delay = <500>; /* milliSeconds */
/openbmc/linux/Documentation/virt/kvm/
H A 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
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 …]
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A 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 …]
H A Dda9062-thermal.txt17 - polling-delay-passive : Specify the polling period, measured in
25 polling-delay-passive = <3000>;
34 polling-delay-passive = <3000>;
/openbmc/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst6 properties via a polling mechanism.
8 Before querying the available stats, clients first have to enable polling.
10 guest-stats-polling-interval property. This value can be:
13 enables polling in the specified interval. If polling is already
14 enabled, the polling time interval is changed to the new value
17 disables polling. Previous polled statistics are still valid and
20 Once polling is enabled, the virtio-balloon device in QEMU will start
21 polling the guest's balloon driver for new stats in the specified time
49 - Previously polled statistics remain available even if the polling is
61 - The polling timer is only re-armed when the guest responds to the
[all …]
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-input.c62 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 …]
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-input.c39 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 …]
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c48 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()
168 config->tz_regex[config->nr_tz_regex].polling = polling; 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
280 thermometer->tz[thermometer->nr_tz].polling = polling; in thermometer_add_tz()
283 INFO("Added thermal zone '%s->%s (polling:%d)'\n", path, name, polling); in thermometer_add_tz()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-thermal.dtsi11 polling-delay-passive = <1000>; /* milliseconds */
12 polling-delay = <5000>; /* milliseconds */
20 polling-delay-passive = <100>; /* milliseconds */
21 polling-delay = <5000>; /* milliseconds */
60 polling-delay-passive = <100>; /* milliseconds */
61 polling-delay = <5000>; /* milliseconds */
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-input.c47 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 …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dpm8550vs.dtsi12 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>;
H A Dsa8775p-pmics.dtsi12 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>;
H A Dipq9574.dtsi729 polling-delay-passive = <0>;
730 polling-delay = <0>;
743 polling-delay-passive = <0>;
744 polling-delay = <0>;
757 polling-delay-passive = <0>;
758 polling-delay = <0>;
771 polling-delay-passive = <0>;
772 polling-delay = <0>;
785 polling-delay-passive = <0>;
786 polling-delay = <0>;
[all …]
H A Dsm6375.dtsi1795 polling-delay-passive = <0>;
1796 polling-delay = <0>;
1822 polling-delay-passive = <0>;
1823 polling-delay = <0>;
1849 polling-delay-passive = <0>;
1850 polling-delay = <0>;
1876 polling-delay-passive = <0>;
1877 polling-delay = <0>;
1903 polling-delay-passive = <0>;
1904 polling-delay = <0>;
[all …]
H A Dpm8010.dtsi12 polling-delay-passive = <100>;
13 polling-delay = <0>;
33 polling-delay-passive = <100>;
34 polling-delay = <0>;
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi14 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>;
/openbmc/linux/Documentation/virt/
H A 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
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-common.dtsi58 polling-delay-passive = <250>;
59 polling-delay = <0>;
83 * so for these polling mode is required.
84 * Start polling at temperature level of last
147 polling-delay-passive = <250>;
148 polling-delay = <0>;
220 polling-delay-passive = <250>;
221 polling-delay = <0>;
293 polling-delay-passive = <250>;
294 polling-delay = <0>;
[all …]

12345678910>>...20