child_entity      809 block/bfq-cgroup.c 	struct bfq_entity *child_entity = entity;
child_entity      811 block/bfq-cgroup.c 	while (child_entity->my_sched_data) { /* leaf not reached yet */
child_entity      812 block/bfq-cgroup.c 		struct bfq_sched_data *child_sd = child_entity->my_sched_data;
child_entity      817 block/bfq-cgroup.c 		child_entity = bfq_entity_of(rb_first(child_active));
child_entity      819 block/bfq-cgroup.c 		if (!child_entity)
child_entity      820 block/bfq-cgroup.c 			child_entity = child_sd->in_service_entity;
child_entity      823 block/bfq-cgroup.c 	bfqq = bfq_entity_to_bfqq(child_entity);