Lines Matching defs:cfq_group
216 struct cfq_group { struct
218 struct blkg_policy_data pd;
221 struct rb_node rb_node;
224 u64 vdisktime;
235 int nr_active;
236 unsigned int children_weight;
248 unsigned int vfraction;
256 unsigned int weight;
257 unsigned int new_weight;
258 unsigned int dev_weight;
260 unsigned int leaf_weight;
261 unsigned int new_leaf_weight;
262 unsigned int dev_leaf_weight;
265 int nr_cfqq;
273 unsigned int busy_queues_avg[CFQ_PRIO_NR];
282 struct cfq_rb_root service_trees[2][3];
283 struct cfq_rb_root service_tree_idle;
285 unsigned long saved_wl_slice;
286 enum wl_type_t saved_wl_type;
287 enum wl_class_t saved_wl_class;
313 struct cfq_group *root_group; argument