Home
last modified time | relevance | path

Searched refs:cfq_rb_root (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/block/
Dcfq-iosched.c95 struct cfq_rb_root { struct
102 #define CFQ_RB_ROOT (struct cfq_rb_root) { .rb = RB_ROOT_CACHED, \ argument
158 struct cfq_rb_root *service_tree;
297 struct cfq_rb_root service_trees[2][3];
298 struct cfq_rb_root service_tree_idle;
331 struct cfq_rb_root grp_service_tree;
405 static struct cfq_rb_root *st_for(struct cfq_group *cfqg, in st_for()
986 static void update_min_vdisktime(struct cfq_rb_root *st) in update_min_vdisktime()
1172 static struct cfq_queue *cfq_rb_first(struct cfq_rb_root *root) in cfq_rb_first()
1181 static struct cfq_group *cfq_rb_first_group(struct cfq_rb_root *root) in cfq_rb_first_group()
[all …]