Searched refs:bfq_group (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A 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() 139 struct bfq_group *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() 171 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time() 190 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) 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() 212 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) in bfqg_stats_update_avg_queue_size() 222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op) in bfqg_stats_update_io_remove() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfq [all...] |
H A D | bfq-iosched.h | 122 * cgroup hierarchy) or a bfq_group into the upper level scheduler. Each 202 struct bfq_group; 253 /* request-position tree member (see bfq_group's @rq_pos_tree) */ 255 /* request-position tree root (see bfq_group's @rq_pos_tree) */ 451 /* root bfq_group for the device */ 452 struct bfq_group *root_group; 854 * @weight: weight of the bfq_group 864 * struct bfq_group - per (device, cgroup) data structure. 886 * Each (device, cgroup) pair has its own bfq_group, i.e., for each cgroup 895 struct bfq_group { struct 925 struct bfq_group { global() struct [all...] |
H A D | bfq-wf2q.c | 148 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 155 return container_of(group_entity, struct bfq_group, entity); in bfq_bfqq_to_bfqg() 165 struct bfq_group *bfqg; in bfq_update_parent_budget() 171 bfqg = container_of(group_sd, struct bfq_group, sched_data); in bfq_update_parent_budget() 173 * bfq_group's my_entity field is not NULL only if the group in bfq_update_parent_budget() 209 struct bfq_group *bfqg; in bfq_no_longer_next_in_service() 214 bfqg = container_of(entity, struct bfq_group, entity); in bfq_no_longer_next_in_service() 236 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 479 struct bfq_group *bfqg = NULL; in bfq_active_insert() 494 bfqg = container_of(sd, struct bfq_group, sched_dat in bfq_active_insert() [all...] |
H A D | bfq-iosched.c | 2391 struct bfq_group *bfqg) in bfq_end_wr_async_queues() 4821 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() 4873 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() 5154 struct bfq_group *bfqg, in bfq_async_queue_prio() 5180 struct bfq_group *bfqg; in bfq_get_queue() 6318 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_put_async_queues() 6423 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group()
|
/kernel/linux/linux-6.6/block/ |
H A 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() 139 struct bfq_group *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() 171 void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) in bfqg_stats_set_start_empty_time() 190 void bfqg_stats_update_idle_time(struct bfq_group *bfqg) 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() 212 void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) in bfqg_stats_update_avg_queue_size() 222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, blk_opf_t opf) in bfqg_stats_update_io_remove() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfq [all...] |
H A D | bfq-iosched.h | 128 * cgroup hierarchy) or a bfq_group into the upper level scheduler. Each 216 struct bfq_group; 271 /* request-position tree member (see bfq_group's @rq_pos_tree) */ 273 /* request-position tree root (see bfq_group's @rq_pos_tree) */ 518 /* root bfq_group for the device */ 519 struct bfq_group *root_group; 961 * @weight: weight of the bfq_group 971 * struct bfq_group - per (device, cgroup) data structure. 993 * Each (device, cgroup) pair has its own bfq_group, i.e., for each cgroup 1002 struct bfq_group { struct 1031 struct bfq_group { global() struct [all...] |
H 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() 160 * bfq_group's my_entity field is not NULL only if the group 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()
|
H A D | bfq-iosched.c | 2634 struct bfq_group *bfqg) in bfq_end_wr_async_queues() 5285 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_update_dispatch_stats() 5337 struct bfq_group *bfqg = bfqq_group(bfqq); in bfq_put_queue() 5661 struct bfq_group *bfqg, in bfq_async_queue_prio() 5841 struct bfq_group *bfqg; in bfq_get_queue() 7069 void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) in bfq_put_async_queues() 7176 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group()
|
Completed in 31 milliseconds