Searched refs:proportional (Results 1 – 3 of 3) sorted by relevance
36 int64_t proportional = dirty - target; in __update_writeback_rate() local43 proportional *= dc->writeback_rate_update_seconds; in __update_writeback_rate()44 proportional = div_s64(proportional, dc->writeback_rate_p_term_inverse); in __update_writeback_rate()55 change = proportional + derivative; in __update_writeback_rate()67 dc->writeback_rate_proportional = proportional; in __update_writeback_rate()
139 char proportional[20]; in SHOW() local147 bch_hprint(proportional,dc->writeback_rate_proportional << 9); in SHOW()162 rate, dirty, target, proportional, in SHOW()
235 by the scheduler. It sets the CPU frequency to be proportional to238 proportional to the maximum available frequency. If that is not the239 case, it is proportional to the current frequency of the CPU. The