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