Lines Matching refs:bfqg
168 struct bfq_group *bfqg; in bfq_update_parent_budget() local
174 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
180 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
212 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local
217 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
231 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service()
485 struct bfq_group *bfqg = NULL; in bfq_active_insert() local
500 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert()
501 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
506 if (bfqg != bfqd->root_group) in bfq_active_insert()
507 bfqg->active_entities++; in bfq_active_insert()
587 struct bfq_group *bfqg = NULL; in bfq_active_extract() local
599 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_extract()
600 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract()
605 if (bfqg != bfqd->root_group) in bfq_active_extract()
606 bfqg->active_entities--; in bfq_active_extract()
737 struct bfq_group *bfqg; in __bfq_entity_update_weight_prio() local
745 bfqg = container_of(sd, struct bfq_group, sched_data); in __bfq_entity_update_weight_prio()
746 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio()
1011 struct bfq_group *bfqg = in __bfq_activate_entity() local
1013 struct bfq_data *bfqd = bfqg->bfqd; in __bfq_activate_entity()