Home
last modified time | relevance | path

Searched refs:weight_counter (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/block/
Dbfq-iosched.c721 bfqq->weight_counter && in bfq_asymmetric_scenario()
722 bfqq->weight_counter == in bfq_asymmetric_scenario()
781 if (bfqq->weight_counter) in bfq_weights_tree_add()
791 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
802 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), in bfq_weights_tree_add()
817 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
820 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
821 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
822 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()
826 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
[all …]
Dbfq-iosched.h280 struct bfq_weight_counter *weight_counter; member