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

/linux-master/block/
H A Dbfq-iosched.h119 * Weights tree member (see bfq_data's @queue_weights_tree)
529 struct rb_root_cached queue_weights_tree; member in struct:bfq_data
H A Dbfq-iosched.c861 rb_first_cached(&bfqd->queue_weights_tree),
866 * For queue weights to differ, queue_weights_tree must contain
870 !RB_EMPTY_ROOT(&bfqd->queue_weights_tree.rb_root) &&
871 (bfqd->queue_weights_tree.rb_root.rb_node->rb_left ||
872 bfqd->queue_weights_tree.rb_root.rb_node->rb_right);
901 struct rb_root_cached *root = &bfqq->bfqd->queue_weights_tree;
980 root = &bfqq->bfqd->queue_weights_tree;
7279 bfqd->queue_weights_tree = RB_ROOT_CACHED;

Completed in 231 milliseconds