Lines Matching refs:bfq_group
148 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq)
155 return container_of(group_entity, struct bfq_group, entity);
165 struct bfq_group *bfqg;
171 bfqg = container_of(group_sd, struct bfq_group, sched_data);
173 * bfq_group's my_entity field is not NULL only if the group
209 struct bfq_group *bfqg;
214 bfqg = container_of(entity, struct bfq_group, entity);
236 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq)
479 struct bfq_group *bfqg = NULL;
494 bfqg = container_of(sd, struct bfq_group, sched_data);
581 struct bfq_group *bfqg = NULL;
593 bfqg = container_of(sd, struct bfq_group, sched_data);
731 struct bfq_group *bfqg;
739 bfqg = container_of(sd, struct bfq_group, sched_data);
1006 if (!bfq_entity_to_bfqq(entity)) { /* bfq_group */
1007 struct bfq_group *bfqg =
1008 container_of(entity, struct bfq_group, entity);