Lines Matching refs:bfq_group

128  * cgroup hierarchy) or a bfq_group into the upper level scheduler.  Each
216 struct bfq_group;
271 /* request-position tree member (see bfq_group's @rq_pos_tree) */
273 /* request-position tree root (see bfq_group's @rq_pos_tree) */
518 /* root bfq_group for the device */
519 struct bfq_group *root_group;
961 * @weight: weight of the bfq_group
971 * struct bfq_group - per (device, cgroup) data structure.
993 * Each (device, cgroup) pair has its own bfq_group, i.e., for each cgroup
1002 struct bfq_group {
1031 struct bfq_group {
1061 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
1064 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
1071 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf);
1072 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf);
1073 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
1075 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
1076 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg);
1078 struct bfq_group *bfqg);
1081 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
1083 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg);
1084 void bfqg_stats_update_idle_time(struct bfq_group *bfqg);
1085 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg);
1088 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg);
1091 struct bfq_group *bfq_bio_bfqg(struct bfq_data *bfqd, struct bio *bio);
1092 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
1093 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
1094 struct bfq_group *bfq_create_group_hierarchy(struct bfq_data *bfqd, int node);
1095 void bfqg_and_blkg_put(struct bfq_group *bfqg);
1177 struct bfq_group *bfqq_group(struct bfq_queue *bfqq);