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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c84 struct cfq_rb_root { struct
92 #define CFQ_RB_ROOT (struct cfq_rb_root) { .rb = RB_ROOT, .left = NULL, \
147 struct cfq_rb_root *service_tree;
191 * Counts are embedded in the cfq_rb_root
193 struct cfq_rb_root service_trees[2][3];
194 struct cfq_rb_root service_tree_idle;
214 struct cfq_rb_root grp_service_tree;
300 static struct cfq_rb_root *service_tree_for(struct cfq_group *cfqg,
552 static void update_min_vdisktime(struct cfq_rb_root *st)
594 struct cfq_rb_root *s
[all...]

Completed in 47 milliseconds