Lines Matching refs:bfqg
152 struct bfq_group *bfqg; in bfq_update_parent_budget() local
158 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
164 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
196 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local
201 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
215 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service()
461 struct bfq_group *bfqg = NULL; in bfq_active_insert() local
476 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert()
477 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
482 if (bfqg != bfqd->root_group) in bfq_active_insert()
483 bfqg->active_entities++; in bfq_active_insert()
563 struct bfq_group *bfqg = NULL; in bfq_active_extract() local
575 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_extract()
576 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_extract()
581 if (bfqg != bfqd->root_group) in bfq_active_extract()
582 bfqg->active_entities--; in bfq_active_extract()
713 struct bfq_group *bfqg; in __bfq_entity_update_weight_prio() local
721 bfqg = container_of(sd, struct bfq_group, sched_data); in __bfq_entity_update_weight_prio()
722 bfqd = (struct bfq_data *)bfqg->bfqd; in __bfq_entity_update_weight_prio()
989 struct bfq_group *bfqg = in __bfq_activate_entity() local
991 struct bfq_data *bfqd = bfqg->bfqd; in __bfq_activate_entity()