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

/linux-master/block/
H A Dbfq-iosched.c858 bfqq->weight_counter &&
859 bfqq->weight_counter ==
918 if (bfqq->weight_counter)
928 bfqq->weight_counter = __counter;
939 bfqq->weight_counter = kzalloc(sizeof(struct bfq_weight_counter),
952 * if !bfqq->weight_counter.
954 if (unlikely(!bfqq->weight_counter))
957 bfqq->weight_counter->weight = entity->weight;
958 rb_link_node(&bfqq->weight_counter->weights_node, parent, new);
959 rb_insert_color_cached(&bfqq->weight_counter
[all...]
H A Dbfq-iosched.h291 struct bfq_weight_counter *weight_counter; member in struct:bfq_queue

Completed in 214 milliseconds