Home
last modified time | relevance | path

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

/Linux-v5.15/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.h979 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
982 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg);
989 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq,
991 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op);
992 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op);
993 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns,
995 void bfqg_stats_update_dequeue(struct bfq_group *bfqg);
996 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg);
997 void bfqg_stats_update_idle_time(struct bfq_group *bfqg);
998 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg);
[all …]
Dbfq-wf2q.c162 struct bfq_group *bfqg; in bfq_update_parent_budget() local
168 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget()
174 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
206 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local
211 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service()
225 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service()
476 struct bfq_group *bfqg = NULL; in bfq_active_insert() local
491 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert()
492 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert()
497 if (bfqg != bfqd->root_group) in bfq_active_insert()
[all …]
Dbfq-iosched.c2506 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument
2512 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues()
2513 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues()
2514 if (bfqg->async_idle_bfqq) in bfq_end_wr_async_queues()
2515 bfq_bfqq_end_wr(bfqg->async_idle_bfqq); in bfq_end_wr_async_queues()
5044 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() local
5046 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats()
5047 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats()
5048 bfqg_stats_update_io_remove(bfqg, rq->cmd_flags); in bfq_update_dispatch_stats()
5095 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() local
[all …]