Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-wf2q.c774 root = &bfqd->queue_weights_tree; in __bfq_entity_update_weight_prio()
1692 &bfqd->queue_weights_tree); in bfq_add_bfqq_busy()
Dbfq-iosched.h492 struct rb_root_cached queue_weights_tree; member
Dbfq-iosched.c835 rb_first_cached(&bfqd->queue_weights_tree), in bfq_asymmetric_scenario()
844 !RB_EMPTY_ROOT(&bfqd->queue_weights_tree.rb_root) && in bfq_asymmetric_scenario()
845 (bfqd->queue_weights_tree.rb_root.rb_node->rb_left || in bfq_asymmetric_scenario()
846 bfqd->queue_weights_tree.rb_root.rb_node->rb_right); in bfq_asymmetric_scenario()
1016 &bfqd->queue_weights_tree); in bfq_weights_tree_remove()
7119 bfqd->queue_weights_tree = RB_ROOT_CACHED; in bfq_init_queue()