Home
last modified time | relevance | path

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

/linux-6.1.9/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()
139 struct bfq_group *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()
171 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time()
190 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) 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()
212 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) in bfqg_stats_update_avg_queue_size()
222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add()
231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_remove()
236 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_merged()
[all …]
Dbfq-iosched.h207 struct bfq_group;
482 struct bfq_group *root_group;
919 struct bfq_group { struct
949 struct bfq_group { argument
982 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
985 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
992 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf);
993 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, blk_opf_t opf);
994 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
996 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
[all …]
Dbfq-wf2q.c152 struct bfq_group *bfqg; in bfq_update_parent_budget()
158 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
196 struct bfq_group *bfqg; in bfq_no_longer_next_in_service()
201 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
461 struct bfq_group *bfqg = NULL; in bfq_active_insert()
476 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert()
563 struct bfq_group *bfqg = NULL; in bfq_active_extract()
575 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_extract()
713 struct bfq_group *bfqg; in __bfq_entity_update_weight_prio()
721 bfqg = container_of(sd, struct bfq_group, sched_data); in __bfq_entity_update_weight_prio()
[all …]
Dbfq-iosched.c2651 struct bfq_group *bfqg) in bfq_end_wr_async_queues()
5210 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats()
5262 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue()
5571 struct bfq_group *bfqg, in bfq_async_queue_prio()
5744 struct bfq_group *bfqg; in bfq_get_queue()
6964 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_put_async_queues()
7063 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group()