Searched defs:cfq_group (Results 1 – 1 of 1) sorted by relevance
175 struct cfq_group { struct177 struct rb_node rb_node;180 u64 vdisktime;181 unsigned int weight;182 unsigned int new_weight;183 bool needs_update;186 int nr_cfqq;194 unsigned int busy_queues_avg[CFQ_PRIO_NR];203 struct cfq_rb_root service_trees[2][3];204 struct cfq_rb_root service_tree_idle;[all …]