Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbfq-iosched.c857 bfqq->weight_counter && in bfq_asymmetric_scenario()
858 bfqq->weight_counter == in bfq_asymmetric_scenario()
917 if (bfqq->weight_counter) in bfq_weights_tree_add()
927 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
953 if (unlikely(!bfqq->weight_counter)) in bfq_weights_tree_add()
962 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
976 if (!bfqq->weight_counter) in bfq_weights_tree_remove()
980 bfqq->weight_counter->num_active--; in bfq_weights_tree_remove()
981 if (bfqq->weight_counter->num_active > 0) in bfq_weights_tree_remove()
985 kfree(bfqq->weight_counter); in bfq_weights_tree_remove()
[all …]
A Dbfq-iosched.h292 struct bfq_weight_counter *weight_counter; member

Completed in 35 milliseconds