Searched refs:bfq_group (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/block/ |
A D | bfq-cgroup.c | 296 static struct bfq_group *bfqg_parent(struct bfq_group *bfqg) in bfqg_parent() 401 struct bfq_group *parent; in bfqg_stats_xfer_dead() 519 struct bfq_group *bfqg; in bfq_pd_alloc() 573 struct bfq_group *parent) in bfq_group_set_parent() 584 struct bfq_group *parent; in bfq_link_bfqg() 595 struct bfq_group, entity); in bfq_link_bfqg() 608 struct bfq_group *bfqg; in bfq_bio_bfqg() 642 struct bfq_group *bfqg) in bfq_bfqq_move() 766 struct bfq_group *bfqg) in __bfq_bic_change_cgroup() 1111 struct bfq_group *bfqg; in bfq_io_set_device_weight() [all …]
|
A D | bfq-iosched.h | 217 struct bfq_group; 520 struct bfq_group *root_group; 1003 struct bfq_group { struct 1032 struct bfq_group { argument 1076 void bfqg_stats_update_dequeue(struct bfq_group *bfqg); 1079 struct bfq_group *bfqg); 1085 void bfqg_stats_update_idle_time(struct bfq_group *bfqg); 1093 struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg); 1094 struct bfq_group *bfqq_group(struct bfq_queue *bfqq); 1096 void bfqg_and_blkg_put(struct bfq_group *bfqg); [all …]
|
A D | bfq-wf2q.c | 152 struct bfq_group *bfqg; in bfq_update_parent_budget() 158 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget() 196 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() 201 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service() 224 struct bfq_group *bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_inc_active_entities() 233 struct bfq_group *bfqg = container_of(sd, struct bfq_group, sched_data); in bfq_dec_active_entities()
|
A D | bfq-iosched.c | 2633 struct bfq_group *bfqg) in bfq_end_wr_async_queues() 5284 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() 5336 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() 5656 struct bfq_group *bfqg, in bfq_async_queue_prio() 5836 struct bfq_group *bfqg; in bfq_get_queue() 7064 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_put_async_queues() 7166 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group()
|
Completed in 23 milliseconds