Lines Matching defs:tree
40 * struct bfq_service_tree - per ioprio_class service tree.
42 * Each service tree represents a B-WF2Q+ scheduler on its own. Each
48 /* tree for active entities (i.e., those backlogged) */
50 /* tree for idle entities (i.e., not backlogged, with V < F_i)*/
113 * Weights tree member (see bfq_data's @queue_weights_tree)
150 * Flag, true if the entity is on a tree (either the active or
158 /* tree the entity is enqueued into; %NULL if not on a tree */
159 struct rb_root *tree;
253 /* request-position tree member (see bfq_group's @rq_pos_tree) */
255 /* request-position tree root (see bfq_group's @rq_pos_tree) */
457 * the same weight. The tree contains one counter for each
832 /* how many times this group has been removed from service tree */