Lines Matching refs:bfqg
838 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
840 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
846 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
848 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op);
849 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op);
850 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
852 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
853 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg);
854 void bfqg_stats_update_idle_time(struct bfq_group *bfqg);
855 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg);
856 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg);
858 struct bfq_group *bfqg);
860 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg);
865 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
868 void bfqg_and_blkg_put(struct bfq_group *bfqg);
948 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ argument
950 bfqg_to_blkg(bfqg)->blkcg, fmt, ##args); \
959 #define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) argument