Home
last modified time | relevance | path

Searched refs:queue_weights_tree (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/block/
Dbfq-iosched.h424 struct rb_root queue_weights_tree; member
Dbfq-wf2q.c797 root = bfqq ? &bfqd->queue_weights_tree : in __bfq_entity_update_weight_prio()
1689 &bfqd->queue_weights_tree); in bfq_add_bfqq_busy()
Dbfq-iosched.c635 return (!RB_EMPTY_ROOT(&bfqd->queue_weights_tree) && in bfq_differentiated_weights()
636 (bfqd->queue_weights_tree.rb_node->rb_left || in bfq_differentiated_weights()
637 bfqd->queue_weights_tree.rb_node->rb_right) in bfq_differentiated_weights()
787 &bfqd->queue_weights_tree); in bfq_weights_tree_remove()
5332 bfqd->queue_weights_tree = RB_ROOT; in bfq_init_queue()