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

/linux-master/block/
H A Dbfq-cgroup.c878 struct bfq_entity *child_entity = entity; local
880 while (child_entity->my_sched_data) { /* leaf not reached yet */
881 struct bfq_sched_data *child_sd = child_entity->my_sched_data;
886 child_entity = bfq_entity_of(rb_first(child_active));
888 if (!child_entity)
889 child_entity = child_sd->in_service_entity;
892 bfqq = bfq_entity_to_bfqq(child_entity);

Completed in 115 milliseconds