Searched refs:weight_counter (Results 1 – 2 of 2) sorted by relevance
860 bfqq->weight_counter && in bfq_asymmetric_scenario() 861 bfqq->weight_counter == in bfq_asymmetric_scenario() 920 if (bfqq->weight_counter) in bfq_weights_tree_add() 930 bfqq->weight_counter = __counter; in bfq_weights_tree_add() 941 bfqq->weight_counter = kzalloc_obj(struct bfq_weight_counter, in bfq_weights_tree_add() 954 * if !bfqq->weight_counter. in bfq_weights_tree_add() 956 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add() 959 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add() 960 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add() 961 rb_insert_color_cached(&bfqq->weight_counter in bfq_weights_tree_add() [all...]
291 struct bfq_weight_counter *weight_counter; member