Home
last modified time | relevance | path

Searched refs:weight_counter (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c689 bfqq->weight_counter && in bfq_asymmetric_scenario()
690 bfqq->weight_counter == in bfq_asymmetric_scenario()
749 if (bfqq->weight_counter) in bfq_weights_tree_add()
759 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
770 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), in bfq_weights_tree_add()
783 * if !bfqq->weight_counter. in bfq_weights_tree_add()
785 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
788 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
789 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
790 rb_insert_color_cached(&bfqq->weight_counter in bfq_weights_tree_add()
[all...]
H A Dbfq-iosched.h275 struct bfq_weight_counter *weight_counter; member
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c858 bfqq->weight_counter && in bfq_asymmetric_scenario()
859 bfqq->weight_counter == in bfq_asymmetric_scenario()
918 if (bfqq->weight_counter) in bfq_weights_tree_add()
928 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
939 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), in bfq_weights_tree_add()
952 * if !bfqq->weight_counter. in bfq_weights_tree_add()
954 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
957 bfqq->weight_counter->weight = entity->weight; in bfq_weights_tree_add()
958 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
959 rb_insert_color_cached(&bfqq->weight_counter in bfq_weights_tree_add()
[all...]
H A Dbfq-iosched.h291 struct bfq_weight_counter *weight_counter; member

Completed in 10 milliseconds