Lines Matching defs:cfq_group
224 struct cfq_group { struct
226 struct blkg_policy_data pd;
229 struct rb_node rb_node;
232 u64 vdisktime;
243 int nr_active;
244 unsigned int children_weight;
256 unsigned int vfraction;
264 unsigned int weight;
265 unsigned int new_weight;
266 unsigned int dev_weight;
268 unsigned int leaf_weight;
269 unsigned int new_leaf_weight;
270 unsigned int dev_leaf_weight;
273 int nr_cfqq;
281 unsigned int busy_queues_avg[CFQ_PRIO_NR];
290 struct cfq_rb_root service_trees[2][3];
291 struct cfq_rb_root service_tree_idle;
293 unsigned long saved_wl_slice;
294 enum wl_type_t saved_wl_type;
295 enum wl_class_t saved_wl_class;
298 int dispatched;
299 struct cfq_ttime ttime;
323 /* Root service tree for cfq_groups */ argument
325 struct cfq_group *root_group; argument