Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbfq-iosched.h530 struct rb_root_cached queue_weights_tree; member
A Dbfq-iosched.c860 rb_first_cached(&bfqd->queue_weights_tree), in bfq_asymmetric_scenario()
869 !RB_EMPTY_ROOT(&bfqd->queue_weights_tree.rb_root) && in bfq_asymmetric_scenario()
870 (bfqd->queue_weights_tree.rb_root.rb_node->rb_left || in bfq_asymmetric_scenario()
871 bfqd->queue_weights_tree.rb_root.rb_node->rb_right); in bfq_asymmetric_scenario()
900 struct rb_root_cached *root = &bfqq->bfqd->queue_weights_tree; in bfq_weights_tree_add()
979 root = &bfqq->bfqd->queue_weights_tree; in bfq_weights_tree_remove()
7269 bfqd->queue_weights_tree = RB_ROOT_CACHED; in bfq_init_queue()

Completed in 21 milliseconds