Lines Matching refs:bfqg
165 struct bfq_group *bfqg; in bfq_update_parent_budget() local
171 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
177 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
209 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local
214 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
228 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service()
479 struct bfq_group *bfqg = NULL; in bfq_active_insert() local
494 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert()
495 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
500 if (bfqg != bfqd->root_group) in bfq_active_insert()
501 bfqg->active_entities++; in bfq_active_insert()
581 struct bfq_group *bfqg = NULL; in bfq_active_extract() local
593 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_extract()
594 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract()
599 if (bfqg != bfqd->root_group) in bfq_active_extract()
600 bfqg->active_entities--; in bfq_active_extract()
731 struct bfq_group *bfqg; in __bfq_entity_update_weight_prio() local
739 bfqg = container_of(sd, struct bfq_group, sched_data); in __bfq_entity_update_weight_prio()
740 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio()
1007 struct bfq_group *bfqg = in __bfq_activate_entity() local
1009 struct bfq_data *bfqd = bfqg->bfqd; in __bfq_activate_entity()