Home
last modified time | relevance | path

Searched refs:proportional (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt101 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
Dsysfs-api.txt331 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/
Dwriteback.c35 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()
Dsysfs.c139 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/
Damc682162 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/
DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt8 converter (ADC) produces an output value that is proportional
/linux-4.4.14/Documentation/mmc/
Dmmc-async-req.txt20 The increase in throughput is proportional to the time it takes to
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt179 do deadline inheritance (since priority is inversely proportional to the
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt6 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/
DKconfig265 tiled an amount proportional to the weights specified. The table
/linux-4.4.14/Documentation/filesystems/
Dproc.txt442 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/
DHOWTO524 proportional to the size of the patch, or something).
DCodingStyle353 The maximum length of a function is inversely proportional to the
/linux-4.4.14/init/
DKconfig1129 control disk bandwidth allocation (proportional time slice allocation)
1135 enabling proportional weight division of disk bandwidth in CFQ, set