Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dbfq-cgroup.c325 kfree(bfqg); in bfqg_put()
331 bfqg_get(bfqg); in bfqg_and_blkg_get()
347 if (!bfqg) in bfqg_stats_update_legacy_io()
515 bfqg = kzalloc_node(sizeof(*bfqg), gfp, disk->node_id); in bfq_pd_alloc()
516 if (!bfqg) in bfq_pd_alloc()
520 kfree(bfqg); in bfq_pd_alloc()
612 return bfqg; in bfq_bio_bfqg()
1034 if (bfqg) in bfq_io_set_weight_legacy()
1074 bfq_group_set_weight(bfqg, bfqg->entity.weight, v); in bfq_io_set_device_weight()
1432 if (!bfqg) in bfq_create_group_hierarchy()
[all …]
H A Dbfq-iosched.h1068 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf);
1069 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf);
1072 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
1073 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg);
1075 struct bfq_group *bfqg);
1080 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg);
1081 void bfqg_stats_update_idle_time(struct bfq_group *bfqg);
1082 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg);
1085 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg);
1089 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg);
[all …]
H A 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()
235 if (bfqg != bfqg->bfqd->root_group) in bfq_dec_active_entities()
[all …]
H A Dbfq-iosched.c2645 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument
2652 if (bfqg->async_bfqq[i][j][k]) in bfq_end_wr_async_queues()
2654 if (bfqg->async_idle_bfqq[k]) in bfq_end_wr_async_queues()
5300 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats()
5301 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats()
5424 bfqg_and_blkg_put(bfqg); in bfq_put_queue()
5676 struct bfq_group *bfqg, in bfq_async_queue_prio() argument
5688 return &bfqg->async_idle_bfqq[act_idx]; in bfq_async_queue_prio()
5854 struct bfq_group *bfqg; in bfq_get_queue() local
5856 bfqg = bfq_bio_bfqg(bfqd, bio); in bfq_get_queue()
[all …]