Searched refs:bfq_group (Results 1 – 4 of 4) sorted by relevance
/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() 72 struct bfq_group *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() 104 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time() 123 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) 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() 145 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) in bfqg_stats_update_avg_queue_size() 161 static struct bfq_group *pd_to_bfqg(struct blkg_policy_data *pd) in pd_to_bfqg() 163 return pd ? container_of(pd, struct bfq_group, pd) : NULL; in pd_to_bfqg() 166 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg) in bfqg_to_blkg() [all …]
|
D | bfq-iosched.h | 204 struct bfq_group; 412 struct bfq_group *root_group; 770 struct bfq_group { struct 798 struct bfq_group { argument 828 void bfq_end_wr_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 830 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); 836 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, 838 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op); 839 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op); 840 void bfqg_stats_update_completion(struct bfq_group *bfqg, uint64_t start_time, [all …]
|
D | bfq-wf2q.c | 147 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 154 return container_of(group_entity, struct bfq_group, entity); in bfq_bfqq_to_bfqg() 164 struct bfq_group *bfqg; in bfq_update_parent_budget() 170 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget() 208 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() 213 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service() 235 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 481 struct bfq_group *bfqg = NULL; in bfq_active_insert() 496 bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_active_insert() 586 struct bfq_group *bfqg = NULL; in bfq_active_extract() [all …]
|
D | bfq-iosched.c | 1754 struct bfq_group *bfqg) in bfq_end_wr_async_queues() 3696 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() 3921 struct bfq_group *bfqg, in bfq_async_queue_prio() 3947 struct bfq_group *bfqg; in bfq_get_queue() 4629 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_put_async_queues() 4666 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group()
|