Searched defs:cfq_data (Results 1 – 1 of 1) sorted by relevance
309 struct cfq_data { struct310 struct request_queue *queue;312 struct cfq_rb_root grp_service_tree;313 struct cfq_group *root_group;318 enum wl_class_t serving_wl_class;319 enum wl_type_t serving_wl_type;320 unsigned long workload_expires;321 struct cfq_group *serving_group;328 struct rb_root prio_trees[CFQ_PRIO_LISTS];330 unsigned int busy_queues;[all …]