Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dbfq-iosched.c869 bfqq->weight_counter && in bfq_asymmetric_scenario()
870 bfqq->weight_counter == in bfq_asymmetric_scenario()
929 if (bfqq->weight_counter) in bfq_weights_tree_add()
939 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
965 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
974 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
988 if (!bfqq->weight_counter) in bfq_weights_tree_remove()
992 bfqq->weight_counter->num_active--; in bfq_weights_tree_remove()
993 if (bfqq->weight_counter->num_active > 0) in bfq_weights_tree_remove()
997 kfree(bfqq->weight_counter); in bfq_weights_tree_remove()
[all …]
H A Dbfq-iosched.h291 struct bfq_weight_counter *weight_counter; member