Lines Matching defs:cfq_data
321 struct cfq_data { struct
322 struct request_queue *queue;
324 struct cfq_rb_root grp_service_tree;
325 struct cfq_group *root_group;
330 enum wl_class_t serving_wl_class;
331 enum wl_type_t serving_wl_type;
332 unsigned long workload_expires;
333 struct cfq_group *serving_group;
340 struct rb_root prio_trees[CFQ_PRIO_LISTS];
342 unsigned int busy_queues;
343 unsigned int busy_sync_queues;
345 int rq_in_driver;
346 int rq_in_flight[2];
351 int rq_queued;
352 int hw_tag;
359 int hw_tag_est_depth;
360 unsigned int hw_tag_samples;
365 struct timer_list idle_slice_timer;
366 struct work_struct unplug_work;
368 struct cfq_queue *active_queue;
369 struct cfq_io_cq *active_cic;
371 sector_t last_position;
395 static struct cfq_group *cfq_get_next_cfqg(struct cfq_data *cfqd); argument