Lines Matching refs:bfqg
960 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
963 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
970 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
972 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op);
973 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op);
974 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
976 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
977 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg);
978 void bfqg_stats_update_idle_time(struct bfq_group *bfqg);
979 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg);
980 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg);
982 struct bfq_group *bfqg);
984 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg);
988 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
991 void bfqg_and_blkg_put(struct bfq_group *bfqg);
1084 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ argument
1086 bfqg_to_blkg(bfqg)->blkcg, fmt, ##args); \
1100 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) argument