Searched refs:bfqg (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/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 | 957 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 960 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 967 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, 969 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op); 970 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op); 971 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, 973 void bfqg_stats_update_dequeue(struct bfq_group *bfqg); 974 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg); 975 void bfqg_stats_update_idle_time(struct bfq_group *bfqg); 976 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg); [all …]
|
D | bfq-wf2q.c | 165 struct bfq_group *bfqg; in bfq_update_parent_budget() local 171 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget() 177 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget() 209 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local 214 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service() 228 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service() 479 struct bfq_group *bfqg = NULL; in bfq_active_insert() local 494 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert() 495 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert() 500 if (bfqg != bfqd->root_group) in bfq_active_insert() [all …]
|
D | bfq-iosched.c | 2368 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument 2374 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues() 2375 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues() 2376 if (bfqg->async_idle_bfqq) in bfq_end_wr_async_queues() 2377 bfq_bfqq_end_wr(bfqg->async_idle_bfqq); in bfq_end_wr_async_queues() 4779 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() local 4781 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats() 4782 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats() 4783 bfqg_stats_update_io_remove(bfqg, rq->cmd_flags); in bfq_update_dispatch_stats() 4830 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() local [all …]
|