Home
last modified time | relevance | path

Searched refs:bfqg (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/block/
Dbfq-cgroup.c138 static void bfqg_stats_set_start_group_wait_time(struct bfq_group *bfqg, in bfqg_stats_set_start_group_wait_time() argument
141 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time()
145 if (bfqg == curr_bfqg) in bfqg_stats_set_start_group_wait_time()
166 void bfqg_stats_update_dequeue(struct bfq_group *bfqg) in bfqg_stats_update_dequeue() argument
168 bfq_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue()
171 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time() argument
173 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time()
190 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) in bfqg_stats_update_idle_time() argument
192 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time()
204 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg) in bfqg_stats_set_start_idle_time() argument
[all …]
Dbfq-iosched.h1061 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);
[all …]
Dbfq-wf2q.c152 struct bfq_group *bfqg; in bfq_update_parent_budget() local
158 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
164 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
196 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local
201 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
215 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service()
224 struct bfq_group *bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_inc_active_entities() local
226 if (bfqg != bfqg->bfqd->root_group) in bfq_inc_active_entities()
227 bfqg->active_entities++; in bfq_inc_active_entities()
233 struct bfq_group *bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_dec_active_entities() local
[all …]
Dbfq-iosched.c2634 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument
2641 if (bfqg->async_bfqq[i][j][k]) in bfq_end_wr_async_queues()
2642 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j][k]); in bfq_end_wr_async_queues()
2643 if (bfqg->async_idle_bfqq[k]) in bfq_end_wr_async_queues()
2644 bfq_bfqq_end_wr(bfqg->async_idle_bfqq[k]); in bfq_end_wr_async_queues()
5285 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() local
5287 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats()
5288 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats()
5289 bfqg_stats_update_io_remove(bfqg, rq->cmd_flags); in bfq_update_dispatch_stats()
5337 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() local
[all …]