Searched defs:cfq_data (Results 1 – 1 of 1) sorted by relevance
321 struct cfq_data { struct322 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;[all …]