Lines Matching refs:ref_wr_duration
274 * duration = (ref_rate / r) * ref_wr_duration,
276 * ref_wr_duration are two reference parameters. In particular,
278 * below), and ref_wr_duration is about the maximum time needed, with
281 * max_service_from_wr below, for more details on how ref_wr_duration
287 * BFQ uses two different reference pairs (ref_rate, ref_wr_duration),
290 * In the following definitions, ref_rate[0] and ref_wr_duration[0]
292 * ref_rate[1] and ref_wr_duration[1] are the reference values for a
310 static int ref_wr_duration[2];
3048 * bfq_calc_max_budget(), and on the ref_wr_duration array.
6536 ref_wr_duration[blk_queue_nonrot(bfqd->queue)];
6855 ref_wr_duration[0] = msecs_to_jiffies(7000); /* actually 8 sec */
6856 ref_wr_duration[1] = msecs_to_jiffies(2500); /* actually 3 sec */