Home
last modified time | relevance | path

Searched refs:root_group (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/block/
A Dbfq-cgroup.c309 bfqq->bfqd->root_group; in bfqq_group()
596 if (curr_bfqg != bfqd->root_group) { in bfq_link_bfqg()
599 parent = bfqd->root_group; in bfq_link_bfqg()
623 &bfqg_to_blkg(bfqd->root_group)->blkcg->css); in bfq_bio_bfqg()
624 return bfqd->root_group; in bfq_bio_bfqg()
899 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in bfq_reparent_leaf_entity()
1007 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1473 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1478 return bfqd->root_group; in bfq_bio_bfqg()
1483 return bfqq->bfqd->root_group; in bfqq_group()
A Dbfq-wf2q.c226 if (bfqg != bfqg->bfqd->root_group) in bfq_inc_active_entities()
235 if (bfqg != bfqg->bfqd->root_group) in bfq_dec_active_entities()
1446 struct bfq_sched_data *sd = &bfqd->root_group->sched_data; in next_queue_may_preempt()
1468 sd = &bfqd->root_group->sched_data; in bfq_get_next_queue()
A Dbfq-iosched.c7049 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in __bfq_put_async_bfqq()
7148 bfqg_and_blkg_put(bfqd->root_group); in bfq_exit_queue()
7154 bfq_put_async_queues(bfqd, bfqd->root_group); in bfq_exit_queue()
7155 kfree(bfqd->root_group); in bfq_exit_queue()
7172 root_group->entity.parent = NULL; in bfq_init_root_group()
7173 root_group->my_entity = NULL; in bfq_init_root_group()
7174 root_group->bfqd = bfqd; in bfq_init_root_group()
7176 root_group->rq_pos_tree = RB_ROOT; in bfq_init_root_group()
7340 if (!bfqd->root_group) in bfq_init_queue()
7342 bfq_init_root_group(bfqd->root_group, bfqd); in bfq_init_queue()
[all …]
A Dbfq-iosched.h520 struct bfq_group *root_group; member

Completed in 24 milliseconds