Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.c832 bfqq->weight_counter && in bfq_asymmetric_scenario()
833 bfqq->weight_counter == in bfq_asymmetric_scenario()
892 if (bfqq->weight_counter) in bfq_weights_tree_add()
902 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
913 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), in bfq_weights_tree_add()
928 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
931 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
932 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
933 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()
937 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
[all …]
Dbfq-iosched.h280 struct bfq_weight_counter *weight_counter; member