Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dcfq-iosched.c328 struct cfq_data { struct
329 struct request_queue *queue;
331 struct cfq_rb_root grp_service_tree;
332 struct cfq_group *root_group;
337 enum wl_class_t serving_wl_class;
338 enum wl_type_t serving_wl_type;
339 u64 workload_expires;
340 struct cfq_group *serving_group;
347 struct rb_root prio_trees[CFQ_PRIO_LISTS];
349 unsigned int busy_queues;
[all …]