Searched full:proportional (Results 1 – 25 of 79) sorted by relevance
1234
/Linux-v5.10/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 23 Proportional-Integral-Derivative controller (PID controller) with 102 thermal governor allows the configuration of two proportional term 103 constants: `k_po` and `k_pu`. `k_po` is the proportional term 106 proportional term constant during temperature undershoot periods 121 proportional term will be 2 * `sustainable_power`. The default value 126 Focusing on the proportional and feed forward values of the PID 131 The proportional term is proportional to the difference between the 133 is the desired one, then the proportional component is zero and 156 Therefore, the proportional term alone linearly decreases power from
|
D | sysfs-api.rst | 391 |---k_po: Proportional term during temperature overshoot 392 |---k_pu: Proportional term during temperature undershoot 562 The proportional term of the power allocator governor's PID 571 The proportional term of the power allocator governor's PID
|
/Linux-v5.10/Documentation/block/ |
D | bfq-iosched.rst | 5 BFQ is a proportional-share I/O scheduler, with some extra 158 BFQ is a proportional-share I/O scheduler, whose general structure, 246 throughput proportional to its weight, even if the throughput 254 - First, with any proportional-share scheduler, the maximum 255 deviation with respect to an ideal service is proportional to 499 blkio and io. In particular, BFQ supports weight-based proportional 505 With BFQ, proportional share means true proportional share of the 523 BFQ switches back to just time-based proportional share for that 529 To get proportional sharing of bandwidth with BFQ for a given device,
|
/Linux-v5.10/Documentation/hwmon/ |
D | amc6821.rst | 67 temp1_auto_point2_temp rw The low-temperature limit of the proportional 84 temp2_auto_point2_temp rw The low-temperature limit of the proportional
|
/Linux-v5.10/Documentation/admin-guide/acpi/ |
D | cppc_sysfs.rst | 52 Reference counter ticks up proportional to processor's reference performance. 53 Delivered counter ticks up proportional to processor's delivered performance.
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 326 0: Proportional, 1: Ordered 338 - Proportional 340 When proportional priority is used, there is an additional parameter called 342 proportional priority is to provide each core with the requested min., then 344 weight. This proportional priority can be configured using "core-power config" 378 priority-type:proportional 386 priority-type:proportional 401 Specify clos Proportional Priority [--weight|-w] 444 clos-proportional-priority:0 454 clos-proportional-priority:0
|
/Linux-v5.10/drivers/cpufreq/ |
D | Kconfig | 196 by the scheduler. It sets the CPU frequency to be proportional to 199 proportional to the maximum available frequency. If that is not the 200 case, it is proportional to the current frequency of the CPU. The
|
D | cpufreq_ondemand.c | 132 * proportional to load. 151 /* Calculate the next frequency proportional to load */ in od_update()
|
/Linux-v5.10/tools/thermal/tmon/ |
D | pid.c | 29 * PID (Proportional-Integral-Derivative) controller is commonly used in 32 * kp = proportional gain
|
D | tmon.8 | 32 - with a built-in Proportional Integral Derivative (\fBPID\fP) 73 \fBkp \fP proportional gain of \fBPID\fP controller
|
D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
/Linux-v5.10/net/sched/ |
D | Kconfig | 358 tristate "Proportional Integral controller Enhanced (PIE) scheduler" 360 Say Y here if you want to use the Proportional Integral controller 371 tristate "Flow Queue Proportional Integral controller Enhanced (FQ-PIE)" 373 Say Y here if you want to use the Flow Queue Proportional Integral 472 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
|
/Linux-v5.10/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 8 converter (ADC) produces an output value that is proportional
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | numa.h | 58 * proportional to the memory access latency ratios.
|
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | iqs5xx.txt | 36 the count value is inversely proportional to
|
/Linux-v5.10/net/netfilter/ipvs/ |
D | Kconfig | 285 tiled an amount proportional to the weights specified. The table 303 proportional to the weights specified. The table needs to be large
|
/Linux-v5.10/arch/ia64/mm/ |
D | numa.c | 35 * proportional to the memory access latency ratios.
|
/Linux-v5.10/drivers/thermal/ |
D | tango_thermal.c | 11 * coefficient with a voltage that is proportional to absolute temperature.
|
D | gov_power_allocator.c | 176 * proportional term when we are overshooting, k_pu is the 177 * proportional term when we are undershooting. integral_cutoff is a 208 /* Calculate the proportional term */ in pid_controller()
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 8 a need of various kinds of IO control policies (like proportional BW, max BW) 94 Proportional weight policy files
|
/Linux-v5.10/drivers/md/bcache/ |
D | sysfs.c | 214 char proportional[20]; in SHOW() local 228 bch_hprint(proportional, in SHOW() 240 "proportional:\t%s\n" in SHOW() 244 rate, dirty, target, proportional, in SHOW()
|
/Linux-v5.10/Documentation/driver-api/mmc/ |
D | mmc-async-req.rst | 28 The increase in throughput is proportional to the time it takes to
|
/Linux-v5.10/include/linux/ |
D | thermal.h | 260 * Proportional parameter of the PID controller when 266 * Proportional parameter of the PID controller when
|
/Linux-v5.10/arch/x86/kernel/ |
D | itmt.c | 181 * and call this function to set a priority proportional
|
/Linux-v5.10/drivers/macintosh/ |
D | windfarm_mpu.h | 49 fs32 pid_gp; /* 0x2c - PID proportional gain */
|
1234