Lines Matching refs:weight
718 if (entity->weight == __counter->weight) { in bfq_weights_tree_add()
722 if (entity->weight < __counter->weight) in bfq_weights_tree_add()
747 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
2453 timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; in bfq_set_budget_timeout()
2608 u32 rate, weight, divisor; in bfq_update_rate_reset() local
2673 weight = (9 * bfqd->sequential_samples) / bfqd->peak_rate_samples; in bfq_update_rate_reset()
2679 weight = min_t(u32, 8, in bfq_update_rate_reset()
2680 div_u64(weight * bfqd->delta_from_first, in bfq_update_rate_reset()
2687 divisor = 10 - weight; in bfq_update_rate_reset()
3888 bfqq->entity.weight, bfqq->entity.orig_weight); in bfq_update_wr_data()
3926 if ((entity->weight > entity->orig_weight) != (bfqq->wr_coeff > 1)) in bfq_update_wr_data()