Searched refs:ref_wr_duration (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 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]; variable 3048 * bfq_calc_max_budget(), and on the ref_wr_duration array. 6536 ref_wr_duration[blk_queue_nonro in bfq_init_queue() [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 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]; variable 3421 * bfq_calc_max_budget(), and on the ref_wr_duration array. 7326 ref_wr_duration[blk_queue_nonro in bfq_init_queue() [all...] |
Completed in 18 milliseconds