Searched refs:proportional (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 101 thermal governor allows the configuration of two proportional term 102 constants: `k_po` and `k_pu`. `k_po` is the proportional term 105 proportional term constant during temperature undershoot periods 120 proportional term will be 2 * `sustainable_power`. The default value 125 Focusing on the proportional and feed forward values of the PID 130 The proportional term is proportional to the difference between the 132 is the desired one, then the proportional component is zero and 153 Therefore, the proportional term alone linearly decreases power from
|
D | sysfs-api.txt | 331 The proportional term of the power allocator governor's PID 339 The proportional term of the power allocator governor's PID
|
/linux-4.4.14/drivers/md/bcache/ |
D | writeback.c | 35 int64_t proportional = dirty - target; in __update_writeback_rate() local 42 proportional *= dc->writeback_rate_update_seconds; in __update_writeback_rate() 43 proportional = div_s64(proportional, dc->writeback_rate_p_term_inverse); in __update_writeback_rate() 54 change = proportional + derivative; in __update_writeback_rate() 66 dc->writeback_rate_proportional = proportional; in __update_writeback_rate()
|
D | sysfs.c | 139 char proportional[20]; in SHOW() local 147 bch_hprint(proportional,dc->writeback_rate_proportional << 9); in SHOW() 162 rate, dirty, target, proportional, in SHOW()
|
/linux-4.4.14/Documentation/hwmon/ |
D | amc6821 | 62 temp1_auto_point2_temp rw The low-temperature limit of the proportional 79 temp2_auto_point2_temp rw The low-temperature limit of the proportional
|
/linux-4.4.14/tools/thermal/tmon/ |
D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 8 converter (ADC) produces an output value that is proportional
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 20 The increase in throughput is proportional to the time it takes to
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 179 do deadline inheritance (since priority is inversely proportional to the
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 6 a need of various kinds of IO control policies (like proportional BW, max BW) 11 Currently two IO control policies are implemented. First one is proportional
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 265 tiled an amount proportional to the weights specified. The table
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 442 process' proportional share of this mapping (PSS), the number of clean and 445 The "proportional set size" (PSS) of a process is the count of pages it has 462 "SwapPss" shows proportional swap share of this mapping.
|
/linux-4.4.14/Documentation/ |
D | HOWTO | 524 proportional to the size of the patch, or something).
|
D | CodingStyle | 353 The maximum length of a function is inversely proportional to the
|
/linux-4.4.14/init/ |
D | Kconfig | 1129 control disk bandwidth allocation (proportional time slice allocation) 1135 enabling proportional weight division of disk bandwidth in CFQ, set
|