Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-iosched.c838 bfqq->weight_counter && in bfq_asymmetric_scenario()
839 bfqq->weight_counter == in bfq_asymmetric_scenario()
898 if (bfqq->weight_counter) in bfq_weights_tree_add()
908 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
919 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), in bfq_weights_tree_add()
934 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
937 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
938 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
939 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()
943 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
[all …]
Dbfq-iosched.h280 struct bfq_weight_counter *weight_counter; member