Home
last modified time | relevance | path

Searched defs:cfq_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/block/
Dcfq-iosched.c228 struct cfq_data { struct
229 struct request_queue *queue;
231 struct cfq_rb_root grp_service_tree;
232 struct cfq_group root_group;
237 enum wl_prio_t serving_prio;
238 enum wl_type_t serving_type;
239 unsigned long workload_expires;
240 struct cfq_group *serving_group;
247 struct rb_root prio_trees[CFQ_PRIO_LISTS];
249 unsigned int busy_queues;
[all …]