Home
last modified time | relevance | path

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

/block/
Dcfq-iosched.c89 struct cfq_rb_root { struct
96 #define CFQ_RB_ROOT (struct cfq_rb_root) { .rb = RB_ROOT, \ argument
151 struct cfq_rb_root *service_tree;
290 struct cfq_rb_root service_trees[2][3];
291 struct cfq_rb_root service_tree_idle;
324 struct cfq_rb_root grp_service_tree;
398 static struct cfq_rb_root *st_for(struct cfq_group *cfqg, in st_for()
978 static void update_min_vdisktime(struct cfq_rb_root *st) in update_min_vdisktime()
1165 static struct cfq_queue *cfq_rb_first(struct cfq_rb_root *root) in cfq_rb_first()
1180 static struct cfq_group *cfq_rb_first_group(struct cfq_rb_root *root) in cfq_rb_first_group()
[all …]