Searched refs:bfqg (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/block/ ! |
D | bfq-cgroup.c | 138 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 …]
|
D | bfq-iosched.h | 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); 997 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg); 999 struct bfq_group *bfqg); 1002 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, 1004 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg); [all …]
|
D | bfq-wf2q.c | 152 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() 461 struct bfq_group *bfqg = NULL; in bfq_active_insert() local 476 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert() 477 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert() 482 if (bfqg != bfqd->root_group) in bfq_active_insert() [all …]
|
D | bfq-iosched.c | 2651 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument 2657 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues() 2658 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues() 2659 if (bfqg->async_idle_bfqq) in bfq_end_wr_async_queues() 2660 bfq_bfqq_end_wr(bfqg->async_idle_bfqq); in bfq_end_wr_async_queues() 5210 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() local 5212 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats() 5213 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats() 5214 bfqg_stats_update_io_remove(bfqg, rq->cmd_flags); in bfq_update_dispatch_stats() 5262 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() local [all …]
|