Searched refs:root_group (Results 1 – 4 of 4) sorted by relevance
328 bfqq->bfqd->root_group; in bfqq_group()598 if (curr_bfqg != bfqd->root_group) { in bfq_link_bfqg()601 parent = bfqd->root_group; in bfq_link_bfqg()625 &bfqg_to_blkg(bfqd->root_group)->blkcg->css); in bfq_bio_bfqg()626 return bfqd->root_group; in bfq_bio_bfqg()845 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in bfq_reparent_leaf_entity()958 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()1438 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()1444 return bfqd->root_group; in bfq_bio_bfqg()1449 return bfqq->bfqd->root_group; in bfqq_group()
226 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()
7081 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in __bfq_put_async_bfqq()7162 bfqg_and_blkg_put(bfqd->root_group); in bfq_exit_queue()7168 bfq_put_async_queues(bfqd, bfqd->root_group); in bfq_exit_queue()7169 kfree(bfqd->root_group); in bfq_exit_queue()7180 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group() argument7186 root_group->entity.parent = NULL; in bfq_init_root_group()7187 root_group->my_entity = NULL; in bfq_init_root_group()7188 root_group->bfqd = bfqd; in bfq_init_root_group()7190 root_group->rq_pos_tree = RB_ROOT; in bfq_init_root_group()7192 root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; in bfq_init_root_group()[all …]
519 struct bfq_group *root_group; member