/freebsd-src/share/man/man4/ |
H A D | polling.4 | 29 .Nm polling 30 .Nd device polling support 34 Device polling 68 Device polling disables interrupts by polling devices at appropriate 81 .Ss Enabling polling 90 .Va kern.polling.enable , 91 which enabled polling for all interfaces, can be replaced with the following 95 do ifconfig $i polling; # use -polling to disable 106 .It Va kern.polling.user_frac 116 .It Va kern.polling.burst [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/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 [all...] |
H A D | k3-j784s4-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 [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 [all...] |
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 */ 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-am62p-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-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-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 */
|
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 */
|
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A 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 …]
|
H A 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 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 [all...] |
H A D | thermal.txt | 6 such as trip points, polling intervals, sensors and cooling devices 129 - polling-delay: The maximum number of milliseconds to wait between polls 133 - polling-delay-passive: The maximum number of milliseconds to wait 170 (i) - when passive cooling is activated (polling-delay-passive); and 171 (ii) - when the zone just needs to be monitored (polling-delay) or 177 between polls. Choosing the right polling delays shall avoid having the 249 polling-delay-passive = <250>; /* milliseconds */ 250 polling-delay = <1000>; /* milliseconds */ 322 polling-delay-passive = <250>; /* milliseconds */ 323 polling-delay = <1000>; /* milliseconds */ [all …]
|
H A D | da9062-thermal.txt | 17 - polling-delay-passive : Specify the polling period, measured in 25 polling-delay-passive = <3000>; 34 polling-delay-passive = <3000>;
|
/freebsd-src/contrib/llvm-project/libcxx/include/__thread/ |
H A D | poll_with_backoff.h | 26 // before polling again. 28 // - __poll is the "test function" that should return true if polling succeeded, and false if it failed. 30 // - __backoff is the "backoff policy", which is called with the duration since we started polling. It should 31 // return false in order to resume polling, and true if polling should stop entirely for some reason. 32 // In general, backoff policies sleep for some time before returning control to the polling loop. 34 // - __max_elapsed is the maximum duration to try polling for. If the maximum duration is exceeded, 35 // the polling loop will return false to report a timeout. 56 // the polling loop. 58 // This is not very well-behaved since it will cause the polling loo [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sa8775p.dtsi | 4545 polling-delay-passive = <10>; 4565 polling-delay-passive = <10>; 4585 polling-delay-passive = <10>; 4605 polling-delay-passive = <10>; 4625 polling-delay-passive = <10>; 4645 polling-delay-passive = <10>; 4665 polling-delay-passive = <10>; 4775 polling-delay-passive = <10>; 4795 polling-delay-passive = <10>; 4815 polling [all...] |
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>;
|
H A D | ipq9574.dtsi |
|
H A D | sa8775p-pmics.dtsi | 12 polling-delay-passive = <100>; 32 polling-delay-passive = <100>; 52 polling-delay-passive = <100>; 72 polling-delay-passive = <100>;
|
H A D | sm6375.dtsi |
|
H A D | ipq8074.dtsi | 986 polling-delay-passive = <250>; 1000 polling-delay-passive = <250>; 1014 polling-delay-passive = <250>; 1028 polling-delay-passive = <250>; 1042 polling-delay-passive = <250>; 1056 polling-delay-passive = <250>; 1070 polling-delay-passive = <250>; 1084 polling-delay-passive = <250>; 1098 polling-delay-passive = <250>; 1112 polling [all...] |
/freebsd-src/sys/kern/ |
H A D | kern_poll.c | 57 * Polling support for [network] device drivers. 60 * polling code. 79 * Polling is enabled and disabled via setting IFCAP_POLLING flag on 81 * with polling and disable interrupts, if registration was successful. 83 * A second variable controls the sharing of CPU between polling/kernel 85 * kern.polling.user_frac (between 0 and 100, default 50) sets the share 103 static SYSCTL_NODE(_kern, OID_AUTO, polling, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 104 "Device polling parameters"); 107 &poll_burst, 0, "Current polling burst size"); 137 "Max Polling burst size"); [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/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>;
|
/freebsd-src/sys/dev/qat/qat_api/include/ |
H A D | icp_sal_poll.h | 12 * Polling APIs for instance polling. 15 * context of the polling function itself. 44 * will be read in one polling. Setting 77 * will be read in one polling. Setting 110 * will be read in one polling. Setting 143 * will be read in one polling. Setting 176 * This polling function should be used with the functions described 193 * will be read in one polling. Setting 226 * will be read in one polling. Setting 258 * This polling function should be used with the functions described [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/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 [all...] |