Searched refs:bfqg (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/block/ |
D | bfq-cgroup.c | 71 static void bfqg_stats_set_start_group_wait_time(struct bfq_group *bfqg, in bfqg_stats_set_start_group_wait_time() argument 74 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time() 78 if (bfqg == curr_bfqg) in bfqg_stats_set_start_group_wait_time() 99 void bfqg_stats_update_dequeue(struct bfq_group *bfqg) in bfqg_stats_update_dequeue() argument 101 blkg_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue() 104 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time() argument 106 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time() 123 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) in bfqg_stats_update_idle_time() argument 125 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time() 137 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg) in bfqg_stats_set_start_idle_time() argument [all …]
|
D | bfq-iosched.h | 909 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 911 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 917 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, 919 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op); 920 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op); 921 void bfqg_stats_update_completion(struct bfq_group *bfqg, u64 start_time_ns, 923 void bfqg_stats_update_dequeue(struct bfq_group *bfqg); 924 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg); 925 void bfqg_stats_update_idle_time(struct bfq_group *bfqg); 926 void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg); [all …]
|
D | bfq-wf2q.c | 168 struct bfq_group *bfqg; in bfq_update_parent_budget() local 174 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget() 180 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget() 212 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() local 217 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service() 231 if (bfqg->active_entities == 1) in bfq_no_longer_next_in_service() 485 struct bfq_group *bfqg = NULL; in bfq_active_insert() local 500 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert() 501 bfqd = (struct bfq_data *)bfqg->bfqd; in bfq_active_insert() 506 if (bfqg != bfqd->root_group) in bfq_active_insert() [all …]
|
D | bfq-iosched.c | 2001 struct bfq_group *bfqg) in bfq_end_wr_async_queues() argument 2007 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues() 2008 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues() 2009 if (bfqg->async_idle_bfqq) in bfq_end_wr_async_queues() 2010 bfq_bfqq_end_wr(bfqg->async_idle_bfqq); in bfq_end_wr_async_queues() 4117 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() local 4119 bfqg_stats_update_avg_queue_size(bfqg); in bfq_update_dispatch_stats() 4120 bfqg_stats_set_start_empty_time(bfqg); in bfq_update_dispatch_stats() 4121 bfqg_stats_update_io_remove(bfqg, rq->cmd_flags); in bfq_update_dispatch_stats() 4168 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() local [all …]
|